Skip to content

yosh1/amazon-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Script to make an automatic purchase on Amazon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published