
Running the bot using environment values and a shell script (POSIX-like OS) To enable debug logging, add set AO_KILLBOARD_DEBUG=1 before the last line. Replace the with their respective values, omitting angle brackets.

Paste the following into a file with a name like "start-bot.cmd": off Running the bot using environment values and a batch script (Windows) Or, to enable debug logging: ao_killboard.py -guild -token -channel -debug Running the bot manually using command line arguments ao_killboard.py -guild -token -channel You can always run ao_killboard.py -help to check the available options. "channel" is the Discord channel ID the bot will post messages into (check this article if you need to know how to obtain it)."token" is your bot token obtained in the previous step."guild" is your Albion Online guild identifier (as seen in ).Set up three parameters (guild, token and channel) either using environment variables or using command line arguments. Setting permissions (scroll down to Channel Permissions).(you don't have to add any specific permissions here, if you choose to add Send Messages permission manually for your channel).Creating a bot account and setting it up for your server (guild) The documentation will refer to ao_killboard.py further for simplicity. Python3 -mpip install -r ao-killboard-py/requirements.txtĬhange your working directory to cd ao-killboard-py/src/antze and run the bot with either of those, depending on your system setup:

Getting the bot via Docker Hub docker pull unresolvedexternal/ao-killboard Getting the bot via pip pip install ao-killboard A minimalistic Discord bot for Albion Online's killboard.
