Sends the lunch menu to a TG group
				
			
		| getmenu.py | ||
| lunch.py | ||
| README.md | ||
| start.sh | ||
| TG-lunch-bot.jpeg | ||
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 venv/bin/activate
pip install requests beautifulsoup4 PyPDF2
Run
Run start.sh on a daily cron job.