A Discord bot that posts killmails from zkillboard.com to a Discord channel.
- Clone the repository
- Install the requirements with
pip install -r requirements.txt
- Create a Discord bot and add it to your server
- Copy the bot token and paste it into the
config.py
file - Copy the channel ID of the channel you want the bot to post in and paste it into the
config.py
file - Run the bot with
python bot.py
- Specify the killmails you want to post in the
subscriptions.json
file
For details on how to configure the killmails you want to post, see the zkillboard Websocket Documentation
- Clone the repository
- Create a Discord bot and add it to your server
- Copy the bot token and paste it into the
config.py
file - Copy the channel ID of the channel you want the bot to post in and paste it into the
config.py
file - Specify the killmails you want to post in the
subscriptions.json
file - Deploy the bot with
deploy.sh