python flask implementation of activity pub actor
Go to file
2020-06-24 17:31:19 +02:00
templates returning to this after a loooong time 2020-06-16 13:12:57 +02:00
.gitignore initial commit 2018-11-28 13:29:22 +01:00
basic_ap.py small changes to debug output, calling it a day 2020-06-17 18:21:36 +02:00
httpsig.py http siging code from pubgate 2020-06-24 17:31:19 +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