Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoru/github-search-to-rss
Converts GitHub search results into an RSS feed (actually Atom).
https://github.com/minoru/github-search-to-rss
atom-generator github newsboat rss-generator
Last synced: 3 months ago
JSON representation
Converts GitHub search results into an RSS feed (actually Atom).
- Host: GitHub
- URL: https://github.com/minoru/github-search-to-rss
- Owner: Minoru
- License: bsd-3-clause
- Created: 2018-05-06T13:56:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T17:37:33.000Z (8 months ago)
- Last Synced: 2024-06-09T18:58:47.254Z (8 months ago)
- Topics: atom-generator, github, newsboat, rss-generator
- Language: Haskell
- Size: 11.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-search-to-rss
Converts results of GitHub issues search into an RSS feed (actually Atom).
**Don't mind the lack of updates!** This tool has been working fine for me since
2018.It's meant to be used in conjunction with [the `exec:` feature of Newsboat RSS
reader][newsboat-exec]. Put `github-search-to-rss` binary into `~/.bin`, and add
the following to your `urls` file:```
"exec:~/.bin/github-search-to-rss -- whatever interests you"
```[newsboat-exec]: https://newsboat.org/releases/2.11.1/docs/newsboat.html#_scripts_and_filters_snownews_extensions
"The Newsboat RSS Feedreader — Scripts and Filters (Snownews Extensions)"