mirror of https://gitlab.com/bashrc2/epicyon
13 lines
332 B
Markdown
13 lines
332 B
Markdown
# epicyon
|
|
|
|
Some experiments with ActivityPub in Python.
|
|
|
|
Based on the specification: https://www.w3.org/TR/activitypub
|
|
|
|
Also: https://raw.githubusercontent.com/w3c/activitypub/gh-pages/activitypub-tutorial.txt
|
|
|
|
## Install
|
|
|
|
``` bash
|
|
sudo pacman -S python-pysocks python-pycryptodome python-beautifulsoup4 python-requests-toolbelt
|
|
``` |