Twitch Chat Bot Library is a wrapper that extends off the features of PircBotX
Twitch Chat Bot Library makes it easier to create Twitch Bots in java
0.0.1
Download Twitch Chat Bot Library and compile it with maven Add the library to your classpath.
TwitchBot bot = new TwitchBot("[username]", "[oauth token]", "[default channel]");
bot.addListener(new CoolListener());
bot.startBot();