BRAINIFII / Treye

This project aims to keep track of the current price of multiple products on amazon at the same time. It is very difficult for someone to keep track of multiple products at the same time but using this python project, it is possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treye

This is a college project, work is still going on so any kind of help will be appriciated🙃

Treye is an Amazon Price Tracker which lets you buy products on Amazon wisely. Treye can monitor millions of products. Moreover, the real-time tracker alerts you timely, when the product prices drop. On the other hand, this helps you decide when to buy the product and when to skip shopping. Treye-watchdog lets you create Amazon product price watches and get alerts via email and Notification Toasts when prices drop.

Prerequisite

Make sure you are using VS CODE for running this project https://code.visualstudio.com/

Python IDLE will work too

Please make sure pip is installed. Run This command to check if pip is installed.

pip --version

If this gives an error pip is not installed That means you are a beginner. Go install PIP first. follow this link https://www.liquidweb.com/kb/install-pip-windows/

Run this command to install all the required modules.

pip install -r requirements.txt

For database install posgreSQL and change credentials in the program as per your need.

Developer

About

This project aims to keep track of the current price of multiple products on amazon at the same time. It is very difficult for someone to keep track of multiple products at the same time but using this python project, it is possible.

License:GNU General Public License v2.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%Language:Rich Text Format 0.0%