python flask implementation of activity pub actor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
184 B

# what?
5 years ago
Basic Python Flask implementation of <https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/>
## dependencies:
`pip3 install flask pycryptodome`