Skip to main content

A minimalistic Discord bot for Albion Online's killboard.

Project description

ao_killboard.py

A minimalistic Discord bot for Albion Online's killboard.

Getting Started

Prerequisites

Built with:

Getting the bot via pip

pip install ao-killboard

Getting the bot via Git

git clone https://github.com/antze-k/ao-killboard-py
python3 -mpip install -r ao-killboard-py/requirements.txt

Change your working directory to cd ao-killboard-py/src/antze and run the bot with either of those, depending on your system setup:

  • python3 ao_killboard.py
  • python ao_killboard.py
  • ao_killboard.py
  • ./ao_killboard.py

The documentation will refer to ao_killboard.py further for simplicity.

Creating a bot account and setting it up for your server (guild)

Configure and run

Set up three parameters (guild, token and channel) either using environment variables or using command line arguments.

  • "guild" is your Albion Online guild identifier (as seen in https://albiononline.com/en/killboard/guild/<ID>)
  • "token" is your bot token obtained in the previous step
  • "channel" is the Discord channel ID the bot will post messages into (check this article if you need to know how to obtain it)

You can always run ao_killboard.py --help to check the available options.

Running the bot manually using command line arguments

ao_killboard.py --guild <GUILD-ID> --token <DISCORD-TOKEN> --channel <123456789> Replace the with their respective values, omitting angle brackets.

Running the bot using environment values and a batch script (Windows)

Paste the following into a file with a name like "start-bot.cmd":

@echo off
set AO_KILLBOARD_GUILD=<GUILD-ID>
set AO_KILLBOARD_TOKEN=<DISCORD-TOKEN>
set AO_KILLBOARD_GUILD=<123456789>
ao_killboard.py %*

Replace the with their respective values, omitting angle brackets.

Running the bot using environment values and a shell script (POSIX-like OS)

Paste the following into a file with a name like "start-bot.sh":

AO_KILLBOARD_GUILD=<GUILD-ID>
AO_KILLBOARD_TOKEN=<DISCORD-TOKEN>
AO_KILLBOARD_GUILD=<123456789>
exec ao_killboard.py "$@"

Replace the with their respective values, omitting angle brackets. Set the execute bit by running chmod +x start-bot.sh.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ao-killboard-0.1.1.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ao_killboard-0.1.1-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

Details for the file ao-killboard-0.1.1.tar.gz.

File metadata

  • Download URL: ao-killboard-0.1.1.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.2

File hashes

Hashes for ao-killboard-0.1.1.tar.gz
Algorithm Hash digest
SHA256 4335f62fca62bff5a26471a9fee56a45708ae2811d4dc6e2bb1ed10ea8144601
MD5 0f2e2099c5003e41974f876d4f215aaf
BLAKE2b-256 a310b5e0e403bb4e3fcff94a0249dcb20a4343a4eb4ad8426f53ab90553d7d89

See more details on using hashes here.

File details

Details for the file ao_killboard-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: ao_killboard-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 8.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.2

File hashes

Hashes for ao_killboard-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 289e479f3fd0bd16bd2260b87f0cc9da3c047d8ccc0800dad1a95bff82562845
MD5 557574db2ede371e86b49e69830c0efc
BLAKE2b-256 8957c374a333d79570c38590f17c6b693e88cb33dde1bbba25e019508bea8d19

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page