-
I want to add support another bot type but faced problem with running tests.
My OS is ```Linux Mint 18.2```, python version is ```3.5.2```
## Steps to reproduce
0. Clone the project:
```
$ …
-
#### Which feature is your request related to?
Security of builds.
#### Is your request related to a problem? Please describe.
No.
#### Describe the solution you'd like:
I'd like signature (ie pu…
-
I use telegram for notification. I ran urlwatch. I got the output below on my terminal but I did not receive anything on my telegram. Running urlwatch again did not report any changes (no notification…
-
Sometimes you need not just webhooks from telegram, but from other services too. It would be nice if we could integrate this nicely into the library, without forcing users to not use Updater (which me…
-
-
Hello, I am currently working with VPN and telepot.
When I tried to listen messages, It gives me this SSL error.
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib…
-
It worked best for me for last months. Of course I have changed the code a little bit and it worked very good. But today stopped. Run the script at the same time on 2 VPS's and on PC and views not inc…
-
[In my fork](https://github.com/j-waters/binance-trade-bot) I've added some machine readable logs to keep track of when trades happen, the value of the current coin in BTC and USD, and how close we ar…
-
sync_icloud.sh line 399:
if [ "${telegram_server}" ] ; then
LogDebug "Checking ${telegram_server} for updates"
bot_check="$(curl --silent -X POST "https://${tel…
-
### Local bot api server
I am trying to get my bot running in local mode on the telegram bot api server. I have downloaded and installed all prerequisites, and set up the server. Here is my main() …