https://github.com/jaimergp/ghstars
:star: List GitHub Stars for any user(s) or organization(s).
https://github.com/jaimergp/ghstars
github stars
Last synced: about 2 months ago
JSON representation
:star: List GitHub Stars for any user(s) or organization(s).
- Host: GitHub
- URL: https://github.com/jaimergp/ghstars
- Owner: jaimergp
- License: mit
- Created: 2018-06-14T13:02:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T10:36:36.000Z (about 8 years ago)
- Last Synced: 2025-03-31T06:13:35.677Z (about 1 year ago)
- Topics: github, stars
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghstars.py
Since GitHub does not list stars in the frontpage anymore, I want do something about my tiny digital ego. This is a simple Python 3.3+ script to report repositories with stars, sorted by star count.
This script uses GH Public API, which has a [rate limit](https://developer.github.com/v3/#rate-limiting). You can easily exceed it if a big organization (ie, Microsoft) is queried a couple times.
## Usage
Make sure you have `requests` installed and run:
```
python ghstars.py owner [owner2 owner3 ...]
```
For example:
```
> python ghstars.py insilichem
Repo Stars
====================== =====
insilichem/pychimera 21
insilichem/esigen 7
insilichem/gaudi 4
insilichem/ommprotocol 4
insilichem/tangram 2
insilichem/gaudiview 1
```