~fabrixxm/activist

Activi/st - Activitypub single user server implemented in python, but badly
dev: store _all_ received and sent activities
add debug log line on executing bg task
models: add dict-like interface, update templates

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fabrixxm/activist
read/write
git@git.sr.ht:~fabrixxm/activist

You can also use your local clone with git send-email.

#Activi/st

Activitypub single user server implemented in python, but badly

#WiP how-to

#config

cp config.yaml.dist config.yaml

#Create user keys

activist generate-keypair

#Devel

#install
python3 -m venv venv
. venv/bin/activate
pip install -e .
#create db
sqlite3 store/database.sqlite3 < db.sqlite3.sql
#run server
activist runserver

#Run background tasks

activist runtask
Do not follow this link