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 aa87daa0a1 Test for threads 2019-06-30 17:50:43 +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 Test for cache 2019-06-30 17:29:53 +01:00
daemon.py Test for threads 2019-06-30 17:50:43 +01:00
epicyon.py Test for cache 2019-06-30 17:29:53 +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 Move webfinger cache 2019-06-30 16:03:26 +01:00
posts.py Separate thread class 2019-06-30 17:36:58 +01:00
session.py Create post 2019-06-30 12:07:39 +01:00
threads.py Test for threads 2019-06-30 17:50:43 +01:00
webfinger.py Move webfinger cache 2019-06-30 16:03:26 +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