Giter Club home page Giter Club logo

statistics's Introduction

Create Statistics of all Public Repos in 'kit-data-manager' Organization

Requirements

  • bash
  • jq
  • gh
  • xargs

Usage

Generate Personal Access Token

Use this link to generate a personal access token with at least the following rights:

  • admin:public_key
  • read:org
  • read:packages
  • repo

Copy generated link and store it in a local file (e.g.: mytoken.txt)!

Authenticate for gh

# Authenticate against github.com by reading the token from a file
$ gh auth login --with-token < mytoken.txt

Clone Repo

$ git clone THIS_REPO
$ cd THIS_REPO

Create Statistics

$ bash create_repo_statistics.sh

Push Results to GitHub

$ git add *.csv
$ git commit -m "Add new results to files holding statistics."
$ git push

Add new Repositories from the kit-data-manager Organization to Statistics

Append one line holding the repo name (without kit-data-manager) to 'repo_list.txt'. To skip a repository start line with '#'

Analyze Statistics

To analyze statistics, you can import the csv files into Excel and analyze them with a pivot table as required. (See example)

Collect Download Counts of Packages

Use links listed in organization_packages to collect download counts of packages.

ℹī¸ If the list is no longer up to date due to new package(s) create a new list:

$ bash create_list_of_packages.sh
$ git add organization_packages.md
$ git commit -m "Refresh packages list."
$ git push

statistics's People

Contributors

volkerhartmann avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.