social/README.md
2021-01-22 12:26:20 -05:00

737 B

social

Lightweight ActivityPub server written in Python

Here's a list of all the ideas I plan on implementing: https://git.barkshark.xyz/izaliamae/social/wiki/Ideas

Note: 'social' is a placeholder name and will be changed in the future

Note 2: It's still very much pre-alpha and not usable yet

Installation

There is a submodule, so you'll have to run git clone --recurse-submodules https://git.barkshark.xyz/izaliamae/izzylib.git on the initial clone

I recommend installing https://github.com/pyenv/pyenv and running pyenv install 3.8.4 && pyenv virtualenv 3.8.4 social && pyenv local social. Be sure to do pip install -U pip since pip will be out of date.

pip3 install -r requirements.txt