This project may help you to parse data from web-sites.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- To install all dependencies simply type:
$ pip3 install selenium bs4 requests
- Next, you need to download web driver from Chromium
- Update the path to your driver in dynamic.py
webdriver.Chrome(executable_path="your_path")
- Navigate to web-crawler/linkChecker/linkChecker/spiders folder and execute script
$ python dynamic.py