A bot that changing the chat's title when the Space is being opened/closed.
Now it also provides the CO₂ chart for the Space.
Download the artifact (.jar) file and run with the following command:
java -jar moztw-space-bot.jar -u <BotUsername> -t <BotToken>
- Download IntelliJ IDEA Community or other IDE which support Kotlin.
- Clone the repo.
- Build with Gradle to download the dependencies. (cli:
./gradlew build
) - Happy coding.
Select Build
> Build Artifacts…
> moztw-space-bot.jar
> Build
to build the artifact.
The file will reside at ./out/artifacts/moztw_space_bot_jar/moztw-space-bot.jar
Run command ./gradlew jar
The file will reside at ./build/libs/moztw-space-bot-<version>.jar
Notice: The artifact will not include dependent libraries.
Mozilla Public License 2.0