Skip to content

Instantly share code, notes, and snippets.

@FeroVolar
Created February 12, 2016 07:18
Show Gist options
  • Save FeroVolar/b28cf09ec3fecf49851a to your computer and use it in GitHub Desktop.
Save FeroVolar/b28cf09ec3fecf49851a to your computer and use it in GitHub Desktop.
Github Get the Contributor List of a Repository
curl -s https://api.github.com/repos/ceph/ceph-ansible/stats/contributors | grep login | awk -F ":" '{print $2}' | sed 's/"/,@/;s/,$//;s/"$//' | tr -d '\n'
,@bmanojlovic ,@hunter ,@guits ,@lorin ,@marmot21 ,@mcsage ,@byronmccollum ,@maethor ,@mhubig ,@laboshinl ,@fcharlier ,@bstillwell ,@lyandrew ,@jjoos ,@BjoernT ,@psy-q ,@bsanders ,@pb-it ,@eikef ,@lpabon ,@ti-mo ,@alfredodeza ,@aisrael ,@andymcc ,@Abhishekvrshny ,@gpocentek ,@Logan2211 ,@git-harry ,@darkcrux ,@nexecook ,@rootfs ,@crcceph ,@mattt416 ,@bengland2 ,@bjne ,@HanXHX ,@andrewschoen ,@matthewrees ,@xals ,@jcftang ,@flisky ,@guestisp ,@msambol ,@leseb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment