Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 808 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 808 Bytes

Shiftrix

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.

Features

  • 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.

Requirements

  • Python 3.7 or higher

Installation

git clone https://github.com/yourusername/shiftrix.git
cd shiftrix
pip install -r requirements.txt

Usage

python main.py