Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yosh1/amazon-automation

Script to make an automatic purchase on Amazon
https://github.com/yosh1/amazon-automation

python3 selenium

Last synced: 7 days ago
JSON representation

Script to make an automatic purchase on Amazon

Awesome Lists containing this project

README

        

# 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.