Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pramari/webapp

Django User Profiles and ActivityPub Federation, made easy.
https://github.com/pramari/webapp

activitypub django profile user-management webapp

Last synced: 4 days ago
JSON representation

Django User Profiles and ActivityPub Federation, made easy.

Awesome Lists containing this project

README

        

# webapp

```mermaid
info
```

```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```

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

## Fediverse Actor

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

## Fediverse Following

## Fediverse Followers

### Build the package
```
python3 -m build --wheel
```