This is a quick&dirty script to get all profile URLS and pictures of contributors to a GitHub project. These data is then compiled into a html file.
It is possible to exclude contributors you don't want to see in the final output.
- Install go
- Clone this repo using
git clone https://github.com/ndzoesch/contributorAvatars - Rename
config.yaml.disttoconfig.yaml - Edit
config.yamlso it fits your needs - Execute
go mod tidyin the folder ofmain.go - Compile & run or use
go run .and