# 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 ```