jameslamb / oss-report

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

make it easy to include the GITHUB_PAT token and make authenticated requests to the Github API #12

Closed jameslamb closed 5 years ago

jameslamb commented 5 years ago

Github has a brutal 60-requests-per-hour API limit on unauthenticated requests. Need to make it easier to use auth with this app.

I think the right way to do it would be to use docker-compose, change from docker run to docker-compose run and explain .env files in the README.

jameslamb commented 5 years ago

closed by #13