Giter Club home page Giter Club logo

github-collaboration-network's Introduction

github-collaboration-network

Using GitHub's API to find social connections in pull requests and issues comments. Social network connections are between the author of the pull request/issue and the author of the comments.

Social_Network

Example of Social Network

Author: Person_1

Comment Authors: Person_2, Person_3, Person_4

Social Connections: ((Person_1, Person_2), (Person_1, Person_3), (Person_1, Person_4))

Running the Code in the Terminal

1 - Clone the repository.

git clone [email protected]:tmickleydoyle/github-collaboration-network.git

or

git clone https://github.com/tmickleydoyle/github-collaboration-network.git

2 - Move into the repository directory.

cd github-collaboration-network

3 - Execute the Makefile

make

The following information is needed to run the scripts and can be located on the file_manager.py file:

GITHUB_USERNAME = os.environ['GITHUB_USERNAME']
GITHUB_TOKEN = os.environ['GITHUB_TOKEN']
ORGANIZATION = os.environ['GITHUB_ORGANIZATION']

GITHUB_USERNAME - GitHub profile name/login.

GITHUB_TOKEN - Token linked to an individual account. Step for creating a token.

ORGANIZATION - The name of the organization. This only works for organizations the user has is an active member.

I have included the above information in my bash_profile.


I am adding a Bernoulli Mixture Model to find the most likely people to include in a social group.

TODO:

  • Build a mapping from the model output to GitHub logins.
  • Sort output to include top n users.

Author: Thomas Mickley-Doyle

Developed on Macbook Pro 2018

github-collaboration-network's People

Contributors

dependabot[bot] avatar tmickleydoyle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

debraj001

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.