Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parths007/github-issue-stat
Interesting statistics about the issues posted on a specific repository.
https://github.com/parths007/github-issue-stat
flask github-api github-issues heroku-app jinja2-templates python3
Last synced: about 1 month ago
JSON representation
Interesting statistics about the issues posted on a specific repository.
- Host: GitHub
- URL: https://github.com/parths007/github-issue-stat
- Owner: ParthS007
- License: gpl-3.0
- Created: 2019-06-11T13:39:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:27:59.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:46:40.890Z (4 months ago)
- Topics: flask, github-api, github-issues, heroku-app, jinja2-templates, python3
- Language: Python
- Homepage: https://issue-stats-ahacks.herokuapp.com
- Size: 681 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Issue Statistics
It is a application which give some interesting statistics about the issues posted on a specific repository.
This application provides:
- Number of Total Issue posted in the specified repository.
- Number of Issues that are posted in last 24 hours.
- Number of Issues that are posted before 24 hours but not older than 7 days.
- Number of Issues that are posted before 7 days.These number includes both open and closed issues in the specified period.
## Usage
- Input a valid GitHub Repository URL.
- Click on Submit Button and wait for results.
- A table containing the above mentioned statistics will be displayed.## Technology Used
- Python3 with Flask Framework
- Github API V3 for communicating with GitHub repositories
- Heroku for Cloud Deployment
- PEP8 for checking coding conventions for the Python code
- Semantic UI## License
GNU GENERAL PUBLIC LICENSE Version 3
## Disclaimer
This project was made only to explore Github APIs and not meant to be use in production.