Modern ActivityPub compliant server, designed for simplicity and accessibility. Includes calendar, news and sharing economy features to empower your federated community. We are using it for a hyper local indymedia codebase.
 
 
 
 
Go to file
Bob Mottram d486fb1d31 Return single value 2019-06-29 16:18:35 +01:00
LICENSE
Makefile
README.md Deleting posts 2019-06-29 12:47:33 +01:00
daemon.py Combine 2019-06-29 15:41:23 +01:00
epicyon.py Return single value 2019-06-29 16:18:35 +01:00
httpsig.py
inbox.py Creating posts 2019-06-29 11:08:59 +01:00
person.py Return single value 2019-06-29 16:18:35 +01:00
posts.py Combine 2019-06-29 15:41:23 +01:00
session.py Avoid name conflict 2019-06-28 21:45:06 +01:00
webfinger.py

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