nasir733 / niamazonpricetracker

Python Django web app integrated with Selenium script to gather data/price of your favorite item from amazon.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

niamazonpricetracker

clone the project
python -m venv venv
on windows :- cd venv/Scripts activate cd .. cd ..
on linux /mac:- source venv/bin activate

pip install -r rquirement.txt
python manage.py runserver
the app is live

https://nasiramazonpricetracker.herokuapp.com/

About

Python Django web app integrated with Selenium script to gather data/price of your favorite item from amazon.de


Languages

Language:Python 78.8%Language:HTML 21.2%