pinhook/examples/twitch/dicebot.py

4 lines
110 B
Python

import pinhook.bot
bot = pinhook.bot.TwitchBot('dicebot', '#dicechannel', 'supersecrettokenhere')
bot.start()