/TwitchBot

TwitchBot (OUTRAGEbot) PHP based IRC bot: Development repository

Primary LanguagePHPMIT LicenseMIT

TwitchBot

TwitchBot is an IRC bot fork from OUTRAGEbot

TwitchBot is PHP written IRC bot that connects to twitch, with your provided account and oauth token.
Currently TwitchBot has one script TwitchLogger, which tracks what commands people use from #twitchplayspokemon (or TwitchPlaysPokemon on Twitch.tv repectively).

###Unmaintained TwitchBot is no longer being actively develeloped. I've still had few plans for it, namely that it still needs to be properly documented, should be configured from its respective Configuration and in general a few variable names should meet the rest of the bots standards.

However, the bot currently will not reach that stage. as such, it connects to twitch properly if you have done what is necessary, but do not consider it a final product, as it is not.

###shell folder The shell folder are just some scripts that will help you move the files around, they're not required but you might find use in them.

They were originally written by me, but improved on by FiXato.

###Installation There are (for now) a few things that you'll need to manually configure.

In Socket.php you'll need to manually replace your_oauth_token in $this->Output("PASS :oauth:your_oauth_token") with your twitch oauth token. Generate one here.

In OUTRAGEbot.ini you will need to go to your_twitchtv_name and replace your_twitchtv_name with your actual username or bot name.