jiyouliang / github-profile-summary

Tool for visualizing GitHub profiles

Home Page:https://github-profile-summary.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-profile-summary

screenshot

screenshot

run locally

  • git clone https://github.com/tipsy/github-profile-summary.git
  • cd github-profile-summary
  • mvn install
  • java -jar target/github-profile-summary-1.0-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/github-profile-summary-1.0-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/github-profile-summary-1.0-jar-with-dependencies.jar

run locally with docker

  • git clone https://github.com/tipsy/github-profile-summary.git
  • cd github-profile-summary
  • docker build -t github-profile-summary .
  • docker run -it --rm --name github-profile-summary -p 7070:7070 github-profile-summary
  • OR with a token docker run -it --rm --name github-profile-summary -p 7070:7070 -e "TOKENS=mytoken1,mytoken2" github-profile-summary
  • browse to http://localhost:7070

About

Tool for visualizing GitHub profiles

https://github-profile-summary.com/

License:Apache License 2.0


Languages

Language:Kotlin 59.7%Language:JavaScript 22.0%Language:CSS 15.8%Language:HTML 2.4%