xforever1313 / ActivityPub.Models

C# models that can be used to convert to ActivityPub JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActivityPub.Models

This is a library that has various models from ActivityPub that I use for my various web sites.

This is NOT nor does it intend to be a full implementation of ActivityPub, just the parts I use. For this reason, it is not recommended to use this in a true production environment.

ARCHIVED, DO NOT USE

Please use the ActivityStreams library by Kristoffer Strube instead.

If you need a version that targets .NET 6, I have a forked version.

Usage

There is no NuGet package. Either clone this repo as a submodule, or copy/paste the source code into your project. There is included a shared project and a .csproj, depending on what it is you're trying to do. If adding the .csproj, you'll have to add both the shared project and the .csproj to your solution, not just one or the other.

License

Software is released under the Boost Software License v1.0

About

C# models that can be used to convert to ActivityPub JSON.

License:Boost Software License 1.0


Languages

Language:C# 99.6%Language:Shell 0.4%