-
### Code that causes the issue
```
2024-10-28 22:47:31,183 - ERROR - [telethon.network.mtprotosender:mtprotosender:396] - Unexpected exception reconnecting on attempt 2
Traceback (most recent call …
-
# Funções Telethon
O objetivo dessa issue é armazenar algumas funções úteis para análise estatística do canal.
-
Открывая .env я увидел IN_USE_SESSIONS_PATH
и был безмерно счастлив тому что еще один автор софта догадался просто передавать это значение не из директории, но увы, как бы я не старался писать, судя …
-
Hey, I tried this app and it runs fine, but when searching the CLI window will display:
'Please enter your phone (or bot token):'
When I enter it, I expect to have to add a code from Telegram - …
-
Hi,
Thank you so much for building such an awesome program!
As we all known, tg-cli is too 坑爹 for its memory leak and many other problems, let along lack of maintenance for years. Due to the mem l…
-
telegram-cli is dead, perhaps you can change the backend to https://github.com/LonamiWebs/Telethon/ ?
-
### Prerequisites
- [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/)
- [X] I am suggesting a new feature, not asking a question
### Description
Locust is …
-
### Code that causes the issue
```python
import asyncio
from telethon import TelegramClient, errors
import logging
logging.basicConfig(level=logging.DEBUG)
api_id = ''
api_hash = ''
phone_numb…
-
-
Use telethon events to get messages from channels instantly instead of sleeping every 5 min.