Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 493 Bytes

Price Monitoring System

This is webscraping tools that checks the prices of amazon and flipkart products and send mail if they are in your budget.

Requirements

  1. install python and pip
  2. install requirements.txt

Working

  1. First run server -> open your favourite Browser and go to http://127.0.0.1:8000/hello/
  2. open a second terminal
  3. Run python manage.py shell -> from hello.backgroundtask import every -> every()
  4. Happy Coding