19.05.2022: Updated for Python 3.10 usage (Fixed deprecated selenium code and added enums & match cases)
- Install Selenium
- Download Chromdriver with same version as current Google Chrome installation
- You might need to have undetected_chromedriver installed to do
import undetected_chromedriver as uc
in case you get blocked
- You might need to have undetected_chromedriver installed to do
- Define your job using
PyLitReview_GenerateJob
- Run the crawling jobs using
PyLitReview_Crawler