A simple filter to remove entries from your GitHub news feed.
RSS_URLYour GitHub news feed URL, at the bottom of https://github.com/.REMOVE_KEYWORDSComma separated keywords in entry links to remove from the feed.SECRETAn optional parameter to keep your feed secret.
Install bundler:
gem install bundler && bundle installCreate 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- Fork the repo
- Follow the steps to Create a new Blueprint Instance
- Use
https://#{app-name}.onrender.com/rss.atominstead of the GitHub news feed URL
This project is not affiliated with GitHub. The source code is licensed under the terms of the MIT license.