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 22090a1aef Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
LICENSE Initial 2019-06-28 19:55:29 +01:00
Makefile Initial 2019-06-28 19:55:29 +01:00
README.md Return false if a person cannot be followed 2019-06-29 22:13:44 +01:00
cache.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
daemon.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
epicyon.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
follow.py Parameter types 2019-07-01 12:09:09 +01:00
httpsig.py Parameter types 2019-07-01 12:09:09 +01:00
inbox.py Debugging POST 2019-07-01 12:48:54 +01:00
person.py Parameter types 2019-07-01 12:09:09 +01:00
posts.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
session.py Parameter types 2019-07-01 12:09:09 +01:00
tests.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
threads.py Move tests to their own file 2019-06-30 21:14:03 +01:00
webfinger.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +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