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 f55de4589a Trilby's Person class has a method "by_name()" which looks up a Person by name (or URL). 2020-04-23 19:02:27 +01:00
docs
kepi Trilby's Person class has a method "by_name()" which looks up a Person by name (or URL). 2020-04-23 19:02:27 +01:00
.gitignore intermediate 2020-04-06 23:44:35 +01:00
LICENSE.txt
MANIFEST.in Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
README.md Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
manage.py Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00
requirements.txt "reblog" in StatusSerializer becomes a RecursiveField 2020-04-15 18:24:02 +01:00
runtests.py
setup.py Renamed entire project from "chapeau" to "kepi". 2019-11-20 19:10:10 +00:00

README.md

kepi

kepi is an ActivityPub daemon.

ActivityPub is a standard protocol for integrating social media across Internet sites.

For example, you might post an article. Someone else on another site might reply to it, and someone else might "like" it. Someone else again might "follow" you, in order to get notifications when you post anything else.

kepi runs in the background on your server, distributing your messages to other sites, and receiving their responses.

If you'd like to contribute, there's lots to do. Find something on the bug tracker and dive in. If you'd like a gentler learning curve, look for bugs marked "newbie"