Telegram bot that notifies you, when there are new offers from your favorites on the "Too Good To Go" app.
Requires Python 3.7+.
-
pip install -r requirements.txt
-
Contact the Telegram BotFather and create a new Bot. In this process you will recieve an access token.
-
In the poroject directory create an new file called
.env
with the following content:
.env
telegram_access_token=<your telegram access token>
- Run
python bot.py
to start the bot.