gruik

Fork of GCU-Squad's RSS-to-IRC bridge
git clone https://git.instinctive.eu/gruik.git
Log | Files | Refs | README | LICENSE

commit cef891c1a776c32942082b925df7641271b79a0e
parent 1b0b58cb66c6e417ad571d32b92945ae52686f40
Author: Emile 'iMil' Heitor <imil@NetBSD.org>
Date:   Fri, 14 Jul 2023 07:24:42 +0200

docs: updated README

Diffstat:
MREADME.md | 23++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -30,10 +30,19 @@ feeds: - https://news.ycombinator.com/rss - https://rss.slashdot.org/Slashdot/slashdotMain - https://www.osnews.com/feed/ - - https://www.reutersagency.com/feed/ - https://lwn.net/headlines/rss - https://www.phoronix.com/rss.php - https://lobste.rs/rss + - https://undeadly.org/cgi?action=rss + - https://www.freebsd.org/news/feed.xml + - https://feeds.fireside.fm/bsdnow/rss + - https://www.dragonflydigest.com/feed + - https://newsletter.nixers.net/feed.xml + - https://vermaden.wordpress.com/feed/ + - https://www.journalduhacker.net/rss + - https://linuxfr.org/news.atom + - https://rss.nytimes.com/services/xml/rss/nyt/World.xml + - https://www.nextinpact.com/rss/news.xml maxnews: 10 # optional maxage: 1h # optional frequency: 5m # optional @@ -45,4 +54,16 @@ feeds: $ ./Gruik ``` +## IRC commands + +For everybody: + +* `!lsfeeds` lists available RSS feeds + +For ops: + +* `!addfeed <RSS feed URL>`, adds an RSS feed URL +* `!rmfeed <id>`, removes feed by number (given by `!lsfeeds`) +* `!die`, kills the bot + An alternate configuration file can be given as a parameter.