Skip to content

DomeniqueHunter/Chatbot

Repository files navigation

Chatbot

Dependancies

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 aiohttp

Install

To 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.

Docker Usage

Starting the stack:

docker compose up -d

Stop the Stack:

docker compose down

Extensions

To extend the Bot, I recommend to write own plugins! Documentatuon for this is an todo ;)

Api Reference

Here

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages