Python simple twtich.tv irc bot
How to run it?
- Register username on twitch.tv
- Follow instructions here http://help.twitch.tv/customer/portal/articles/1302780-twitch-irc in order to obtain oauth token
- Download this bot on computer with installed python. git clone https://github.com/ctmnz/twitchtvpythonbot.git
- Edit bot.cfg
- twitch_user=yourtwitchusername (put your twitch username obtained from step 1)
- bot_connect_password=oauth:this-is-your-oauth-token (put your twitch oauth token obtained from step 2)
- bot_autojoin_channels=#channeltojoin,#channeltojoin2 (put desired irc channel(s) to join)
- run the bot with command: python bot.py
- Enjoy
- Write an email with suggestions for further development to [email protected]