Skip to main content

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
mre - displays cached output
pwd - sasl nickserv name/pass
rem - removes a rss feed
rss - add a feed

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>

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
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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rssbot-553.tar.gz (19.0 kB view details)

Uploaded Source

File details

Details for the file rssbot-553.tar.gz.

File metadata

  • Download URL: rssbot-553.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for rssbot-553.tar.gz
Algorithm Hash digest
SHA256 a80586e181d45f77cdd63349f584d2c3b6d26f38e931ada4ecfde2d6b6cdfc5f
MD5 217dd01760358fa6fa5fff865cd8db27
BLAKE2b-256 81b46e41302bbdc70968bfbda999fe113e88a508620fc5783de1df85f3c5eccf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page