This project is a simple Django based application that watchs the Torob.com products to check price decrease below the certian price you want!
Running The App:
To run the app follow these step:
- create a venv using python -m venv .venv
- install requred packages using pip install -r requrements.txt
- change directory to main folder using cd TorobWatcher
- run project with python manage.py runserver
after login, you can add a product with your own desire. by making a get request to /watch-dog/update/ the updating process will start.
Consideration:
-
You will need to create a superuser to login to admin panel
-
Add your own email information to enable emailing feature