A simple bot that adds any product from a website to your cart. So far it will find the product you'd like to monitor and it will add it to your cart. The next step is going to be able to checkkout. So far, this bot only works for the website: Feature Sneaker Boutique.
- Python v3
- Python module requests and json
- Selenium module webdriver and options
- Set r to the website you'd like to monitor.
- Set pname to the full name of the product you are monitoring.
- Set url to the website url of the exact product you'd like to be added to your cart.