Go to file
2025-08-08 17:44:07 +05:30
2025-08-08 17:44:07 +05:30
2025-08-08 17:26:25 +05:30
2025-08-08 17:26:25 +05:30
2025-08-08 17:26:25 +05:30
2025-08-08 17:24:44 +05:30
2025-08-08 17:26:25 +05:30
2025-08-08 17:29:25 +05:30
2025-08-08 17:26:25 +05:30

RSSrise - Apprise Notifications for FreshRSS Instances

Stay up to date with your FreshRSS Instance on the go.


Pulls

Also available on Docker Hub - driftywinds/rssrise:latest

How to use: -

  1. Download the compose.yml and .env files from the repo here.
  2. Customise the .env file according to your needs.
  3. Run docker compose up -d.

You can check logs live with this command: -

docker compose logs -f

For dev testing: -

  • have python3 installed on your machine
  • clone the repo
  • go into the directory and run these commands: -
python3 -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
  • configure .env variables.
  • then run python3 main.py
Description
A script for FreshRSS Instances to send notifs to 50+ messenger through Apprise
Readme GPL-3.0 667 KiB
Languages
Python 95.8%
Dockerfile 4.2%