Sends the lunch menu to a TG group
Find a file
2025-04-10 09:20:25 -04:00
getmenu.py Add getmenu.py 2025-04-10 09:12:08 -04:00
lunch.py Add lunch.py 2025-04-10 09:12:36 -04:00
README.md Update README.md 2025-04-10 09:20:25 -04:00
start.sh Add start.sh 2025-04-10 09:13:43 -04:00
TG-lunch-bot.jpeg Upload files to "/" 2025-04-10 09:15:20 -04:00

TG Lunch Bot

Telegram Lunch Bot

Auto downloads a schools menu.pdf and daily sends what's for lunch to a Telegram group.

Install

python3 -m venv lunchbot-env

source lunchbot-env/bin/activate

pip install requests beautifulsoup4 PyPDF2

Run

Run start.sh on a daily cron job.