This is an example server implementing a few basic features of activitypub with django
Go to file
Romain Gauthier b538a58368 Initial commit of an ActivityPub example server 2017-07-29 17:31:17 +02:00
LICENSE.txt Initial commit of an ActivityPub example server 2017-07-29 17:31:17 +02:00
README.md Initial commit of an ActivityPub example server 2017-07-29 17:31:17 +02:00

README.md

ActivityPub example server

This is an example server implementing a few basic features of activitypub.

Features

Outbox:

  • Accept Create activities
  • Accept Follow activities
  • Accept Like activities
  • Accept non-activity objects and convert them to a Create activity (only accepts Note objects for now since it is an example server)

Delivery:

  • Handle to audience
  • Handle cc audience
  • Handle bto and bcc

Inbox:

  • Accept Create activities
  • Accept Follow activities
  • Accept Like activities

License

This ActivityPub example server is released under the terms of the GNU Affero General Public License v3 or later.