Skip to content

clesiemo3/twitch-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitchchat

cfg.py exists in the same directory and is called via import cfg to utilize the below parameters. Substitute your own values.

#config
HOST = "irc.twitch.tv"
PORT = 6667
NICK = "BOT_USERNAME"
PASS = "oauth:abc1234515314532" #chat_login scope at least
CHANNEL = ("#riotgames","#imaqtpie") #channels of interest
RATE = (10/30)
client_id = "client_id"
client_secret = "client_secret" #todo use for looking up channel info to determine game being played
dbname = "postgresql_db_name"
user = "postgres_db_username"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages