MasFlam / six-degrees-of-github

Check the follower distance between any two users!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Six degrees of GitHub

What is your follower distance to someone famous? Check it with this Julia script.

Usage

julia 6deg.jl <your oauth api token> <source user login> <target user login>

You need the DataStructures.jl, JSON.jl and HTTP.jl packages. Install them by running julia, pressing ] and entering add DataStructures JSON HTTP.

Creating an API token

See the guide in the GitHub documentation.

Rate limits

The GitHub REST API has rate limits. They are 5000 requests per hour per user for normal users. There's a high chance you'll run out of available requests. :(

About

Check the follower distance between any two users!


Languages

Language:Julia 100.0%