From e6e32a6b5002ba6d45de0cfd656e3df32b59272b Mon Sep 17 00:00:00 2001 From: Arnold Schrijver Date: Wed, 11 Jan 2023 17:24:40 +0100 Subject: [PATCH] Add ActivityPubBotDotNet to utilities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a45432..94d10fe 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li ### Utilities +* [**ActivityPubBotDotNet**](https://github.com/KristofferStrube/ActivityPubBotDotNet) ([Fedi account](https://hachyderm.io/@KristofferStrube)): An implementation of a ActivityPub bot that can communicate with Mastodon servers. `MIT, C#` + * [**ActivityPubSchema**](https://github.com/redaktor/ActivityPubSchema): JSON Schema definition of the ActivityStreams and ActivityPub specifications. `MIT, Javascript` * :heavy_check_mark: [**activity-streams-validator**](https://github.com/yuforium/activity-streams-validator) ([Fedi account](https://mastodon.social/@cpmoser)): Activity Streams validation for Typescript. `MIT, Typescript`