Find a file
2023-12-11 20:56:46 +01:00
.idea command clear_cache youtube dl, prise en compte des commandes dans l'historique kabot 2020-09-04 22:02:46 +02:00
kabot fix some stuff 2023-12-11 20:56:46 +01:00
.gitignore fix buildout.cfg 2020-04-25 19:56:54 +02:00
bootstrap-buildout.py first push 2019-09-27 17:11:10 +02:00
buildout.cfg fix buildout.cfg 2020-04-25 19:56:54 +02:00
config.ini.sample fix #53 2021-01-30 21:28:34 +01:00
Dockerfile log debug → info 2021-01-06 20:33:16 +01:00
pinned.cfg test 2020-03-19 12:07:56 +01:00
README.rst fix configuration documentation 2021-01-09 18:55:55 +01:00

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