From 53d6d4b0afecbba43f311f2021f210140988d094 Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Mon, 6 Feb 2023 14:28:21 +0100 Subject: [PATCH] Add feedToMasto to bridges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3451c08..d73a2ac 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li * :heavy_check_mark: [**Toot-Together**](https://github.com/joschi/toot-together) ([Fedi account](https://social.tchncs.de/@commit2toot)): Github Action that posts to Mastodon from text files, enabling everyone to submit toot drafts to a project. `MIT, Javascript` +* [**feedToMasto**](https://github.com/scripting/feedToMasto): Node app that checks a list of feeds (Atom, RSS, RDF) periodically, post new items to Mastodon. `ISC, Javascript` + * :heavy_check_mark: [**feed2toot**](https://gitlab.com/chaica/feed2toot): Parses RSS feeds, identifies new posts and posts them on the Mastodon social network ([using the Mastodon API]((https://gitlab.com/chaica/feed2toot/issues/35#note_289027030))). `MIT, Python` * :heavy_check_mark: [**feediverse**](https://github.com/edsu/feediverse): Send RSS/Atom feeds to Mastodon. `MIT, Python`