python flask implementation of activity pub actor
Go to file
2020-06-24 19:19:43 +02:00
templates was the message rejected because html? 2020-06-24 19:19:43 +02:00
.gitignore initial commit 2018-11-28 13:29:22 +01:00
basic_ap.py smol changes 2020-06-24 19:19:19 +02:00
httpsig.py now also use RSA keys of pubgate 2020-06-24 19:18:47 +02:00
key.py now also use RSA keys of pubgate 2020-06-24 19:18:47 +02:00
README.md Update 'README.md' 2020-06-17 13:21:25 +02:00

what?

Basic Python Flask implementation of https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/

dependencies:

pip3 install flask pycryptodome