opentele icon indicating copy to clipboard operation
opentele copied to clipboard

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

Results 44 opentele issues
Sort by recently updated
recently updated
newest added

I plan to use event interception (namely messages) from the client, but this does not work. Here is the code: ```python import asyncio from opentele.td import TDesktop from opentele.tl.telethon import...

bug

Hi I am having problems: cannot import name 'password' from 'telethon' It happened when I just installed opentele and tried to import the library telethon version = 1.4.3 Looking forward...

bug

Sorry but i dont understand how to start it. I know how to sart .py files but id ont know how to start opentele. i need to convert tdate to...

bug

I tried it, although it creates a folder tdata but there is no login on it

bug

File "C:\Users\ns\AppData\Local\Programs\Python\Python39\lib\site-packages\opentele\td\storage.py", line 310, in ReadFile raise tries_exception if tries_exception else TFileNotFound( opentele.exception.TFileNotFound: TFileNotFound: Could not open key_data [ Called by ReadFile() ]

bug

Telegram add a value named lskCustomEmojiKeys in (https://github.com/telegramdesktop/tdesktop/commit/ddd5021966568a7d999aa6d35cd069a6fbc2aa3b) so opentele can not load tdata when find this key it will raise an exception here https://github.com/thedemons/opentele/blob/ff90c36a867cf7902e80f480a35041c5e7902e4c/src/td/account.py#L214

Hi, is it possible to convert logged in web telegram auth keys (local storage) to telethon session file and use it in teleton?

enhancement

Whenever I try to use current session I still get SessionPasswordNeededError: `SessionPasswordNeededError('Two-steps verification is enabled and a password is required (caused by GetAuthorizationsRequest)')` I tried both method of obtaining TelegramClient,...

bug

hi there , i have a question about the library since the doc want really clear for me since telegram decides the unofficial telegram apps cant sign up any account...

**Describe the bug** I took the code from the example to create the tdata folder and created a session through the telethon library [Code](https://pastebin.com/nwQh6MLC) Next, I specified this session in...

bug