From 7fb597cade8941b0f12d2206e14fe68cf7ba65d8 Mon Sep 17 00:00:00 2001 From: drifty Date: Fri, 8 Aug 2025 17:29:25 +0530 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 302436d..ba8822b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ -# rssrise -A script for FreshRSS Instances to send notifs to 50+ messenger through Apprise +## RSSrise - Apprise Notifications for FreshRSS Instances + + Stay up to date with your FreshRSS Instance on the go. + +
+ +[![Pulls](https://img.shields.io/docker/pulls/driftywinds/rssrise.svg?style=for-the-badge)](https://img.shields.io/docker/pulls/driftywinds/rssrise.svg?style=for-the-badge) + +Also available on Docker Hub - [```driftywinds/rssrise:latest```](https://hub.docker.com/repository/docker/driftywinds/rssrise/general) + +### How to use: - + +1. Download the ```compose.yml``` and ```.env``` files from the repo [here](https://github.com/driftywinds/rssrise). +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```