jameslamb / oss-report

Make a report on one or more users' open source contributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Option to pull all events by org

bburns632 opened this issue · comments

What's your appetite for this?

As an additional function and/or optional command line function, a user of this package can simply specify the name of a github organization and all users and public activity from those users will be returned.

Here is the github api call: githubAPI members list. This could be either:

  1. an alternative to specifying a csv of user names OR
  2. a way to generate a csv (then rest of process remains the same)

Additionally, an option to pull outside contributors via the api could follow the same approach.

I think it would be an interesting addition! I still feel that the "list of users" interface is the right one but I'm open to other examples being added which show alternative ways to create such a list.

I'm not planning to work on it in the near future but yes I'd definitely support such an addition if you'd like to make it!