https://github.com/iris-hep/analysis-community-summary
Summary report on community interactions and contributions with IRIS-HEP Analysis Systems related tools
https://github.com/iris-hep/analysis-community-summary
git-scraping iris-hep
Last synced: about 1 year ago
JSON representation
Summary report on community interactions and contributions with IRIS-HEP Analysis Systems related tools
- Host: GitHub
- URL: https://github.com/iris-hep/analysis-community-summary
- Owner: iris-hep
- License: mit
- Created: 2021-09-12T22:08:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T00:37:31.000Z (about 1 year ago)
- Last Synced: 2025-04-03T18:54:38.346Z (about 1 year ago)
- Topics: git-scraping, iris-hep
- Language: Python
- Homepage: https://iris-hep.org/analysis-community-summary/
- Size: 2.09 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IRIS-HEP Analysis Systems Community Summary
[Summary report][report_url] on community interactions and contributions with [IRIS-HEP Analysis Systems](https://iris-hep.org/as.html) related tools.
[](https://iris-hep.org/analysis-community-summary/summary.csv)
The report is autogenerated daily, so it should always be up to date.
[report_url]: https://iris-hep.org/analysis-community-summary/
[](https://github.com/iris-hep/analysis-community-summary)
[](https://results.pre-commit.ci/latest/github/iris-hep/analysis-community-summary/main)
## Run locally
First, create a Python virtual environment and install the dependencies in `requirements.txt`.
The code will require a [GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-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:
```bash
#!/bin/bash
API_TOKEN=''
python query.py "${API_TOKEN}"
```