pinhook/examples/twitch/ph.py

4 lines
105 B
Python

import pinhook.bot
bot = pinhook.bot.TwitchBot('ph-bot', '#example', 'supersecrettokenhere')
bot.start()