Skip to content

lxmfy/news-bot

Repository files navigation

news-bot

A LXMFy News Bot for the Reticulum Network. Get your daily RSS full-text feeds.

Installation

pip install lxmfy-news-bot

or

pipx install lxmfy-news-bot

The bot will store its data in ~/.local/share/lxmfy-news-bot/

Usage

lxmfy-news-bot

Docker

docker run -d \
  -v /path/to/data:/app/data \
  -v /path/to/backups:/app/backups \
  -v /path/to/.reticulum:/root/.reticulum \
  -e BOT_NAME="My News Bot" \
  -e BOT_ADMINS="admin1hash,admin2hash" \
  ghcr.io/lxmfy/news-bot:latest