RichardLitt / jabbar

Find out who is interested in your GitHub Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get information for an entire organization

RichardLitt opened this issue · comments

Superficially, this could mean looping over all repositories. Ideally, this would mean not getting data for people we already know about, which would involve getting a list of watchers, and then making a dictionary with the repos they watch, and then getting data for them all. Also, implement timeouts for the API to be nice.