24/7 feed fetcher
Project description
NAME
RSSBOT - 24/7 feed Fetcher
INSTALL
$ pipx install rssbot $ pipx ensurepath
SYNOPSIS
rssbot <cmd> [key=val] [key==val] rssbotd
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.
COMMANDS
cfg - irc configuration cmd - commands dpl - sets display items exp - export opml (stdout) imp - import opml mre - displays cached output pwd - sasl nickserv name/pass rem - removes a rss feed res - restore deleted objects rss - add a feed syn - sync rss feeds
CONFIGURATION
irc $ rssbot cfg server=<server> $ rssbot cfg channel=<channel> $ rssbot 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>
SYSTEMD
save the following it in /etc/systemd/system/rssbot.service and replace "<user>" with the user running pipx [Unit] Description=24/7 feed fetcher Requires=network-online.target After=network-online.target [Service] Type=simple User=<user> Group=<user> WorkingDirectory=/home/<user>/.rssbot ExecStart=/home/<user>/.local/pipx/venvs/rssbot/bin/rssbotd PIDFile=/home/<user>/.rssbot/rssbot.pid RemainAfterExit=yes [Install] WantedBy=default.target then run this $ mkdir ~/.rssbot $ sudo systemctl enable rssbot --now default channel/server is #rssbot on localhost
FILES
~/.rssbot ~/.local/bin/rssbot ~/.local/bin/rssbotd ~/.local/pipx/venvs/rssbot/
AUTHOR
Bart Thate <bthate@dds.nl>
COPYRIGHT
RSSBOT is Public Domain.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rssbot-560.tar.gz
(21.7 kB
view details)
File details
Details for the file rssbot-560.tar.gz
.
File metadata
- Download URL: rssbot-560.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0f4b13499a3e265311e25df9415c5d14b813aa05f32c4f7d60711e1aca79dd3 |
|
MD5 | ca4ccec22866e3e8159ca19684801873 |
|
BLAKE2b-256 | db671125544150133b7e7f722f7df475d455b730974d803ca49275a176d9b14e |