Update README.md
This commit is contained in:
parent
3a92013ec1
commit
8f2c0edcea
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -1,5 +1,18 @@
|
|||
|
||||
<center><img src="TG-lunch-bot.jpeg" alt="TG Lunch Bot" width="400"></center>
|
||||
|
||||
# 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`
|
||||
|
||||
`python3 -m venv venv`
|
||||
`source venv/bin/activate`
|
||||
`pip install requests beautifulsoup4 PyPDF2`
|
||||
|
||||
`pip install requests beautifulsoup4 PyPDF2`
|
||||
|
||||
## Run
|
||||
Run `start.sh` on a daily cron job.
|
Loading…
Add table
Reference in a new issue