From fc155d7962ca05b6ae7e4a44fdaff1e9e9ab42a9 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Wed, 9 Jul 2025 22:04:11 +0200 Subject: [PATCH] Update for name change --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9a0d14..737f5c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # Lemmy Poster -A Laravel application for posting articles to Lemmy platforms. +`ffr` is a self-hosted tool for routing content from RSS/Atom feeds to the fediverse. + +It watches feeds, matches entries based on keywords or rules, and publishes them to platforms like Lemmy, Mastodon, or anything ActivityPub-compatible. + +📰 → 🔍 → 🌐 + +## Features + +- Keyword-based routing from any RSS/Atom feed +- Publish to Lemmy, Mastodon, or other fediverse services +- YAML or JSON route configs +- CLI and/or daemon mode +- Self-hosted, privacy-first, no SaaS dependencies + ## Docker Deployment