What is your follower distance to someone famous? Check it with this Julia script.
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
.
See the guide in the GitHub documentation.
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. :(