Skip to content

Berlin Geekettes Hackathon project to recommend interesting open source projects to GitHub users based on their interests

Notifications You must be signed in to change notification settings

ellenkoenig/github-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-recommender

Berlin Geekettes Hackathon project to recommend interesting open source projects to GitHub users based on their interests. This works, but right now only on a limited (random) selection of a few tousand repos. Please keep in mind this is a hack, so the code is neither particularly robust, clean or pretty. ;)

A live demo is here: http://github-recommender.herokuapp.com/

Written by Lina, Julia & Ellen (@ellen_koenig)

Hints

As we talk to the github api a lot, we need you get a personal authentification key:

$ curl -u 'githubuser' -d '{"note":"github repo recommender"}' https://api.github.com/authorizations

The output should include a line:

"token": "yourtokenhash"

Put it in a environment variable:

export GITOAUTHTOKEN=yourtokenhash

About

Berlin Geekettes Hackathon project to recommend interesting open source projects to GitHub users based on their interests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published