Skip to content

fr0stydev/twitchbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

About

A simple Twitch Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages