Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 503 Bytes

Twitch Chat Bot Library

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

Version

0.0.1

Installation

Download Twitch Chat Bot Library and compile it with maven Add the library to your classpath.

Usage

TwitchBot bot = new TwitchBot("[username]", "[oauth token]", "[default channel]");

bot.addListener(new CoolListener());

bot.startBot();