Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```