Skip to content

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

License

Notifications You must be signed in to change notification settings

MaxEdison/GithubConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages