Skip to content

EGLP-Developers/Graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphite

Compiling

The bot uses Maven for building.

To compile the bot, use

$ mvn package

which will generate a Graphite-VERSION.jar in the target folder.

Using the bot

First, compile the bot or download a prebuilt JAR [not yet available].

Configuration

To create a configuration file, you can run the bot and provide a path to a config file that does not yet exist. The bot will then create a default config file which you can edit.

TODO: config instructions

Running

To run the bot, use any Java 17+ VM. You can run the bot like so:

java -jar Graphite-VERSION.jar path/to/config.json

Releases

No releases published

Packages

No packages published

Languages