intermine / outreach

Repo for ideas and community discussions about InterMine-related outreach and communities
MIT License
5 stars 2 forks source link

Curate contributors from *all* repos across intermine #17

Open yochannah opened 5 years ago

yochannah commented 5 years ago

Mini application wishlist: we could use the GitHub API to curate all the contributors from all of the github repos, and output it in the json format used by http://intermine.org/contributors/ (sample json https://raw.githubusercontent.com/intermine/intermine-homepage-2017/master/content/contributors/community.md - this is manually curated at the moment).

If this need a github token it might be a good idea to start out a tiny node app similar to https://github.com/yochannah/first-ticket-finder

Iamhomkar commented 4 years ago

Hello, I wish to work on this issue. I went through the github api. I have come up with two ways of implementing it.

Can you provide suggestions on how to proceed.

yochannah commented 4 years ago

@Omkar-Halikar wow, you've really thought this through beautifully! I think the API method is, perhaps, more likely to be useful as it will find all contributors, whereas the PR one will find new contribors only. Sound good?

I've created an empty repo and given you write access: https://github.com/intermine/cross-repo-contributor-list - if you have any questions at all, mention @yochannah, tweet @yoyehudi, pop by to say hi on chat or if needed email yo@intermine.org.

Iamhomkar commented 4 years ago

Thanks for pointing out the issue with the PR approach. I will keep you posted.