Show HN: Trending GitHub Repos by Language with Grapevine
I have a hard time finding new, awesome open source repositories on GitHub for the languages I use. So I decided to scratch an itch.
My project is called Grapevine. It aggregates mentions of GitHub repos on Twitter and filters them by language. I'm aggregating the top 15 languages on GitHub right now.
Some of the languages include JavaScript (@github_js), Ruby (@github_rb), Python (@github_py), Emacs Lisp (@github_el), and Haskell (@github_hs).
If you want to know more, here's the project's site.
http://grapevine-project.info
Let me know what you think!
4 comments
[ 4.9 ms ] story [ 23.9 ms ] threadCan you explain how the platform behind it?
As for the platform, Grapevine is a modular platform that will pull in messages, group them into topics and then periodically send out a notification for the most popular topic. Topics are limited by a window so topics can't be repeated again for, say, six months.
Check out the project on GitHub. It's a Ruby project. Feel free to send a pull request or add a feature request. I'm also looking for other sites to pull messages from. Other people have suggested Google Groups, Convore & IRC.