Skip to content
/ webapp Public

Django User Profiles and ActivityPub Federation, made easy.

License

Notifications You must be signed in to change notification settings

pramari/webapp

Repository files navigation

webapp

  info
Loading
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
classDiagram
Actor <|-- Inbox: receive
Actor : Inbox
Actor : Outbox
Actor : Followers
Actor : Follows
Inbox : get
Inbox : post
Outbox <|-- Actor: publish
Outbox : Collection[] activities
Likes <|-- Actor: like
Loading

Fediverse Actor

:py:class:`webapp.models.activitypub.actor.Actor`

Fediverse Following

Fediverse Followers

Build the package

python3 -m build --wheel

Releases

No releases published

Packages

No packages published