Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 724 Bytes

File metadata and controls

31 lines (17 loc) · 724 Bytes

GithubConnect

It's a Github user recommender system that suggests new connections based on your followers and followings.

Requirements

Python 3
requests library
networkx library

Installation

Clone the repository:

git clone https://github.com/MaxEdison/GithubConnect.git

cd GithubConnect

Install the required Python packages:

pip install requests networkx

Usage

python github.py

Enter your GitHub username and personal access token when prompted. You can create a personal access token from https://github.com/settings/tokens.

  • open your browser and enter http://127.0.0.1:8000 after running python github.py
  • port 8000 is the default port. You can modify it if you want.