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 9d8f4613d4 When trilby_api hears about a follow request, and the person being
followed has "auto_follow" turned on, the request is automatically
granted. If the follower is remote, they automatically get sent an
Accept activity. This fixes a regression.

As part of this, bowler_pub.create() now sends the ID of the Follow
activity through the signal.

Also, trilby_api.receivers now uses sensible renames for the
"sender" parameters-- they're really the activities which caused
the signal.
2020-09-28 17:08:15 +01:00
docs Added contribution guide and overview to docs 2019-10-04 17:44:51 +01:00
kepi When trilby_api hears about a follow request, and the person being 2020-09-28 17:08:15 +01:00
.gitignore intermediate 2020-04-06 23:44:35 +01:00
LICENSE.txt Initial commit 2018-08-06 14:44:35 +01:00
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 new additions to requirements.txt 2020-08-03 19:39:30 +01:00
runtests.py changed location of test_settings 2018-08-16 18:51:24 +01:00
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"