Skip to content

Instantly share code, notes, and snippets.

View jessewebb's full-sized avatar

Jesse Webb jessewebb

  • Saskatoon, SK, CA
View GitHub Profile
@jessewebb
jessewebb / vbot.py
Created May 2, 2015 09:45
vbot - Simple Python IRC Bot for Twitch
import logging
import sys
from irc.bot import SingleServerIRCBot
# config
HOST = 'irc.twitch.tv'
PORT = 6667
USERNAME = 'nickname'
PASSWORD = 'oauth:twitch_token' # http://www.twitchapps.com/tmi/