From 18dae6aea3fb98be306582cdb103df09a3a9a597 Mon Sep 17 00:00:00 2001 From: Remy Moll <36770313+L0rd0fB0red0m@users.noreply.github.com> Date: Tue, 27 Oct 2020 17:52:36 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 224ad55..8987215 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ -# chat-bot -Chat bot for two. +# AIO +An all-in-one pod that acts as a home server. -With a comprehensive explanation for the users. +Main functionality: +* chat-bot (telegram) +* clock (via a 32x16 rgb-matrix) +* dashboard (via external browser) -## Coupled with a matrix-interface +## Chatbot +Periodically calls the telegram api and reacts to sent commands. Also handles calls to the hw-output. + +Might add the functionality to monitor chats and make advanced statistics. + +## Clock +Refreshes the matrix with useful information: time, date (weekdays), weather. I'm running out of ideas... + +## Dashboard +TODO