Generate an image for your GitHub profile using a mix of GitHub statistics and your own information.
This program will run on a RaspberryPi for me, periodically updating the image.
You can customize the image by going into main/main.go
. All drawing implementation is done there. Other folders conntain core logic that doesn't affect where elements are drawn to.
Don't forget to make a GitHub Api access token and either place a fall called GH_TOKEN
in the gh-api follder, or replace it in the code where needed.
Also don't forget to replace the font to a font file on your computer in main.go
Licensed under either the MIT License or Boost Software License 1.0, at your choosing.