Real time Web Scraping from shopping websites, tracking product price and notifying when the price falls so you don't have to check everytime.
- BeautifulSoup - For scraping Product Details
- Postgres - Database
- SQlAlchemy - Interface(python & Postgresql)
- Flask - Server
- smtplib - SMTP protocol and mail transfer
- Heroku - Deployment(CI/CD)