# github-state
**Repository Path**: mirrors_rougier/github-state
## Basic Information
- **Project Name**: github-state
- **Description**: A script to pull the list of issues from github and generate plots with statistics
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-25
- **Last Updated**: 2026-04-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# github-state
A script to pull the list of issues from github and generate plots with statistics
### Example invocation
```
python3 github_state.py --project matplotlib/matplotlib \
--auth user:hexadecimal-auth-token \
--plot1-filter=needs-reporter-feedback \
--plot2-filter=postponed,reviewed/needs-rework,needs-reporter-feedback
```
This will generate some plots in images/.
The module can also be imported interactively.
### License
This script is licensed under the GNU Lesser General Public License, version 2.1 or later, at your option.