Skip to main content

Command Line tool to get total stargazers count of GitHub Repository of any user.

Project description

Star-Count

PyPI version Downloads

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 <user_name> -t <stars_count_threshold_per_repo> -n <num_repo_to_show> -a <auth_token>

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.
  • 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 in case you hit your request limit.

GIF

Click here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starcount-0.0.2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

starcount-0.0.2-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page