pinhook/examples/twitch/ph.py

4 lines
105 B
Python
Raw Normal View History

2018-02-06 00:38:53 +00:00
import pinhook.bot
bot = pinhook.bot.TwitchBot('ph-bot', '#example', 'supersecrettokenhere')
bot.start()