mirror of
https://github.com/driftywinds/rssrise.git
synced 2025-12-18 19:23:16 +00:00
RSSrise - Apprise Notifications for FreshRSS Instances
Stay up to date with your FreshRSS Instance on the go.
RSSrise is primarily for notifications, it does not show the contents of the feed at all. The notifications you receive have the title, the URL and the category of the item only.
Also available on Docker Hub - driftywinds/rssrise:latest
How to use: -
- Download the
compose.ymland.envfiles from the repo here. - Customise the
.envfile according to your needs. - 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
.envvariables. - then run
python3 main.py
Languages
Python
95.8%
Dockerfile
4.2%