Price Watcher

Python application that allows users to enter URLs of products on amazon that they want to monitor the prices of, once the price drops below the user indicated amount, they receive an email notification.


Version 1 of the application used Selenium to scrape the data of Amazon.


Technologies Used:


  • Python
  • Flask
  • SQLAlchemy
  • Postgres
  • Selenium
  • BeautifulSoup 4




Current version of the application connects with the Scrapy Web crawler application's API to request data.


Technologies Used:

  • Python
  • Flask
  • SQLAlchemy
  • Postgres
  • ScrapyRT




View Source