Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 449 Bytes

File metadata and controls

10 lines (7 loc) · 449 Bytes

Telethon to Pyrogram

Simple script for convert telethon session file to pyrogram session file

For use:

  1. Clone repo git clone git@github.com: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!