API Статистики пользователя GitHub 🐙

🐙 API статистики пользоватя GitHub 📈

🇬🇧 English Version 🇬🇧

Commits

Request sample

GET https://hud0shnikgitapi.herokuapp.com/commits/hud0shnik
GET https://hud0shnikgitapi.herokuapp.com/commits/hud0shnik/2022-01-21

Response sample

{
"date":     "2022-01-21",
"username": "hud0shnik",
"commits":  9,
"color":    4
}

color is color of the cell. There are 5 colors in total: from gray (0) to bright green (4)

Info

Request sample

GET https://hud0shnikgitapi.herokuapp.com/info/hud0shnik

Response sample

{
"username":      "hud0shnik",
"name":          "Danila Egorov",
"followers":     "14",
"following":     "9",
"repositories":  "19",
"packages":      "0",
"stars":         "6",
"contributions": "974",
"avatar":        "https://avatars.githubusercontent.com/u/42404892"
}
🇷🇺 Русская версия 🇷🇺

Коммиты

Семпл запроса

GET https://hud0shnikgitapi.herokuapp.com/commits/hud0shnik
GET https://hud0shnikgitapi.herokuapp.com/commits/hud0shnik/2022-01-21

Семпл ответа

{
"date":     "2022-01-21",
"username": "hud0shnik",
"commits":  9,
"color":    4
}

Параметр color - цвет ячейки. Всего есть 5 цветов: от серого (0) до ярко-зеленого (4)

Информация

Семпл запроса

GET https://hud0shnikgitapi.herokuapp.com/info/hud0shnik

Семпл ответа

{
"username":      "hud0shnik",
"name":          "Danila Egorov",
"followers":     "14",
"following":     "9",
"repositories":  "19",
"packages":      "0",
"stars":         "6",
"contributions": "974",
"avatar":        "https://avatars.githubusercontent.com/u/42404892"
}
Owner
Danila Egorov
📒 Student, 19 y.o, 👨‍💻 Learning backend, IT Security, Computer Science.
Danila Egorov
Similar Resources

Easily manage your github credentials

Easily manage your github credentials

HUB ADMIN Hub Admin is a command-line tool managing your github credentials Installation go get github.com/crewdevio/HubAdmin How to use Open he

Oct 20, 2021

GitHub Actions demo for a monorepo Go project

GitHub Actions demo for a monorepo Go project The purpose of this repository is to demonstrate using a GitHub action as a pull request status check in

Oct 31, 2021

A demo repo to show KICS Github Action in Action

🤖 KICS GitHub Actions Demo This repository shows how KICS GitHub Action can be set and was fully inspired by the documentation on KICS GitHub Actions

Nov 23, 2021

A Github action to post to news.ycombinator.com

action-hackernews-post Unofficial A Github action to post to news.ycombinator.com Uses @lukakerr's hkn go module to login and post to HN Guidelines As

Mar 12, 2022

Explores GitHub Actions in Go Lab from GopherCon 2021

Gopher A Tweet An action that tweets. Gopher A Tweet was created based on GopherCon 2021s Gophers of Microsoft: GitHub Action in Go Lab to explore bui

Dec 10, 2021

A starting point for a GitHub Action based in Go.

GitHub Action Using Go This is a starting point for a GitHub Action based in Go. This repo provides all the structure needed to build a robust GitHub

Dec 11, 2021

A GitHub action for the Go! programming language (by Francis McCabe, 2004)

Setup Go! (GitHub Action) This project is a GitHub action for the Go! programmin

Oct 22, 2022

A Github Action to auto approve pull requests that contain only document reviews.

Approve documentation review A Github Action to auto approve pull requests that contain only document reviews. The Cloud Platform team have a document

Dec 23, 2021

GitHub Utilities for managing classroom repositories.

ghutil GitHub Utilities for bulk operations. Requirements A ghutil.toml configuration file is needed in the working directory. It should have entries

Dec 21, 2021
May 25, 2021
A GitHub CLI extension that displays collaboration-related information about a GitHub repository.
A GitHub CLI extension that displays collaboration-related information about a GitHub repository.

collab-scanner GitHub CLI extension A GitHub CLI extension that displays collaboration-related information on a repository. Install gh extension insta

Dec 30, 2022
Go library for accessing the GitHub API

go-github go-github is a Go client library for accessing the GitHub API v3. Currently, go-github requires Go version 1.9 or greater. go-github tracks

Dec 30, 2022
This project is mostly a fancy wrapper around the Extract Table (github) API

Knockout-City-Stat-Scanner Credits This project is mostly a fancy wrapper around the Extract Table (github) API, they did all the heavy lifting here a

Jan 30, 2022
Simple-Weather-API - Simple weather api app created using golang and Open Weather API key
Simple-Weather-API - Simple weather api app created using golang and Open Weather API key

Simple Weather API Simple weather api app created using golang and Open Weather

Feb 6, 2022
Go library for accessing trending repositories and developers at Github.
Go library for accessing trending repositories and developers at Github.

go-trending A package to retrieve trending repositories and developers from Github written in golang. This package were inspired by rochefort/git-tren

Dec 21, 2022
:fishing_pole_and_fish: Webhook receiver for GitHub, Bitbucket, GitLab, Gogs

Library webhooks Library webhooks allows for easy receiving and parsing of GitHub, Bitbucket and GitLab Webhook Events Features: Parses the entire pay

Jan 4, 2023
Periodically collect data about my Twitter account and check in to github to preserve an audit trail.

Twitter audit trail backup This repository backs up my follower list, following list, blocked accounts list and muted accounts list periodically using

Dec 28, 2022
Assume AWS IAM roles from GitHub Actions workflows with no stored secrets
Assume AWS IAM roles from GitHub Actions workflows with no stored secrets

AWS IAM roles for GitHub Actions workflows Background and rationale GitHub Actions are a pretty nice solution for CI/CD. Where they fall short is inte

Feb 12, 2022
actionlint is a static checker for GitHub Actions workflow files.

actionlint actionlint is a static checker for GitHub Actions workflow files. Features: Syntax check for workflow files to check unexpected or missing

Dec 27, 2022