
TUI RSS/Atom feed reader.
Screenshot

Installation
Via Go:
go install git.sr.ht/~shockham/spiderss@latest
requires gcc due to mattn/go-sqlite3
Configuration
On first run spiderss will create a file for your RSS URLs in the following location:
- Linux:
$HOME/.config/spiderss/urls or $XDG_CONFIG_HOME if present
- MacOS:
$HOME/Library/Application Support/spiderss/urls
- Windows:
%AppData%/spiderss/urls
Each URL will need to be on a new line, so an example configuration could be:
https://lobste.rs/t/go.rss
https://pketh.org/feed.xml
If you have a urls file from newsboat or newsbeuter you can copy it to the above location and it will work, though currently the tags will be ignored