Script to grab the question names from Algoexpert.io.
- Setup python environment. Python version 3.8+ should work. I personally use
venv
:
py -3.10 -m venv env
- Install dependencies
pip install -r ./requirements.txt
-
Download and unzip a chrome webdriver: https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/
-
Update the path (within
app.py
) to the chrome driver executable:
DRIVER_PATH = r'PATH_TO_CHROME_DRIVER'
python3 .\app.py