Example code to fetch some info using webscrapping
Get chromedriver for your chrome version here and place it on the root folder of the code
With a GIT bash console on the code root folder (adapt commands if using other shell)
python -m venv venv
source venv/Scripts/activate
pip install -r requirements.txt
Assuming your are already in the python virtual environment
python scrape.py