Skip to content

Helps quickly migrate (import or export) sticker sets from one account to another account

License

Notifications You must be signed in to change notification settings

svtcore/telegram-stickers-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Sticker Sets Migration

Helps quickly migrate (import or export) sticker sets from one account to another account

Installation

pip install -r requirements.txt

Setup

1. Edit .env file

Description for fileds

SESSION_NAME - could be any random name, recommend IMPORT or EXPORT

API_ID - credential of application, which was create on the my.telegram.org

API_HASH - credential of application, which was create on the my.telegram.org

2. Choose mode and run file

For EXPORT AND IMPORT run

python bot.py - as result script export stickers list to file and import them to second account

For only EXPORT run

python export.py - as result you will be get file stickers.txt with list of sticker sets short name

For only IMPORT run

python import.py - as result script will be add sticker sets from file stickers.txt to selected account

3. After run script you should authorize on the account(s) and migration will be start

Contributing

Pull requests are welcome.

License

MIT

Involved libraries

About

Helps quickly migrate (import or export) sticker sets from one account to another account

Topics

Resources

License

Stars

Watchers

Forks