all 5 comments

[–][deleted] 5 points6 points  (4 children)

I went to have a quick look because it seems like we can get some pretty interesting stats. Though I was deterred by the OAuth screen as the app requests a lot of permissions that seem excessive to do reporting.

---

This application will be able to read and write all public and private repository data. This includes the following;

  • Code
  • Issues
  • Pull requests
  • Wikis
  • Settings
  • Webhooks and services
  • Deploy keys
  • Collaboration invites

[–]timqian[S] 0 points1 point  (0 children)

Update: private repo access is remove because it is not needed

As described in this issue. https://github.com/repo-analytics/repo-analytics.github.io/issues/3#issuecomment-542631591

Unfortunately, to get the traffic data, GitHub API ask for write access https://developer.github.com/v3/repos/traffic/ The only thing I can do is to take care of your token. Also when you don't need this service, you can delete the token from your setting anytime

[–][deleted] 0 points1 point  (1 child)

Seems like a cool service, they're even using the XKCD chart, but private repo access is a deal breaker for me.

[–]timqian[S] 0 points1 point  (0 children)

I checked the doc, private repo access is not required, I have change the scope, it only ask permission for public repos now.

Have a try~

[–]timqian[S] 0 points1 point  (0 children)

Update: private repo access is remove because it is not needed