python flask implementation of activity pub actor
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
rra d245fe59ab was the message rejected because html? 4年前
templates was the message rejected because html? 4年前
.gitignore initial commit 5年前
README.md Update 'README.md' 4年前
basic_ap.py smol changes 4年前
httpsig.py now also use RSA keys of pubgate 4年前
key.py now also use RSA keys of pubgate 4年前

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