-
Python telegram bot:
Listening can be added, to send extra commands like "get latest version of website" or "add/remove website from tracking"
-
All Msg are being forwarded ,except messages that are send as reply to messages.
-
```
> mirror-bot@1.0.0 start /home/administrator/aria-telegram-mirror-bot
> node index.js
node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the fu…
-
telegram-gpt-bot@1.0.0 start
> ts-node src/index.ts
papa@raspberrypi2:~/telegram-chatgpt-concierge-bot $ /home/papa/telegram-chatgpt-concierge-bot/node_modules/langchain/dist/agents/executor.cjs…
-
From the date 21-06-2021 16:00 is necessary add "https://api.telegram.org";
const String URL = (String)"GET /bot" + m_token + (String)"/" + command + parameters;
to
const String URL = (Strin…
-
я хочу использовать балансировку нагрузки velocity, но limboauth socialaddon дает ошибки на двух velocity
[15:27:30 ERROR] [net.elytrium.limboauth.socialaddon.thirdparty.org.telegram.telegrambots.u…
-
I am trying to dockerize a pytg bot. I encountered this problem:
Sample Code:
```
tg = Telegram(telegram = TG_CLI, pubkey_file = TG_PUBKEY)
tgSender = tg.sender
try:
tgSender.send_msg("user#123"…
-
Dear Project Maintainer,
I hope you are well. I'm impressed by your repo which I want to contribute to make it more feasible.
I want to add a telegram bot which will download torrent magnet links ea…
-
Hello, I've found your bot ideal for many uses. My latest one is keeping a microblog on my own website, and automatically copying all content I post into my Telegram channel, which looks seamless to m…
-
Forgive me, I am a new developer. Some of my questions may seem obvious.
I couldn't find any information on deployment best practices.
Do you have advice or examples on how to deploy a "User Bot" …