Skip to content

bcylin/github-newsfeed-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub News Feed Filter

License

A simple filter to remove entries from your GitHub news feed.

Environment variables

  • RSS_URL Your GitHub news feed URL, at the bottom of https://github.com/.
  • REMOVE_KEYWORDS Comma separated keywords in entry links to remove from the feed.
  • SECRET An optional parameter to keep your feed secret.

Development Setup

Install bundler:

gem install bundler && bundle install

Create a .env.local file with the following contents:

RSS_URL=<Your GitHub news feed URL>
REMOVE_KEYWORDS=<keyword1>,<keyword2>

Run the app locally:

ruby app.rb -s Puma
# open http://localhost:4567/rss.atom

Deployment Example

License

This project is not affiliated with GitHub. The source code is licensed under the terms of the MIT license.

About

A web app that returns your GitHub news feed with unwanted entries removed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors