Add ActivityPubBotDotNet to utilities

This commit is contained in:
Arnold Schrijver 2023-01-11 17:24:40 +01:00
parent 44df8f956d
commit 254d864cdf
No known key found for this signature in database
GPG key ID: E92842C92CA369A7

View file

@ -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`