All Projects → tipsy → Profile Summary For Github

tipsy / Profile Summary For Github

Licence: apache-2.0
Tool for visualizing GitHub profiles

Programming Languages

kotlin
9241 projects
Vue
7211 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Profile Summary For Github

Alize
Visualize Your Github Profile
Stars: ✭ 148 (-99.24%)
Mutual labels:  github-api, webapp
Coreui
Open Source UI Kit built on top of Bootstrap 4 and plain JavaScript without any additional libraries like jQuery
Stars: ✭ 361 (-98.15%)
Mutual labels:  webapp
Astronomer
A tool to detect illegitimate stars from bot accounts on GitHub projects
Stars: ✭ 323 (-98.34%)
Mutual labels:  github-api
Play Samples
Stars: ✭ 335 (-98.28%)
Mutual labels:  webapp
Octokit.swift
A Swift API Client for GitHub and GitHub Enterprise
Stars: ✭ 325 (-98.33%)
Mutual labels:  github-api
Gitter
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Stars: ✭ 3,498 (-82.05%)
Mutual labels:  github-api
Octoprofile
A nicer look at GitHub profiles built with Next.js and the GitHub API
Stars: ✭ 310 (-98.41%)
Mutual labels:  github-api
Ok.sh
A Bourne shell GitHub API client library focused on interfacing with shell scripts
Stars: ✭ 365 (-98.13%)
Mutual labels:  github-api
Microblog
A microblogging web application written in Python and Flask that I developed as part of my Flask Mega-Tutorial series.
Stars: ✭ 3,788 (-80.56%)
Mutual labels:  webapp
Leethub
Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
Stars: ✭ 316 (-98.38%)
Mutual labels:  github-api
Scalc
📲 A simple calculator application
Stars: ✭ 336 (-98.28%)
Mutual labels:  webapp
Spa
A webapp framework for routing control and view transitions
Stars: ✭ 331 (-98.3%)
Mutual labels:  webapp
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (-98.21%)
Mutual labels:  webapp
Kafka Connect Github Source
Get a stream of issues and pull requests for your chosen GitHub repository
Stars: ✭ 327 (-98.32%)
Mutual labels:  github-api
Picoweb
Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework
Stars: ✭ 361 (-98.15%)
Mutual labels:  webapp
Neteasemusic
Vue版仿网易云音乐ios端web spa
Stars: ✭ 319 (-98.36%)
Mutual labels:  webapp
Darkmatter
The notebook-style Common Lisp environment
Stars: ✭ 336 (-98.28%)
Mutual labels:  webapp
Octokit.rb
Ruby toolkit for the GitHub API
Stars: ✭ 3,522 (-81.93%)
Mutual labels:  github-api
Hukum
An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.
Stars: ✭ 375 (-98.08%)
Mutual labels:  github-api
Github Stats
Better GitHub statistics images for your profile, no external server required
Stars: ✭ 338 (-98.27%)
Mutual labels:  github-api

profile-summary-for-github

live at https://profile-summary-for-github.com/

screenshot

screenshot

run locally

  • git clone https://github.com/tipsy/profile-summary-for-github.git
  • cd profile-summary-for-github
  • mvn install
  • java -jar target/profile-summary-for-github-jar-with-dependencies.jar

If no api-token is set, you only get ~50 requests/hour

To run the app with an api-token, first generate a token at https://github.com/settings/tokens, then launch the jar with the token:

  • java -Dapi-tokens=your-token -jar target/profile-summary-for-github-jar-with-dependencies.jar

You can use a comma-separated list of tokens to increase your rate-limit

You can build a profile summary for any GitHub profile using -Dunrestricted=true:

  • java -Dunrestricted=true -jar target/profile-summary-for-github-jar-with-dependencies.jar

You can set when the app should require user-starring by passing free-requests-cutoff Passing 1000 will require the app to require starring if there are less than 1000 requests left:

  • java -Dfree-requests-cutoff=1000 -jar target/profile-summary-for-github-jar-with-dependencies.jar

You can enable Google Tag Manager on your instance by setting gtm-id:

  • java -Dgtm-id=GTM-XXXXXX -jar target/profile-summary-for-github-jar-with-dependencies.jar

run locally with docker

  • git clone https://github.com/tipsy/profile-summary-for-github.git
  • cd profile-summary-for-github
  • docker build -t profile-summary-for-github .
  • docker run -it --rm --name profile-summary-for-github -p 7070:7070 profile-summary-for-github
  • OR with a token docker run -it --rm --name profile-summary-for-github -p 7070:7070 -e "API_TOKENS=mytoken1,mytoken2" profile-summary-for-github
  • browse to http://localhost:7070
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].