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 32d8119c9b Cache for person actor json 2019-06-30 11:21:07 +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
daemon.py Use federation list for followers 2019-06-29 21:34:41 +01:00
epicyon.py Begin on sendpost 2019-06-30 11:14:02 +01:00
follow.py Return false if a person cannot be followed 2019-06-29 22:13:44 +01:00
httpsig.py Initial 2019-06-28 19:55:29 +01:00
inbox.py Creating posts 2019-06-29 11:08:59 +01:00
person.py Begin on sendpost 2019-06-30 11:14:02 +01:00
posts.py Cache for person actor json 2019-06-30 11:21:07 +01:00
session.py Avoid name conflict 2019-06-28 21:45:06 +01:00
webfinger.py Initial 2019-06-28 19:55:29 +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