Skip to content

GitHub Stats Analyser

Actions
Analyse GitHub and generate statistics for a user s repositories
v1.3.0
Latest
Star (2)

Tags

 (1)

GitHub Stats Analyser

Table of Contents

Introduction

This project is a tool to analyse the statistics of a user's GitHub repositories.

It is designed to be used as a GitHub Action.

The tool is written in Python and uses the GitHub API to some of the statistics. As well it clones the repositories to be analysed and analyses the files in the repositories.

Usage

GitHub Action Example

The GitHub Action is designed to be used in a workflow.

- name: Analyse GitHub repositories
  uses: jackplowman/github-stats-analyser@latest
  with:
    REPOSITORY_OWNER: jackplowman # Put your GitHub username here or use ${{ github.repository_owner }}

GitHub Action Inputs

Name Required Description Type Default
REPOSITORY_OWNER yes The GitHub username of the repositories to analyse. string N/A
GITHUB_TOKEN no A GitHub token to authenticate API requests. string ${{ github.token }}
DEBUG no Enable debug logging. string false

License

MIT

GitHub Stats Analyser is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Analyse GitHub and generate statistics for a user s repositories
v1.3.0
Latest

Tags

 (1)

GitHub Stats Analyser is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.