-
### 1. What is your project? (max 100 words)
IFTTT for Web3, A Resilient Zapier for Web3. I am solving the problem of integrating web3 protocols for developers by simplifying the process with a no-…
-
### Issue I am facing
I'm storing the token outside the script and trying to pass it's value as an argument to the Updater() function.
### Traceback to the issue
```
Traceback (most recent c…
-
En este modulo se centralizaran las todas las funciones que faltan para el modulo de presupuestos
-
### Steps to reproduce
1. Set that code:
```from telegram.ext import Updater, CommandHandler
def callback_alarm(bot, job):
bot.send_message(chat_id=job.context, text='Wait for an…
-
### Steps to reproduce
I just want to run this [example](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/examples/inlinekeyboard.py)
1. Download the example
2. put a token…
-
### Steps to reproduce
1. Set the `working` variable to `False`
2. Run the bot using `./main.py`
3. Hit ctrl + c
### Expected behaviour
The bot should stop.
### Actual behaviour
The…
-
### Steps to reproduce
1.
In line 282 of picklepersistence.py:
[BUG] if self.user_data or self.chat_data or self.conversations:
[FIX] if self.user_data or self.chat_data or self.conversations…
-
### Steps to reproduce
```
reply_markup = InlineKeyboardMarkup(InlineKeyboardButton(text="TEST_BUTTON", url="t.me/TEST"))
bot.send_message(chat_id=chat_id, text="TEST_MESSAGE", reply_markup=reply…
-
### Steps to reproduce
Run the snippet given below
```
from uuid import uuid4
from telegram import InlineQueryResultArticle, InputMediaPhoto
from telegram.ext import Updater, InlineQueryHa…
-
### Steps to reproduce
1. receive a `callback_query` update
2. try to edit the message markup with one of the update's shotcuts (`update.callback_query.message.edit_reply_markup()` or `update.ca…