Telethon to Pyrogram

Simple script for convert telethon session file to pyrogram session file

For use:

  1. Clone repo git clone [email protected]:semenovsd/Telethon-To-Pyrogram.git
  2. Install Telethon and Pyrogram poetry install or user pip pip install Telethon Pyrogram
  3. Run convertor.py python convertor.py -f path/to/file.session (or -d path/to/dir/) -p path/to/save/dir/ --hash [api_hash] --id [api_id] Done!

GitHub

View Github