From 8dbff2179e47c2cb4084c6486ec6a3bba15a7f3b Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Wed, 12 Jun 2024 21:40:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf85a21 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Matrix Bot for Praying Times + +Super early pre-alpha Proof-of-Concept pre-MVP Matrix Bot which soon should be able to remind you when it's time for praying. + +## Usage + +Use container image or run this after cloning: + +``` +. bin/active +python -m matrix_bot_praying_times +``` +