kencochrane / scorinator

DjangoDash 2013 repo
Apache License 2.0
10 stars 4 forks source link

switch github api calls to authenticated #48

Open kencochrane opened 11 years ago

kencochrane commented 11 years ago

right now the github calls are unauthenticated which means we are hititing our 60/hr limit, and this is messing up the results. if we switch to authenticated we can get 5000/hr.

http://developer.github.com/v3/#rate-limiting