https://github.com/mrtazz/githubfeedfilter
[not maintained] Sinatra + Redis app to show a filtered github feed
https://github.com/mrtazz/githubfeedfilter
Last synced: about 1 year ago
JSON representation
[not maintained] Sinatra + Redis app to show a filtered github feed
- Host: GitHub
- URL: https://github.com/mrtazz/githubfeedfilter
- Owner: mrtazz
- License: mit
- Created: 2011-04-26T22:19:07.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-29T21:09:03.000Z (over 14 years ago)
- Last Synced: 2025-04-15T15:12:30.147Z (about 1 year ago)
- Language: Ruby
- Homepage: https://gff.heroku.com
- Size: 160 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Feed Filter
## Motivation
This is a simple web application based on sinatra and redis to show a filtered
form of your github feed. With more and more watched repositories, the news
feed gets more and more unclear. This is an attempt to fix this.
## Dependencies
- Ruby
- Sinatra
- Redis
- Mustache
- Yajl-json
## Security
The application asks for your github token and stores it in the browser's local
storage as a cookie. This means I could potentially steal your token and
comment all over the place with your github account. Unfortunately there is no
other way to retrieve the news feed at the moment (to my knowledge) and I
intend to change this as soon as possible. In the meanwhile you either have to
trust that the same version of the application shown here is running on heroku
or run your own.
## Contribute
Just fork and contribute, there are no tests at the moment, so you have to make
sure yourself you don't break it. Bonus points for topic branches (and creating
tests).
## Thanks
- [hckrnews](http://hckrnews.com/) for interface inspiration