From a57192469f0c3a8bcfb22c1c9f12d1dbede3745b Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Sat, 6 Nov 2021 21:26:46 +0000 Subject: [PATCH] Add bridge to utilities (yes, this is an utility, not a full bridge) --- Watchlist-for-ActivityPub-developer-resources.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Watchlist-for-ActivityPub-developer-resources.md b/Watchlist-for-ActivityPub-developer-resources.md index dea630b..4888d3d 100644 --- a/Watchlist-for-ActivityPub-developer-resources.md +++ b/Watchlist-for-ActivityPub-developer-resources.md @@ -150,6 +150,8 @@ For an overview of known relays, see [A sorted list of ActivityPub relays for Ma * :black_nib: [**ActivityPubSchema**](https://github.com/redaktor/ActivityPubSchema): JSON Schema definition of the ActivityStreams and ActivityPub specifications. `MIT, Javascript` +* [**bridge**](https://source.joinmastodon.org/mastodon/bridge): A simple web app that helps you find your Twitter friends on the federated Mastodon network. It is also an example of how the Mastodon API can be used and the federated OAuth authorization flow. `AGPL-3.0, Ruby` + * :heavy_check_mark: [**FediHealth**](https://git.feneas.org/buttle/fedihealth): Software to help you define federation policies for your node. `AGPL-3.0, Python` * :heavy_check_mark: [**Fediverse Stats**](https://gitlab.com/spla/fediverse) ([Fedi account](https://mastodont.cat/@fediverse)): Collects maximum number of alive fediverse's servers and then query their API to obtain their registered users. `GPL-3.0, Python`