Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Configuring and running

Cole Bryant edited this page Jul 14, 2020 · 12 revisions

Configuring

Before you do anything, you need to create a bot user to host ghost2 on. Go to Discord's developer page, create a bot, and copy the token for it. See this guide if you need help.

To configure ghost2, you need to give it a properties file. Create ghost.properties next to your .jar file (or in src/main/resources, if you're a developer). Valid configuration properties can be found in the table below.

key description source (if applicable)
ghost.token Bot token. https://discordapp.com/developers/
ghost.operator_id Snowflake of the current bot operator. The claimoperator command is preferred over manual configuration. Right click -> Copy ID on a Discord user -- turn developer mode on!
ghost.w2g_api_key Watch2Gether API key, used for generating Watch2Gether rooms. not publicly available -- ghost2 currently provides a key for you

Running

Releases

Tagged GitHub releases come bundled with a self-contained .jar file and a start script. All you need to do is extract the release, drop ghost2.properties into the folder, and run the start script. ....

Clone this wiki locally