Python web scraper to Track Prices of different PC Parts from various Indian PC part websites like MDcomputers, etc.
More websites will be added soon.
If price is lowered for any of the products, an Email is sent to the user with information of products whose prices are dropped.
All prices are also updated on a Google spreadsheet using the Sheets API.
This google sheet is available here.
This Scraper is deployed on Heroku to run every few hours daily.
Use the package manager pip to install foobar.
pip install requirements.txt
- Requests - To scrap websites
- Gspread - To update Google Sheets
- BeautifulSoup - To access HTML of the web page
- Oauth2client - To connect to the Google APIs
- Schedule - To schedule the scraper to run daily on heroku.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.