Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yosh1/amazon-automation
- Owner: yosh1
- License: mit
- Created: 2018-10-07T08:42:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T02:39:25.000Z (4 months ago)
- Last Synced: 2025-01-21T05:05:50.694Z (15 days ago)
- Topics: python3, selenium
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 81
- Watchers: 9
- Forks: 29
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.