Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 501 Bytes

File metadata and controls

20 lines (11 loc) · 501 Bytes

A Simple Twitch Bot

A simple Twitch ChatBot written in Python Detects URL/Normal Messages!

Set all the variables necessary to connect to Twitch IRC

HOST = "irc.twitch.tv"

NICK = "xxx" #nickname for BOT

PORT = 6667

PASS = "xxx" #oauth key for Twitch

s.send(str.encode("JOIN #CHANNELNAME \r\n")) # replace xxx with channelname

Edit the file to take in your own commands!

All your files are listed in the file explorer. You can switch from one to another by clicking a file in the list.