Skip to content

tylerhasman/Twitch-Bot-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Java library for twitch chat irc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages