- You might need to install:
pip install requests; pip install bs4; pip install pandas; pip install selenium; pip install lxml;
-
Check your Chrome version (Help - About Google Chrome)
-
Follow the link to download the webdriver (same version as your Chrome): https://chromedriver.chromium.org/downloads
-
Change the all paths in the code
-
Merge multiple files with
Linux: sed 1d data_*.csv > merged_ranks.csv
Windows: type data*.csv > merged_ranks.csv