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 0793bd1562 AcItem gains several new properties for Mastodon compatibility, most notably "html".
The mentions property returns a list, rather than a set, so we don't have to cast it for the JSON encoder.
2019-10-25 20:12:28 +01:00
chapeau AcItem gains several new properties for Mastodon compatibility, most notably "html". 2019-10-25 20:12:28 +01:00
docs
.gitignore kepi and trilby_api both live under chapeau 2019-10-09 16:45:22 +01:00
LICENSE.txt
MANIFEST.in Moving un_chapeau's login code here to chapeau. 2019-10-09 17:39:16 +01:00
README.md Including all the other chapeau modules in this repository. 2019-10-08 13:30:33 +01:00
manage.py kepi and trilby_api both live under chapeau 2019-10-09 16:45:22 +01:00
request-test.py
requirements.txt Merging trilby_api in (from un_chapeau). 2019-10-04 21:59:45 +01:00
runtests.py
setup.py Moved version number etc from chapeau/kepi/__init__.py to chapeau/__init__.py. 2019-10-22 07:56:38 +01:00

README.md

chapeau

chapeau 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.

chapeau 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"