Skip to content

A Web scraper application that is used for price drop alerts.

Notifications You must be signed in to change notification settings

jelonmusk/amazon-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amazon-scrapy

This is a simple price tracker app using python that regularly compares the prices of your favorite stuff on amazon and sends you a customized notification email to tell you if the prices fell down. This uses python and implements beautiful soup, smtplib, time and requests modules and libraries.

                                   

Installation

pip install -r requirements.txt

After installed required package, you can use it by python amazon_scraper.py

Required Accounts

1. Google Mail

url

Get url from your amazon of you location. For example : URL of Amazon IN is https://www.amazon.in/dp/...

YOUR EMAIL ADDRESS

Enter email address of which you have access as mail will be sent when price drops below your expected price

How to run python script?

Step 1.

After installing all the dependencies run amazon_Scraper.py

Step 2.

Enter all information in the amazon_scraper.py file.

Step 3.

Push the button and let the magic happen.

The libraries, modules and other tools referred during this task are as follows:

Send mail from your Gmail account using Python

Price Tracker using Python

About

A Web scraper application that is used for price drop alerts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages