What is rssgoemail
Rssgoemail is a tool, inspired by rss2email to fetch your favourite feeds and send them in your local mailbox. rssgoemail can fetch the following feed formats:
- RSS/Atom from an HTTP/HTTPS URL.
- RSS/Atom from a gemini connection.
- Gemfeed from a gemini connection.
Latest release: 1.0.3 (2023-10-25)
Installation
To install rssgoemail, from the command line:
$ go install gopkg.abiscuola.com/rssgoemail@v1.0.3
If you prefer to install from the .tar.gz archive, after extracting it, from the project's root:
$ make
# make install
The program will be installed in /usr/local/bin
along with
the man page.
Configuration
Configuring rssgoemail is just a matter of writing the complete URL of your favourite
feeds in the .rssgoemail.conf
in your HOME directory. For example,
to fetch the Hacker News rss feed and the Guardian rss feeds, write this two lines
in the file:
https://www.theguardian.com/world/rss
https://news.ycombinator.com/rss
The format is one URL per line. Empty lines and ones starting with
#
are implicitly ignored.
After that, just run rssgoemail.