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 fbaf144479 Fix posts option 2019-07-04 18:31:41 +01:00
LICENSE
Makefile
README.md Tor package 2019-07-03 12:48:35 +01:00
acceptreject.py Option to use dat urls 2019-07-03 20:00:03 +01:00
announce.py Option to use dat urls 2019-07-03 20:00:03 +01:00
auth.py outbox post authentication 2019-07-04 10:00:53 +01:00
cache.py Fallbacks for GET and POST locking 2019-07-01 15:30:48 +01:00
daemon.py Generic in/outbox functions 2019-07-04 17:24:23 +01:00
epicyon.py Fixing public key lookup 2019-07-04 15:36:29 +01:00
follow.py Option to use dat urls 2019-07-03 20:00:03 +01:00
httpsig.py Fixing public key lookup 2019-07-04 15:36:29 +01:00
inbox.py Fix posts option 2019-07-04 18:31:41 +01:00
like.py Option to use dat urls 2019-07-03 20:00:03 +01:00
person.py Generic in/outbox functions 2019-07-04 17:24:23 +01:00
posts.py Fix posts option 2019-07-04 18:31:41 +01:00
session.py Fix posts option 2019-07-04 18:31:41 +01:00
tests.py Fix posts option 2019-07-04 18:31:41 +01:00
threads.py Move tests to their own file 2019-06-30 21:14:03 +01:00
utils.py Save posts to inbox to a queue 2019-07-04 11:02:56 +01:00
webfinger.py Fix posts option 2019-07-04 18:31:41 +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