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
Launch it locally for dev :
flask main.py
Or set it up permanently with PM2 or UWSGI
Query params
- url : URL of the source RSS feed
- filter : "text", "link" or "image"
Add secret private ID for security