Amazon-Web-Scarper
Created a web scraper using simple functions to check price of a product on amazon (can be duplicated to check price at other markets with specific changes to class ids of respective data)
Procedure:
- Import libraries
- Specify the URL from where data is to be scraped
- Specify system specific headers
- Create soup objects required for scraping
- Create data objects to be scraped
- Clean data
- Create a csv to store and append the data scraped
- Create a function check_price combining all above operations
- Create a function send_mail to send price alerts when the check_price condition is met