/fhpmensa

🤖 Telegram bot for FHP mensa

Primary LanguagePython

FHP Mensa Bot

Build Code style: black isort

Telegram bot that gets today's menu and sends it via a Telegram channel.

Link to the Telegram channel

Setup

Dependencies

Create a virtual environment and install requirements.txt.

$ python -m venv venv
$ . venv/Scripts/activate.bat
(venv)
$ pip install -r requirements.txt

Set the corresponding environment variables to your BOT_TOKEN and CHAT_ID.

Run

$ python bot.py