Joined March 2014
·
Achievements
59 Karma
0 Total ProTip Views

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

T-Rex
Have at least one original repo where C is the dominant language
I had to use an additional parameter on calling authorizations method:
curl -XPOST https://api.github.com/authorizations -u me -d '{"scopes":["repo"], "note": "MyDescription"}
Hope it helps!