Skip to content

Quick script to get the avatars of contributors of a github project as markdown

Notifications You must be signed in to change notification settings

ndzoesch/contributorAvatars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributor Avatars

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.

Usage

  • Install go
  • Clone this repo using git clone https://github.com/ndzoesch/contributorAvatars
  • Rename config.yaml.dist to config.yaml
  • Edit config.yaml so it fits your needs
  • Execute go mod tidy in the folder of main.go
  • Compile & run or use go run . and

About

Quick script to get the avatars of contributors of a github project as markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages