/contribution-distribution

Primary LanguageJupyter NotebookMIT LicenseMIT

A quick analysis of the distribution of contributions from the top 100 contributors (limited by GitHub's API) from top GitHub repos.

See 100x-engineer.ipynb for details.

Set it up

Install the necessary dependencies within a virtualenv using Poetry:

poetry install

GitHub API

If you wish to run the code, you'll need to create a GitHub personal access token and add it to your .env like this:

echo GITHUB_ACCESS_TOKEN=github_pat_herpderp > .env

Source Data

Big ups to the peeps over at https://github.com/EvanLi/Github-Ranking for creating the source data.