Scraping content of https://www.lagonika.gr and send email in case of a new deal added.
- Python
- BeautifulSoup4
- Smtplib
- Dotenv
- Schedule
- RECIPIENTS - comma separated emails
- GOOGLE_EMAIL - google account to use as email sender
- GOOGLE_PASSWORD - google app password
- INTERVAL_SECONDS - interval to check for new items
-
Create new heroku app
heroku create
-
push the branch on heroku
git push heroku main
-
ensure a dyno running for worker by executing
heroku ps:scale worker=1