Summary report on community interactions and contributions with IRIS-HEP Analysis Systems related tools.
The report is autogenerated daily, so it should always be up to date.
First, create a Python virtual environment and install the dependencies in requirements.txt
.
The code will require a GitHub personal access token (PAT) to use, so you'll need to make one for this application.
Once you have one, you'll need to pass it in at the command line to query.py
.
This is probably best done by setting an environment variable in a shell script and then passing it through
Example:
#!/bin/bash
API_TOKEN='<your PAT goes here>'
python query.py "${API_TOKEN}"