This is webscraping tools that checks the prices of amazon and flipkart products and send mail if they are in your budget.
- install python and pip
- install requirements.txt
- First run server
-> open your favourite Browser and go to
http://127.0.0.1:8000/hello/
- open a second terminal
- Run
python manage.py shell
->from hello.backgroundtask import every
->every()
- Happy Coding