Auto downloads a schools menu.pdf and daily sends what's for lunch to a Telegram group.
python3 -m venv lunchbot-env
source lunchbot-env/bin/activate
pip install requests beautifulsoup4 PyPDF2
Run start.sh on a daily cron job.
start.sh