Shiftrix is a Python utility designed to convert Telegram session files between the Telethon and TData formats. This tool simplifies the process of migrating data between different Telegram client implementations.
- Convert Telethon session files to TData format: Move from the Telethon framework to TDesktop's format.
- Convert TData folders back to Telethon session files: Easily switch back to Telethon from TDesktop's format.
- Asynchronous processing: Utilizes
asyncio
for efficient handling of multiple conversions simultaneously.
- Python 3.7 or higher
git clone https://github.com/yourusername/shiftrix.git
cd shiftrix
pip install -r requirements.txt
python main.py