Lightweight ActivityPub server written in Python
Go to file
2021-01-22 12:26:20 -05:00
social a lot of changes 2021-01-22 12:26:20 -05:00
webapp a whole bunch of changes 2019-11-22 22:23:00 -05:00
.gitignore create auto-restart script and auto-compile js 2019-10-06 13:35:32 -04:00
.gitmodules a lot of changes 2021-01-22 12:26:20 -05:00
.python-version major rewrite 2021-01-12 08:43:46 -05:00
aptpkg-dev.txt major rewrite 2021-01-12 08:43:46 -05:00
aptpkg.txt major rewrite 2021-01-12 08:43:46 -05:00
LICENSE Initial commit 2019-09-08 12:31:34 -04:00
README.md a lot of changes 2021-01-22 12:26:20 -05:00
reload.cfg major rewrite 2021-01-12 08:43:46 -05:00
requirements.txt a lot of changes 2021-01-22 12:26:20 -05:00
server.spec create auto-restart script and auto-compile js 2019-10-06 13:35:32 -04:00

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