jameslamb / oss-report

Make a report on one or more users' open source contributions
3 stars 2 forks source link

Feature Request: Option to pull all events by org #17

Open bburns632 opened 5 years ago

bburns632 commented 5 years ago

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.

jameslamb commented 5 years ago

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!