Skip to content

Product information parser on Nike website using Selenium

License

Notifications You must be signed in to change notification settings

fl1ckje/Nike-store-product-information-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nike-store-product--information-parser

Product information parser on Nike website using Selenium.

Usage quick-guide

  1. Make sure that you have got Firefox browser and gecko driver installed.
  2. Download this repository.
  3. Install requirements using following command:
pip install -r requirements.txt
  1. In src/config.py configure host and port:
HOST = '127.0.0.1'
PORT = 9222
  1. In src/config.py configure path to geckodriver:
GECKO_DRIVER_PATH = "/snap/bin/firefox.geckodriver"
  1. Run application:
python3 main.py

About

Product information parser on Nike website using Selenium

Resources

License

Stars

Watchers

Forks

Languages