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.dist
toconfig.yaml
- Edit
config.yaml
so it fits your needs - Execute
go mod tidy
in the folder ofmain.go
- Compile & run or use
go run .
and