Network compatibility to automatically log into Amazon using Webscraping and check if an out of stock item is in stock and automatcally add it to your Amazon cart. An email will be sent to your respective email address that tells you what is in and out of stock.
- You will need the following to get started:
- Selenium
- Chrome Webdriver
- Python IDE
- Selenium/ChromeWebDriver
- In terminal - pip install selenium
- Download chrome driver based on your version of chrome from the internet
- Enable email address to have access to "less secure apps" so that python smtp libarary can use address to send and receive emails (Warning: Not recommended to be used on main email addresses)