JAR: [KotlinTest-1.0-SNAPSHOT.jar]
- Discord web or desktop app.
- Virtual Machine that has Discord open at all times.
- RuneBot Discord ->
runebot-commands
channel selected. - Your own API key from https://ocr.space, you can obtain one for free and replace the current key within
runebot.ocr.misc.API -> postData.put("apikey", "YOUR_KEY")
.
cmd.exe/PowerShell.exe -> java -jar KotlinTest-1.0-SNAPSHOT.jar
Currently, you can change the Event you wish to do my modifying the booleans within runebot.ocr.Constants
(This will be updated to a config file & command-line argument)
- Takes a screenshot of the screen, uses an OCR API and converts the screenshot to text.
- Executes commands such as /daily (every 6 hours) and answers these questions automatically.
- Extracts words from the OCR text and compares to a dumped list of questions & answers.
- Compares the two questions together and the one that matches the most, that answer will be picked.
- Completed. Runs again every 6 hours.