WEEE-Open / sardina

Our developers' section stats, computed hic et nunc
3 stars 0 forks source link

Added OAuth2 auth support for increased ratelimit #6

Closed alecello closed 4 years ago

alecello commented 4 years ago

Closes #5

alecello commented 4 years ago

It requires the user to generate a PAT (Personal Access Token) from their Settings > Developer Settings, save that token somewhere safe and provide it when requested.

The PAT can be created with no access whatsoever to the user's account (leave all the boxes un-ticked, no private information will be made available by using the token) since the script only needs to access the APIs to work

e-caste commented 4 years ago

Please add the token generation how-to to the README. I will merge after that.