/algoexpert-question-scraper

Script to grab the question names from Algoexpert.io.

Primary LanguagePython

AlgoExpert Question Scraper

Script to grab the question names from Algoexpert.io.

Setup

  1. Setup python environment. Python version 3.8+ should work. I personally use venv:
py -3.10 -m venv env 
  1. Install dependencies
pip install -r ./requirements.txt
  1. Download and unzip a chrome webdriver: https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/

  2. Update the path (within app.py) to the chrome driver executable:

DRIVER_PATH = r'PATH_TO_CHROME_DRIVER'

Running

python3 .\app.py