Skip to content

How to run the bot

Duncan Sterken edited this page Feb 11, 2020 · 5 revisions

Getting started

If you want to attempt and self-host this project you will need to make note of the following things:
Support will not be provided, there is a version of the bot hosted over here for free that has support attached to it.
You will need to compile a custom jar, DuncteBot is designed to run off a Laravel API as the database. This is why all the SQLite classes are removed at compile time.

Setting Up

Once you've got a jar compiled you will need to write some code to deserialize the config using the Jackson library (good luck).
Once you've done that you are good to go. Enjoy your self-hosted DuncteBot.

More info

For more information, you can read this old revision of the wiki page /SkyBot/wiki/Self-Hosting

Clone this wiki locally