This script assumes you can run Python 3.6, and have pipenv
installed.
Once that's true, run:
pipenv install
The script also assumes an environment variable GITHUB_API_TOKEN
is set to a personal access token. Alternately, you can create a .env
file in the project root that looks like:
GITHUB_API_TOKEN=tokenvaluehere
pipenv run scrape
After it's done, there will be a fresh new .csv file in ./data/export
.