pinhook/examples/twitch/dicebot.py

4 lines
110 B
Python
Raw Normal View History

2018-02-07 00:30:54 +00:00
import pinhook.bot
bot = pinhook.bot.TwitchBot('dicebot', '#dicechannel', 'supersecrettokenhere')
bot.start()