Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khadkarajesh/amazon-bot
Dash application built to automate the add to cart process of Amazon
https://github.com/khadkarajesh/amazon-bot
bot dash python3 selenium selenium-python selenium-webdriver trading-bot
Last synced: 7 days ago
JSON representation
Dash application built to automate the add to cart process of Amazon
- Host: GitHub
- URL: https://github.com/khadkarajesh/amazon-bot
- Owner: khadkarajesh
- Created: 2021-05-26T13:40:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T09:23:20.000Z (over 3 years ago)
- Last Synced: 2024-11-13T21:54:44.235Z (2 months ago)
- Topics: bot, dash, python3, selenium, selenium-python, selenium-webdriver, trading-bot
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Amazon Bot
Bot which automates the add to cart process in amazon### Setup guide
1. #### Install dependency
```python
pip install -r requirements.txt
```2. #### Use your credential on .env
```python
USERNAME = 'YOUR_AMAZON_USERNAME'
PASSWORD = 'YOUR_AMAZON_PASSWORD'
```3. #### Keep ```chromedriver``` as per your os in project directory
4. #### Run Dash Application
```python
python main.py
```