/addidas-shopper

Python 3 implementation of d3stryr-3stripes

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Addidas shopper

Written in python3

Questions/Problems/Lurking: http://bit.ly/d3stripesQA

Requirements:

  1. Python 3 (Google how to get it)

    Required modules: selenium, requests, virtualenv (optional - but is used in the instructions)

    If you don't have virtualenv and want to be able to follow the directions completely then install it with:

    pip3 install virtualenv
    
  2. chromedriver - https://sites.google.com/a/chromium.org/chromedriver/

    Neededed to drive Chrome. Download the appropriate version for your OS.

    Windows users: place the chromedriver.exe file in C:\Windows folder.

    Mac/Linux users: place the chromedriver file in the same folder as the scripts