NAME
rssbot
- 24/7 Feed Fetcher.SYNOPSIS
rssbot <cmd> [key=val] [key==val]
DESCRIPTION
rssbot
is a python3 bot able to display rss feeds in your channel.
rssbot
comes with a cli to configure and a daemon to run in the
background, hooking the daemon in systemd brings a 24/7 available
rssbot in your channel.
INSTALL
installation is done with pipx
$ pipx install rssbot
$ pipx ensurepath
<new terminal>
$ rssbot srv > rssbot.service
$ sudo mv rssbot.service /etc/systemd/system/
$ sudo systemctl enable rssbot --now
joins
#rssbot
on localhostUSAGE
use rssbot
to control the program, default it does nothing
$ rssbot
$
see list of commands
$ rssbot cmd
cfg,dpl,exp,imp,mre,nme,pwd,rem,res,rss,syn
CONFIGURATION
irc
$ rssbot cfg server=<server>
$ rssbot cfg channel=<channel>
$ rssobt cfg nick=<nick>
sasl
$ rssbot pwd <nsvnick> <nspass>
$ rssbot cfg password=<frompwd>
rss
$ rssbot rss <url>
$ rssbot dpl <url> <item1,item2>
$ rssbot rem <url>
$ rssbot nme <url> <name>
opml
$ rssbot exp
$ rssbot imp <filename>
COMMANDS
cfg
- irc configurationcmd
- commandsdpl
- sets display itemsexp
- export opml (stdout)imp
- import opmlmre
- display cached outputpwd
- sasl nickserv name/passrem
- removes a rss feedres
- restore deleted feedsrss
- add a feedsyn
- sync rss feedsver
- show versionFILES
~/.rssbot
~/.local/bin/rssbot
~/.local/pipx/venvs/rssbot/*
AUTHOR
Bart Thate <
rssbotd@gmail.com
>COPYRIGHT
rssbot
is Public Domain.