victorneo / minimal-activitypub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimum ActivityPub Server

This is an implementation of a mini ActivityPub server based on timmot's ActivityPub Tutorial using FastAPI.

I am mainly using this repository as a reference / boilerplate for my future experiments, but you are welcome to browse and use what you need.

Steps

  1. Fill up the empty params in app.py
  2. Generate your public and private key and fill in public.py

About

License:MIT License


Languages

Language:Python 91.0%Language:Dockerfile 9.0%