Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianseong99/github_org_stats
Python scripts for getting Org stars, open issues, watchers, etc.
https://github.com/brianseong99/github_org_stats
Last synced: 25 days ago
JSON representation
Python scripts for getting Org stars, open issues, watchers, etc.
- Host: GitHub
- URL: https://github.com/brianseong99/github_org_stats
- Owner: BrianSeong99
- Created: 2024-04-12T18:36:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:22:30.000Z (10 months ago)
- Last Synced: 2024-11-08T13:56:24.751Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github_Org_Stats
Python scripts for getting Org stars, open issues, watchers, etc.## Run
Remember to add all the `.env` params. Guide [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
```bash
python github_stats.py
```## GitHub Statistics
- Stars: The number of stars a GitHub repository has received indicates its popularity and the level of community support. More stars often correlate with a more reputable and well-maintained project.- Forks: The number of times a repository has been forked shows the level of collaborative interest in the project. A higher number of forks usually indicates an active developer community.
- Open Issues: The number of unresolved issues can serve as an indicator of the project's responsiveness to community feedback and potential bugs. Fewer open issues generally suggest a more stable project.
- Watchers: The number of users following a repository for updates reflects the level of ongoing interest and engagement with the project.
- Repository Size: The size of the codebase can indicate the complexity and maturity of the project. Larger repositories often contain more features but may also require more maintenance.
- Network Count: This represents the number of repositories that are forks of the original repository, providing another angle on the project's influence and reach within the developer community.- Subscribers: The number of users subscribed to receive notifications for updates can indicate the level of active engagement and interest in the project's future developments.