Automate the process of purchasing products on Amazon using Selenium and Python.
This script uses Selenium and Python to automate the process of purchasing multiple products from Amazon. It logs in using provided account credentials, navigates to product pages, and makes purchases for products that are in stock.
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt. - Replace
/path/to/chromedriverwith the actual path to your ChromeDriver executable. - Update the
Product_listwith the URLs of the products you want to purchase. - Fill in the
login_dictwith your Amazon account credentials. - Run the script using
python automate_purchase.py.
- Python 3.x
- ChromeDriver (Ensure you have the correct version for your Chrome browser)
- Clone the repository:
git clone https://github.com/your-username/automated-amazon-purchase.git