-
Hi guys! was trying to install pyTelegramBotAPI and got these issues!
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
_Instal…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of pyTelegramBotAPI are you using?
3.6.5
2. What OS are you using?
Ubuntu 16.10
3. What version of python are…
-
# Install pyTelegramBotAPI bot 2.0 branch
```
$ git clone -b bot20 --single-branch https://github.com/eternnoir/pyTelegramBotAPI.git
$ cd pyTelegramBotAPI
$ python setup.py install
```
- **This branc…
-
ask for confirmation before deleting all data
-
1. pyTelegramBotAPI 3.6.5
2. CentOS6
3. Python 2.7.13
https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/webhook_examples/webhook_flask_echo_bot.py
earlier so it was possible to …
-
### 问题类型 / Type of issues
* 软件打包请求 / package request
----
* 简述 / Brief Description
A simple, but extensible Python implementation for the Telegram Bot API.
I think it's much more easier…
-
Telegram went down for a moment, and the bot crashed with an exception:
```
telebot.apihelper.ApiException: A request to the Telegram API was unsuccessful. The se...e body:
[b'{"ok":false,"error_co…
-
### Steps to reproduce
1. Tried using "run_once" code example but nothing's happening. I'm pretty sure I missed something in my bot, but I don't get, what exactly I missed.
```
import telebot
…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of pyTelegramBotAPI are you using? 3.0.1
2. What OS are you using? No OS, Lambda on AWS
3. What version of …
Mirio updated
6 years ago
-
_1. What version of pyTelegramBotAPI are you using?_
3.6.5
_2. What OS are you using?_
Win10 / Ubuntu 14.x
_3. What version of python are you using?_
3.5.3
When migrated from version 3.6.3 to …