Skip to content

DedInc/opentele2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opentele2

logo

pypi version pypi status issues github last commit github commits pypi installs pypi license code format


A Python Telegram API Library for converting between tdata and telethon sessions, with built-in official Telegram APIs.

Installation

pip install --upgrade opentele2

Documentation

For full documentation, guides, API reference, and examples, please visit the official documentation website:

https://opentele2.github.io/

Quick Links

A New Era for opentele

opentele2 is the rebirth of the original opentele project. The library is actively maintained and continues the original idea with current Telegram Desktop and Telethon support, bug fixes, and new features.

This new era means the project is no longer just a compatibility fork. It focuses on a lighter dependency footprint, pure Python internals where possible, updated official Telegram API templates, and more realistic device fingerprint generation.

Key Enhancements

  • PyQt5 Removed: The PyQt5 dependency has been removed. Its required functionality was reimplemented in pure Python to reduce overhead and avoid installing unnecessary heavy dependencies.
  • New Fingerprints: Device information generation has been improved. The library now uses a new device database for more realistic client profiles.