Skip to content

Clan-Hex/Ecommerce-Price-Tracker-Plus-Notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce-Price-Tracker-Plus-Notifier(Web_Scraping)

Web Scraping (also termed Screen Scraping, Web Data Extraction, Web Harvesting etc.) is a technique employed to extract large amounts of data from websites whereby the data is extracted and saved to a local file in your computer or to a database in table (spreadsheet) format.

Data displayed by most websites can only be viewed using a web browser. They do not offer the functionality to save a copy of this data for personal use. The only option then is to manually copy and paste the data - a very tedious job which can take many hours or sometimes days to complete. Web Scraping is the technique of automating this process, so that instead of manually copying the data from websites, the Web Scraping software will perform the same task within a fraction of the time.

Web Scraping using Python

We have various way to scrape website like Amazon and Flipkart. So python is ridiculously fast to scrape, then motive is only for a price of the perticular product. If the price of the product is high,then it automaticlly send email and whatsapp and as well as for lower also. We have written a simple script to do this work.

Libraries used-in

1- requests (to access website)

2- BeautifulSoup (to extract data from website)

3- smtplib,ssl (to send data through gmail)

4- email (to simplify the email fromat)

5- selenium (to send data in whatsapp)

6- time (programme based)

7- os (programme based)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages