https://github.com/chennes/githubissueanalyzer
Use the GraphQL API to download a GitHub Issue list with creation and closure date information
https://github.com/chennes/githubissueanalyzer
Last synced: over 1 year ago
JSON representation
Use the GraphQL API to download a GitHub Issue list with creation and closure date information
- Host: GitHub
- URL: https://github.com/chennes/githubissueanalyzer
- Owner: chennes
- License: gpl-3.0
- Created: 2025-01-24T22:19:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T22:26:02.000Z (over 1 year ago)
- Last Synced: 2025-02-01T21:17:18.616Z (over 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Issue Analyzer
Use the GraphQL API to download a GitHub Issue list with creation and closure date information
## Use
Set an environment variable called `GITHUB_ACCESS_TOKEN` with a GitHub API key: no extra permissions are required for that key, the script
uses only public information.
Edit the configuration variables at the top of `main.py` to set which repo you intend to analyze,
then run the script using your local python interpreter.
The result is Excel-style CSV data in a file you specify in the configuration variables.