Skip to content

In this repository I'm trying to make an app for watching price of products that I need to buy.

Notifications You must be signed in to change notification settings

h4mid-hosseini/torob-price-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Torob-Watcher

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:

  1. create a venv using python -m venv .venv
  2. install requred packages using pip install -r requrements.txt
  3. change directory to main folder using cd TorobWatcher
  4. 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:

  1. You will need to create a superuser to login to admin panel

  2. Add your own email information to enable emailing feature

About

In this repository I'm trying to make an app for watching price of products that I need to buy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published