Go to file
maike a1cd10aaa8 [misc] Add PyCharm project files to gitignore 2020-07-05 19:39:38 +02:00
.github/workflows [misc] Replace flake and pytest with tox in github action 2020-07-02 11:26:28 +02:00
kibicara [misc] Reformat code to match black styleguide 2020-07-02 14:31:53 +02:00
tests/unit [tests] Validate missing body return code in registration 2020-07-02 11:23:16 +02:00
.editorconfig [misc] Add editorconfig 2020-07-02 14:29:59 +02:00
.gitignore [misc] Add PyCharm project files to gitignore 2020-07-05 19:39:38 +02:00
CONTRIBUTE.md [misc] No empty lines at the end of files 2020-07-05 19:09:59 +02:00
COPYING [misc] Add license file 2020-07-01 20:32:43 +02:00
README.md [misc] No empty lines at the end of files 2020-07-05 19:09:59 +02:00
setup.py [tests] Remove tests_install and replace with tox configuration 2020-07-02 11:24:43 +02:00
tox.ini [misc] Replace flake8 with black 2020-07-02 14:30:25 +02:00

README.md

Kibicara

Kibicara relays messages between different platforms (= social networks).

In its web interface, a hood admin (= registered user) can create a hood to build a connection between different platforms.

Users can message a specific hood account on a specific platform (e.g. @xyz on Telegram). This pushes the announcement to all platform accounts of a hood. For example: User A writes a message to @xyz on Telegram (which has been connected to Kibicara by a hood admin). This publishes the message on e.g. Twitter and other platforms which have been connected to the hood.

The admin of a hood has to define trigger words and bad words. Messages need to contain a trigger word to be relayed, and must not contain a bad word.

Kibicara needs to be hosted on a server by an instance maintainer. That way, hood admins don't need a server of their own.

Contribute!

Read CONTRIBUTE.md to learn how to get started.