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 get RecursionError: maximum recursion depth exceeded in comparison when i try to start many sessions using asyncio This is my code: ![image](https://user-images.githubusercontent.com/29341175/164933863-7b785687-507a-4061-947f-810f2fb84c63.png) ![image](https://user-images.githubusercontent.com/29341175/164933900-2810a221-ac26-429a-a092-73d6e2e97844.png) It works for 8 iterations, and...

bug

Hello, I am using ".session to tdata" feature. But it gives error: ``` Traceback (most recent call last): File "C:\Users\honur\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 116, in __del__ self.close() File "C:\Users\honur\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 108, in...

when support Android file to telethon

enhancement

**Describe the bug** You can capture the problem if you'll try to import fresh new tdatas, I think tdata folder structure was changed by Telegram **To Reproduce** Steps to reproduce...

bug

### Can I use a proxy? Thank you ```c# tdesk = await client.ToTDesktop(flag=UseCurrentSession) // like client = TelegramClient('sessions.session',111,'c1111111119',proxy=('socks5','127.0.0.1',8080)) ```

enhancement

Hey. Could you help me to find out how to avoid the error **"Too many requests (caused by InviteToChannelRequest)"**, when I do inviting from a few accounts(one after another) I...

bug

It seems that they have Fix or have realized so when using the Send code request from the OpenTele, it does not receive SMS anymore, if the emulator or SMS...

bug

Is it posiible to get 2FA password from tdata account?

bug

**hello mate, i very like your repo** but i have problem with opentele. i want create many session file from tdata folders ``` async def main(): _path = input("[Path]> ")...

bug

It worked like that, I have deleted 'use_ipv6=True'. client = await TelegramClient.FromTDesktop(tdesk, flag=UseCurrentSession, api=api, proxy=(socks.SOCKS5, '217.22.62.241', 10111, True, 'HzJ9PZ', 'ngEXQ3') ) As far as I know, Telethon has stopped supporting...