kepi is a Django-based microblogging system, implemented in Python. It uses the ActivityPub protocol to communicate with other servers, and the Mastodon protocol to communicate with clients.
 
 
 
 
Go to file
Marnanel Thurman 5d43527ed6 Add installation guide, and rewrite README 2019-10-02 23:34:59 +01:00
django_kepi
docs Add installation guide, and rewrite README 2019-10-02 23:34:59 +01:00
kepi add "localhost" to default settings so users can test easily 2019-10-02 23:32:16 +01:00
tests
.gitignore
LICENSE.txt
MANIFEST.in
README.rst Add installation guide, and rewrite README 2019-10-02 23:34:59 +01:00
manage.py
request-test.py
requirements.txt
runtests.py
setup.py
test_urls.py

README.rst

kepi
====

kepi is an ActivityPub daemon, written in Python.

* [Installation guide](docs/installation.rst)