Skip to content

Vipul1705/amazon-price-tracker-using-web-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazon-price-tracker-using-web-scraping

This Django Project help you to track the prices of your favourite amazon product.

Name

Amazon Price Tracker Using Web Scraping

Installation

Use the package manager pip to install requests , bs4(BeautifulSoup), lxml ,html5lib.

pip install requests
pip install bs4
pip install lxml
pip install html5lib

Description

Amazon price track is used to track the price of the product and deal offer on it. you can track all your product at one place and if there is an discount on your favourite product you can go to the product website by the link provide in the product details.

Features

  1. It shows the current price,old price and difference of prices. If there is a difference greater than it shows the difference price in green color and if difference is lower than it shows the difference price in red color so you can decide whether to buy now or later.
  2. It shows the deal is available or not on the product and shows the deal's price on that product if available.
  3. It also shows the image of the product.
  4. You can delete the product from the list if you no longer needed to track that product.
  5. You can add as many links as you want.
  6. Prices get updated by clicking on update button.

Project can be used for Other Website

You can use this project to track other website's product & their prices. You have to change the product titles id and price id by inspecting the html of the website.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

This Django Project help you to track the prices of your favourite amazon product.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published