-
https://github.com/AnnoX4uk/Andersen/blob/b1469ded81fadb4f24679d34de7a08c1ef066811/tg_bot/tgbot.go#L90
You're formatting repo string in the loop. Why not do it before?
-
Traceback (most recent call last):
File "D:\TGbot\BoolBot\main.py", line 4, in
from bot.utils.launcher import process
File "D:\TGbot\BoolBot\bot\utils\__init__.py", line 2, in
from .…
-
https://github.com/Danstiv/cm-assistant/blob/master/tgbot/core.py#L11
-
add telegram bot example
-
https://github.com/Danstiv/cm-assistant/blob/master/tgbot/exception_handler.py#L114
-
https://github.com/Danstiv/cm-assistant/blob/master/tgbot/constants.py#L1
Я бы Enum завел
-
https://github.com/Danstiv/cm-assistant/blob/master/tgbot/logging_helpers.py#L32
ранее была похожая ишью :)
-
https://github.com/Danstiv/cm-assistant/blob/master/tgbot/messages.py#L102
https://refactoring.guru/ru/smells/long-method
-
Compatibility. Do we really need this?:
```
Bot constructor:
- explicit Bot(std::string token, const HttpClient &httpClient = _getDefaultHttpClient(), const std::string& url="https://api.telegram.…
-
```
2024-11-09 23:33:51 | INFO | 75 - Y | Doesn't have user agent, Creating...
Traceback (most recent call last):
File "/home/wp/tgbots/Seed-App-Mine-Seed-BOT-Telegram/main.py", line 13, in
a…