I tested this bot on Linux. Raspbian (ARM) and Ubuntu (x86). You need at least Python 3.6.9 with the packages requests websockets python-interface aiohttp
python3 -m pip install requests websockets python-interface aiohttpTo install the bot you need to checkout all the files. Put them in the direcory of your choice. Go into the source folder (cd src/). Create your config file through copying the example (cp config.json.example config.json). Open the config with the editor of your choice and insert your accoutname and the account password and the character the bot should use. Start the Bot. Join the chat and enter the channel where you want your bot. Type /invite Botname and the bot will enter you channel.
Starting the stack:
docker compose up -dStop the Stack:
docker compose downTo extend the Bot, I recommend to write own plugins! Documentatuon for this is an todo ;)