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 res <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/bin/rssbotsh ~/.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-571.tar.gz
(25.3 kB
view details)
File details
Details for the file rssbot-571.tar.gz
.
File metadata
- Download URL: rssbot-571.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49b7b3f10953c9b4791887b27e899949092193ae4bdc65c0c0fab474e55cd5d2 |
|
MD5 | 4ce9e75856b345791ea43c48ca9a077c |
|
BLAKE2b-256 | f28c1eea23dfd93a1296fd09433f1754c8ea0b9c1c9bfe929ce6b5dcdd361040 |