Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diemol/github-repo-stats
Tracking of open issues and PRs for GitHub repos
https://github.com/diemol/github-repo-stats
Last synced: 17 days ago
JSON representation
Tracking of open issues and PRs for GitHub repos
- Host: GitHub
- URL: https://github.com/diemol/github-repo-stats
- Owner: diemol
- License: mit
- Created: 2021-04-29T10:25:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:32:38.000Z (2 months ago)
- Last Synced: 2024-10-29T18:56:18.817Z (2 months ago)
- Language: Python
- Homepage: https://www.diemol.com/github-repo-stats/
- Size: 21.7 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This collects and updates the amount of issues and pull requests with "open" status in different periods of time.
Right now, it is "hardcoded" to work with the Selenium project, future work should enable the community to visualize
their desired repos.Have a look!
![image](https://user-images.githubusercontent.com/5992658/116539090-a93a9580-a8e8-11eb-8428-a528315bb013.png)
---
Setup instructions are WIP
Create a virtual environment
`python3 -m venv .venv`
`source .venv/bin/activate`
Install `pipenv`
`pip install pipenv`
`pipenv install`
`export GITHUB_ORG`
`export GITHUB_REPO`
`export GITHUB_TOKEN``pipenv run get_stats`