SauceBot Client for Twitch Messaging Interface(TMI)
- Gson
- JUnit (for testing)
- Windows:
java -cp bin;lib\* com.saucebot.client.SauceBot <config file>
- Linux:
java -cp bin:lib\* com.saucebot.client.SauceBot <config file>
Note: <config file>
is the path to the JSON-formatted configuration file.
Format:
{
"server": {
"host": address,
"port": port
},
"accounts": {
username: password,
username: password,
...
}
}