From bbe7b83dfa5960e648381e6ac9e43c5dc7cffbe4 Mon Sep 17 00:00:00 2001 From: manetta Date: Sun, 10 Jan 2021 16:10:39 +0100 Subject: [PATCH] added RECbot + python3 changes in README text --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efbfa07..743fce5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Take a look at the existing bots: - [streambot](./streambot) - [logbot](./logbot) +- [RECbot](./RECbot) (*work-in-progess*) They're implemented using [slixmpp](https://slixmpp.readthedocs.io/). @@ -21,8 +22,8 @@ The idea is that you create a single python file (`mybot.py` for example) and us If you want to play around with the streambot/logbot, do the following and answer the questions (you might want to create your own testing room to join beforehand): ``` -$ pip install -r requirements.txt -$ python streambot/streambot.py +$ pip3 install -r requirements.txt +$ python3 streambot/streambot.py ``` # How to run a bot on the varia systers server