No description
kabot | ||
.gitignore | ||
config.ini.sample | ||
Dockerfile | ||
entrypoint.sh | ||
README.rst |
Kabot ===== Installation ------------ Prerquire : .. code-block:: bash pip3 install zc.buildout clone this repository, then : .. code-block:: bash python3 bootstrap-buildout.py ./bin/buildout Utilisation ----------- .. code-block:: bash ./bin/kabot -c config.ini Configuration ------------- .. code-block:: ini [DEFAULT] audio_path = /tmp/ voice_channel = channel_name text_channel = channel_name [discord] token = <discord_token> [gitlab] url = https://gitlab.example.com/ token = <GITLAB_TOKEN> [giphy] token = <GIPHY_TOKEN> Docker ------ .. code-block:: bash docker build -t kabot . docker run -v /pa/to/your/data:/data kabot:latest