Skip to content

software for converting telethon sessions to tdata and vice versa

License

Notifications You must be signed in to change notification settings

env0id/shiftrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

software for converting telethon sessions to tdata and vice versa

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages