Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 812 Bytes

File metadata and controls

28 lines (17 loc) · 812 Bytes

RoboTA

Scala Test CI

Setup Guide

1. How to Build this Project

  1. Set up Scala SDK, and JAVA

  2. Mark src as Source Root if need

  3. Set up the local configurations

    • Rename resources/.env.example to resources/.env

      Revise anything you need to change.

      For example, if you need to test with your bot account, you need to revise the TWITCH_OAUTH field to your bot account's oauth token

    -Twitch offical irc & chatbot guide

  4. Build it.

2. Contribute

RoboTA Contribution Guide #Not Finished