It's a Github user recommender system that suggests new connections based on your followers and followings.
Python 3
requests library
networkx library
Clone the repository:
git clone https://github.com/MaxEdison/GithubConnect.git
cd GithubConnect
Install the required Python packages:
pip install requests networkx
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.