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 0f5592452a newline replace 2019-07-03 19:28: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 Tor package 2019-07-03 12:48:35 +01:00
acceptreject.py Change username to nickname 2019-07-03 10:40:27 +01:00
announce.py Change username to nickname 2019-07-03 10:40:27 +01:00
auth.py newline replace 2019-07-03 19:28:43 +01:00
cache.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
daemon.py Tests for basic authentication 2019-07-03 19:24:44 +01:00
epicyon.py Show federation list when daemon runs 2019-07-03 17:16:36 +01:00
follow.py Change username to nickname 2019-07-03 10:40:27 +01:00
httpsig.py Change username to nickname 2019-07-03 10:40:27 +01:00
inbox.py Tidying 2019-07-02 21:54:22 +01:00
like.py Change username to nickname 2019-07-03 10:40:27 +01:00
person.py Required username 2019-07-03 10:47:09 +01:00
posts.py Support c2s posts 2019-07-03 16:10:18 +01:00
session.py Fix raw posts output 2019-07-03 12:24:38 +01:00
tests.py Tests for basic authentication 2019-07-03 19:24:44 +01:00
threads.py Move tests to their own file 2019-06-30 21:14:03 +01:00
utils.py Change username to nickname 2019-07-03 10:40:27 +01:00
webfinger.py Fix raw posts output 2019-07-03 12:24:38 +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 tor python-pip python-pysocks python-pycryptodome python-beautifulsoup4 python-requests-toolbelt
sudo pip install commentjson