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