All Projects → yosh1 → amazon-automation

yosh1 / amazon-automation

Licence: MIT license
Script to make an automatic purchase on Amazon

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Labels

Amazon Automation

Script to make an automatic purchase on Amazon.com


Requirements

  • Python3 (but not supported v3.9 higher)
    • Selenium
    • dotenv
  • Linux or Mac (Would be a good script to run on a raspberry pi or server)

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].