Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Saucesum/SauceBotClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SauceBotClient

SauceBot Client for Twitch Messaging Interface(TMI)

Dependencies

  • Gson
  • JUnit (for testing)

How to run

  • 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.

Configuration file

Format:

{
    "server": {
        "host": address,
        "port": port
    },
    
    "accounts": {
        username: password,
        username: password,
        ...
    }
}

Releases

No releases published

Packages

No packages published

Languages