For the script to run, the following is required
This script use pipenv
to manage the python virtual environment. Install pipenv
with:
pip install pipenv
Then install packages dependencies from the project root with:
pipenv install
Download a recent version of Firefox. geckodriver
binaries come within the /bin folder of this repositories.
From the project root:
pipenv shell
python ./scrap-macro-data.py
then follow instructions (if any).