django-activitypub-low

Tags

There are a number of activitypub implementations, this can be yet another one!



Like every other implementation, there will be opinions, but my high level thought was to have one that is just the lower level protocol, that does not care about types, but only storage.

Any higher level project can then decide how to implement/query Note/Article/etc.


What something that is somewhat less opinionated on dependencies.

As much as possible, just Django and maybe django-restframework.


Instead of celery, build on django.tasks


References