Skip to content

chakravarty-with-a-v/AMAZON_INDIA_PRICE_TRACKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AMAZON_INDIA_PRICE_TRACKER

The Project uses BeautifulSoup to scrape price of an item in www.amazon.in , the URL taken as User Input ,and checks against User's budget (User Input) and sends an email to User's Email ID

TO RUN THIS PROJECT

Download all files and save them in the same folder

USER INPUTS :

Item URL Budget User Email ID

WEB SCRAPING USING BEAUTIFUL SOUP

The Project employs BeautifulSoup to Scrape the price of an item whose URL is provided as User Input. After getting the price , it checks it against User's budget.

SMTPLIB and email.message

After checking whether the price of item is above or below budget , an email is sent using smtplib and Email Message generated with the help of email.message

GUI generated via Tkinter

Window generated using Tk class and amazon logo added to window with the help of Canvas class.

messagebox

messagebox imported from Tkinter to generate success or failure messages depending on User Inputs.

urllib.parse

urllib.parse used to parse the URL and extract domain name and check if URL is from www.amazon.in The python file AmazonPriceTracker.py as well as the .png image file is uploaded. Download them and keep them in the same folder.

PREVIEW

Amazon

About

Tracks Price of Item in www.amazon.in and sends emails after fixed intervals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages