https://github.com/starkblaze01/star-count
Python Command Line tool to get total stargazers count of GitHub Repository of any user
https://github.com/starkblaze01/star-count
count-stars github-stars hacktoberfest pip-package repository-star-count starcount stargazers-count stars
Last synced: 3 months ago
JSON representation
Python Command Line tool to get total stargazers count of GitHub Repository of any user
- Host: GitHub
- URL: https://github.com/starkblaze01/star-count
- Owner: starkblaze01
- License: mit
- Created: 2020-01-24T20:12:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T18:50:03.000Z (over 5 years ago)
- Last Synced: 2025-02-27T08:20:42.100Z (3 months ago)
- Topics: count-stars, github-stars, hacktoberfest, pip-package, repository-star-count, starcount, stargazers-count, stars
- Language: Python
- Homepage: https://pypi.org/project/starcount/
- Size: 22.9 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Star-Count](https://github.com/starkblaze01/Star-Count)
[](https://badge.fury.io/py/starcount)
[](https://pepy.tech/project/starcount)Python Command Line tool to get total stargazers count of GitHub Repository of any user.
# How to Install
`pip install starcount`# How to Use
- Open Terminal
- Run `starcount -h` for help
#### Usage:
`starcount -u -t -n -a `
#### Example Usage:
`starcount -u starkblaze01 -t 10 -n 12`#### Optional arguements:
```
- t: to get repositories having num stars above threshold
- n: to show limited number of repository
- a: GitHub OAuth token
```
##### Note:
- Number of API calls request is limited to 60/hr without auth token. With OAuth token it is 5000/hr. Know more about it [here](https://developer.github.com/v3/#rate-limiting).
- Authentication using password is not used for this package because it will be depricated soon and not recommended. You can get your OAuth token from [here](https://github.com/settings/tokens) in case you hit your request limit.#### GIF
Click [here](https://github.com/starkblaze01/Star-Count/blob/master/starcount.gif)