/web-crawling-selenium-demo

A simple program that shows how to crawl website using Selenium

Primary LanguagePython

Data Crawling with Selenium

  1. install Python modules

    pip install -r requirements.txt
    
  2. download Chrome and ChromeDriver from Google Chrome Labs

  3. copy config.py.example and rename to config.py

  4. define Chrome and ChromeDriver path in config.py