yosh1 / amazon-automation

Script to make an automatic purchase on Amazon
MIT License
81 stars 28 forks source link
python3 selenium

Amazon Automation

Script to make an automatic purchase on Amazon.com


Requirements

How to run

※ Make sure you have 2FA (two factor authentication) turned off on your Amazon account!

Copy and edit .env file

$ cp .env.sample .env

Run

$ python3 main.py

Alternatively use Docker:

$ docker-compose build
$ docker-compose up -d

License

Under MIT License.