Python 3 is required to run the bot.
$ git clone https://github.com/lenormf/kakoune-zidane.git
$ cd kakoune-zidaneThe recommended way to run the bot is by setting up a virtual environment, but this step is optional:
$ python3 -m venv .env
$ source .env/bin/activateInstall the dependencies in the requirements.txt file, either manually
or using the pip package manager:
$ pip3 install -r requirements.txtCreate a dedicated access token on your Github profile, and grant it the following permissions:
-
public_repo
Once successfully created, declare this token (which should be kept secret) in the bot’s configuration file:
# zidane.cfg
[github_plugin]
token = <token>Tweak other irc3 settings if necessary.