From 46a27405aeb8ec426fd1c686a2c090f9fe9c0e62 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 17 Jan 2025 23:09:46 +0100 Subject: [PATCH] Initial commit. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b665fb1..df001ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Boeh +# Snek -## Description -Matrix bot written in Python that says boeh everytime that Joe talks. He knows why. \ No newline at end of file +## Slack like chat application with focus on performance +This is a slack like chat application with focus on performance. Other slack-like applications became too heavy. My RocketChat just had an 'frontend' crash. Just an error from the system itself like it's the most normal thing in the world. + +## Running +At this point, there's nothing officially running but what you can do: +* Install the project: `make install` +* Run part of the project: `./venv/bin/python -m snek.app` +* Run other part of the project: `./venv/bin/python -m snek.models`