Skip to content

MasFlam/six-degrees-of-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages