-
If you nedd alert on telegram
`pip install telegram-send`
in antminer.py
`19# import telegram_send`
```
128# if max(temps) >=90:
telegram_send.send(["Temp! ")])
```
-
On start up bot I receive this errors
`17:46:53 [INFO] NEXUSBOT: TG BOT ENABLED2!!!
17:46:53 [INFO] NEXUSBOT: TG BOT ENABLED2!!!
17:46:53 [INFO] NEXUSBOT: TG BOT ENABLED2!!!
17:46:53 [INFO] 17:46:…
-
Is there a way to find out what language the user has set as preferred language? Both on my Android device and Mac laptop the application allows a user to set a language.
For example:
In…
-
Encoding in your library.
I send in cyrrilic text from my bot.
Username, [03.01.2023 20:26]
PRIVET MIR BLIN??
ТРАНСЛИТ ВАПЩЕ, [03.01.2023 20:26]
привет мир блин??
I did set S…
-
Hi,
First of all, amazing work you are doring :-)
Next, i have been using the bot for a long time, but at some point the RESPOND command broke and the bot stopped presenting the messages on te…
-
After the latest update of yesterday, I can no longer login. The app keeps redirecting me to authorize my account.
-
This issue is deprecated.
Please submit here: https://www.gptshunter.com/submit-gpt
## Thanks to our sponsor: FlowGPT
Click to view more.
![image](https://github.com/airyland/gptshunter.com/…
-
I'd like to implement by myself support for telegram web app
https://core.telegram.org/api/bots/webapps#simple-web-apps
What is the best way to do it in terms of api and reusability? Asking for a li…
-
Implement simple telegram bot:
- [x] Create java console application from maven archetype;
- [x] Make it buildable through maven;
- [x] Clean solution;
- [x] Use config for token and bot username.
-
Hi,
Im using this library to create my telegram bot,
i need to use GetChatMemeber to check my user is member of a group, i have read this class code and found no way to how to use it.
could please …