~fabrixxm/activist

Activi/st - Activitypub single user server implemented in python, but badly
Add 'unfollow' activity
UI: contacts view is public
UI: fix buttons in notifications menu

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 database.sqlite3 < db.sqlite3.sql
#run server
activist runserver

#Run background tasks

activist runtask