Skip to content

raphaeljolivet/toot2fb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mastodon RSS Feed to Facebook Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages