AhmedFat7y / addidas-shopper

Python 3 implementation of d3stryr-3stripes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python 3 implementation of d3stryr-3stripes

License:GNU General Public License v3.0


Languages

Language:Python 100.0%