Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.42 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.42 KB

IRIS-HEP Analysis Systems Community Summary

Summary report on community interactions and contributions with IRIS-HEP Analysis Systems related tools.

download

The report is autogenerated daily, so it should always be up to date.

GitHub Project pre-commit.ci status

Run locally

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}"