Scripts to scrape lunch meals from websites near Lakeside Park in Klagenfurt (Carinthia) and send them to Slack.
- Clone repo
- Run
bundle install - Run
scape_meals.rbfor scraping and saving to sqlite3 database - Run
eat.rbto send todays meals to Slack - (optional but useful) setup cron jobs for both scripts
Contribute a scraper with these steps:
- Fork project
- Create a new scraper in the scraper folder
- Inherit from Scraper
- Implement a scrape method
- Save scraped data in
@weekly_menuvariable - Add scraper in
scrape_meals.rb - Make a pull request
If you have ideas to add to this project feel free to open an issue, start a discussion, and implement it. If there are bugs or things I can do better, please let me know! Contribute code by forking the project, create a branch, make changes and then submit a pull request.