Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 533 Bytes

Lembas

Telegram bot that notifies you, when there are new offers from your favorites on the "Too Good To Go" app.

Get Started

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.