python flask implementation of activity pub actor
templates | ||
.gitignore | ||
basic_ap.py | ||
httpsig.py | ||
key.py | ||
README.md |
what?
Basic Python Flask implementation of https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/
dependencies:
pip3 install flask pycryptodome