Compare commits

...

6 commits

Author SHA1 Message Date
Arnold Schrijver 53d6d4b0af
Add feedToMasto to bridges 2023-02-06 14:28:21 +01:00
Arnold Schrijver e730e5e8ad
Add bird.makeup to bridges 2023-02-06 14:19:57 +01:00
Arnold Schrijver 04f4a8f52b
Add TootSDK to utilities 2023-02-06 09:45:10 +01:00
Arnold Schrijver 989a983a7b
Add pubgate-telegram to Bridges 2023-02-06 09:43:11 +01:00
Arnold Schrijver e4453fc074
Add toot-volute to utilities 2023-02-06 09:37:47 +01:00
Arnold Schrijver 147ec918c4
Add Federails 2023-02-06 09:35:08 +01:00

View file

@ -110,6 +110,8 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt
* :heavy_check_mark: [**Express ActivityPub**](https://github.com/dariusk/express-activitypub): A very simple reference implementation of an ActivityPub server using Express.js. `MIT, Javascript`
* [**Federails**](https://gitlab.com/experimentslabs/federails): An ActivityPub engine for Ruby on Rails. `MIT, Ruby`
* :heavy_check_mark: [**Federation**](https://gitlab.com/jaywink/federation): Library to abstract social web federation protocols like ActivityPub, Diaspora and Matrix (see [docs](https://federation.readthedocs.io)) `BSD-3-clause, Python`
* [**fedi-inbox**](https://gitlab.com/paulkiddle/fedi-inbox) ([Fedi account](https://meow.social/@stokes)): Basic Fediverse Inbox. Writing software is hard and time consuming. What's the most basic practical system that lets us connect to the fediverse? `-, Javascript`
@ -194,6 +196,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
### Bridges
* [**bird.makeup**](https://git.sr.ht/~cloutier/bird.makeup) ([Fedi account](https://social.librem.one/@vincent)) A Twitter bridge to the Fediverse. Forked from BirdSiteLIVE. `AGPL-3.0, C#`
* :heavy_check_mark: [**BirdSiteLIVE**](https://github.com/NicolasConstant/BirdsiteLive) ([Fedi account](https://fosstodon.org/@BirdsiteLIVE)): An ethical bridge from Twitter `AGPL-3.0, C#`
* :heavy_check_mark: [**bleroma**](https://github.com/4DA/bleroma): Telegram bot for Pleroma and Mastodon. `MIT, Elixir`
@ -204,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`
@ -234,6 +240,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* :heavy_check_mark: [**pleroma-bot**](https://gitea.robertoszek.xyz/robertoszek/pleroma-bot): Mirrors Twitter accounts to Fediverse, or migrates Twitter account to Fediverse using a Twitter archive. Supports Mastodon, Pleroma and Misskey. `MIT, Python`
* [**Pubgate Telegram**](https://github.com/autogestion/pubgate-telegram): Extension for [PubGate](https://github.com/autogestion/pubgate), federates Telegram channels and back. `BSD-3-Clause, Python`
* :heavy_check_mark: [**rss-bot**](https://alexschroeder.ch/cgit/rss-bot/) ([Fedi account](https://octodon.social/@kensanata)): Post updates from an RSS feed to Mastodon. `GPL-3.0, Python`
* :heavy_check_mark: [**RSS-to-ActivityPub Converter**](https://github.com/dariusk/rss-to-activitypub): Convert any RSS feed to an ActivityPub actor that can be followed by users on ActivityPub-compliant social networks like Mastodon. `MIT, Javascript`
@ -328,6 +336,10 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* :heavy_check_mark: [**toot**](https://codeberg.org/kytta/toot) ([site](https://toot.kytta.dev/), [Fedi account](https://fosstodon.org/@kytta)): Cross-instance share page for Mastodon `AGPL-3.0, Javascript`
* [**TootSDK**](https://github.com/tootsdk/tootsdk): Cross-platform Swift library for the Mastodon API. `BSD-3-Clause, Swift`
* [**toot-volute**](https://github.com/amirlb/toot-volute): An interpreter for Mastodon posts. `GPL-3.0, Javascript`
* :heavy_check_mark: [**Twitodon**](https://github.com/diddledani/twitodon) ([site](https://twitodon.com)) - Twitter to Mastodon account mapping service to aid migration away from Twitter without losing all your followed friends `- , Javascript`
* :heavy_check_mark: [**yt2pt**](https://github.com/buoyantair/yt2pt): A simple set of scripts to quickly import your youtube channel to Peertube. `MIT, Javascript`