seladb / github-traffic-stats

A small Python project to pull and store traffic stats for GitHub projects using GitHub API
MIT License
28 stars 13 forks source link

Which permissions does the token need? #7

Closed rnestler closed 3 years ago

rnestler commented 3 years ago

I didn't find any information which permissions the personal access token needs to read the traffic information.

rnestler commented 3 years ago

It looks like just public_repo is enough.

seladb commented 3 years ago

yes, public-repo should be sufficient