Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 398 Bytes

File metadata and controls

13 lines (9 loc) · 398 Bytes

magnetsbot

This it the Java bot for RUCS

Just creating this bot to understand the constituent processes.

Maybe this can be a "boilerplate" for the Java bot?

How to run the bot using maven in terminal

Run mvn clean compile Run mvn exec:java -Dexec.mainClass="com.RUCS.bot.Bot" to run bot Enter Ctrl + C on the terminal to stop the bot

Check Dockerfile for how to run the bot using Docker