- Create
.envfile in the repo root dir with:
GITHUB_TOKEN- your github token apiGITHUB_REPO- repository nameGITHUB_FILE- file path to the file that should be scrapped
- Create python venv and run
pip install -r requirements.txt
Run pre-commit install in the root repo directory to establish pre-commit for code formatting and checking