From d70ad5aeb03973c249e77a2ad2619365f0081c45 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Tue, 6 Mar 2018 20:21:12 +0100 Subject: [PATCH] updates to the readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0a672..694ae9a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,28 @@ +# xmpp.streambot + This is the home of Varia's xmpp.streambot! -When the streambot is listening ... it saves all images that are sent to the muc members@vvvvvvaria.org and streams them to [vvvvvvaria.org/stream/](https://vvvvvvaria.org/stream/). +When the streambot is listening ... it saves all images that are sent to the muc members@muc.vvvvvvaria.org and streams them to [vvvvvvaria.org/stream/](https://vvvvvvaria.org/stream/). *archivist.py* was written by Ruben van der Ven during Relearn 2017. *streambot.py* is based on *archivist.py*, it is a custom Varia bot, that will communicate one day with our Pelican plugins-custom/stream plugin. :) + +# start streambot + +To start the streambot: + + sudo systemctl start streambot.service + +To check its status: + + sudo systemctl status streambot.service + +To stop it: + + sudo systemctl stop streambot.service + +Error logs go to: + + sudo journalctl -xe +