forked from indymedia/epicyon
14 lines
372 B
Markdown
14 lines
372 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-pip python-pysocks python-pycryptodome python-beautifulsoup4 python-requests-toolbelt
|
|
sudo pip install commentjson
|
|
``` |