Modern ActivityPub compliant server, designed for simplicity and accessibility. Includes calendar, news and sharing economy features to empower your federated community. We spent a year testing this for a hyper local indymedia codebase.
 
 
 
 
 
Go to file
Bob Mottram 888e4831f2 base directory in tests 2019-07-01 11:25:03 +01:00
LICENSE
Makefile
README.md
cache.py Move tests to their own file 2019-06-30 21:14:03 +01:00
daemon.py base directory in tests 2019-07-01 11:25:03 +01:00
epicyon.py base directory in tests 2019-07-01 11:25:03 +01:00
follow.py Pass base directory as parameter 2019-07-01 10:59:57 +01:00
httpsig.py Fix http signature with port number 2019-07-01 10:31:02 +01:00
inbox.py baseDir as parameter 2019-06-30 23:56:37 +01:00
person.py Pass base directory as parameter 2019-07-01 10:59:57 +01:00
posts.py base directory in tests 2019-07-01 11:25:03 +01:00
session.py Include port with domain 2019-06-30 19:23:18 +01:00
tests.py base directory in tests 2019-07-01 11:25:03 +01:00
threads.py Move tests to their own file 2019-06-30 21:14:03 +01:00
webfinger.py Pass base directory as parameter 2019-07-01 10:59:57 +01:00

README.md

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

sudo pacman -S python-pysocks python-pycryptodome python-beautifulsoup4