- Bot scripts for https://topbot.org
- Documentation of topbot api can be found at https://topbot.org/doc/
Create package, in said package, add a mainhandler which handles the main flow of the bot.
This project can be built with Gradle. It includes a runnable version in the repository itself. If using IntelliJ IDEA, run
$ ./gradlew ideafrom the root directory to generate all the files needed by IDEA to recognize imported libs (topbotclient.jar) and the Gradle build system itself, allowing for easy running of Gradle tasks from the IntelliJ IDE. Alternatively, run
$ ./gradlew buildto build the entire project.