Jay206-Programmer / Amazon-AtoZ-Shift-Scraper

Automated Web Scrapper for Booking new Shifts as soon as they are available. Created for my parents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon A-to-Z Shift Scraper

Automated Web Scrapper for Booking new Shifts as soon as they are available. Initially created for my parents.

Setup Steps (Windows)

  1. Clone this repository in your desired folder.

    git clone https://github.com/Jay206-Programmer/Amazon-AtoZ-Shift-Scraper.git
  2. Setup Virtual environment. Move inside the cloned repository and enter below commands in the terminal.

    python -m venv .env
    cd .env/Scripts/
    activate
    cd ../..
    pip install -r requirements.txt
  3. Download Edge WebDriver, Extract it and add folder path to PATH.

  4. Create Auth.json file in Scrapper's root directory. Change values with your details.

    {
       "atoz-email": "atoz-email-address",
       "atoz-pass": "atoz-password",
       "gmail-id": "gmail-id",
       "gmail-pass": "gmail password"
    }
  5. Run main.py file.

About

Automated Web Scrapper for Booking new Shifts as soon as they are available. Created for my parents.


Languages

Language:Python 100.0%