Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 837 Bytes

Purpose

This small Flask web app is a filter to connect RSS Feed (from Mastodon) to Facebook, via IFFFT. It splits a single RSS feed into 3 separate feeds :

  • Text status only
  • Images
  • Links

It also adds the URL of the source, as per the POSSE principle of Indie Web philosophy

Usage

Server

Launch it locally for dev :

flask main.py

Or set it up permanently with PM2 or UWSGI

URLs

http://domain.tld/?url=[url]&filter=[text|link|image]

Query params

  • url : URL of the source RSS feed
  • filter : "text", "link" or "image"

TODO

Add secret private ID for security