Skip to main content

Fetch your GH Repo stats

Project description

PyPI Version License Python Versions

GitHub Repo Stats

Fetch your repo stats from the GitHub API. Stats currently reported include:

  • Forks
  • Stars
  • Watchers
  • Clones Total
  • Clones Unique
  • Views Total
  • Views Unique

SetUp

In order to use tool, you will require a GitHub personal access token which will be used to authenticate you on each API call.

This should be set as an evironment variable named GH_TOKEN. Alternatively, you an pass it directly as an option into the cli with the -t / --auth-token flag.

Install

Install the latest version from PyPi with:

python -m pip install github-repo-stats

Use

Usage: cli.py [OPTIONS]

  Fetch GitHub repo stats!

  REQUIRES either a repos yaml file, an org name, or a user's name.

  Typical usage:

      $ gh-stats -r example.yaml

      $ gh-stats --repos example.yaml --output-file path/to/file.csv

Options:
  -r, --repos PATH        Yaml representation of Repos to Pull
  -o, --org TEXT          Pull stats for all repos owned by Org
  -u, --user TEXT         Pull stats for all repos owned by User
  -f, --output-file PATH  Output file path. Only supports CSV or JSON
  -t, --auth-token TEXT   GitHb Access Token
  --help                  Show this message and exit.

Development

For local development, you may find it easier to add an .env file to the project root with your GH_TOKEN. But setting it explicitly in the environment will also work.

All dev dependencies can be found in the requirements.txt file.

This project uses pytest for testing. If creating a PR, please use tox to run the tests against all supported Python versions.

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

github_repo_stats-0.1.2.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

github_repo_stats-0.1.2-py3-none-any.whl (5.3 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