Skip to content

A collection of tools and utilities for easier interaction with Twitch.

Notifications You must be signed in to change notification settings

Vilsol/PyTwitchInteract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyTwitchInteract

A collection of tools and utilities for easier interaction with Twitch.

Examples

Chat

from pytwitchinteract.chat import TwitchChat

def memes(message):
    message.reply("Thank you for the memes @{}!".format(message.sender))

chat = TwitchChat("oauth:YOUR_TOKEN", "YOUR_CHANNEL")
chat.register_command("memes", memes)
chat.listen()

OAuth Token

You can get your Twitch OAuth token from here: https://twitchapps.com/tmi/

About

A collection of tools and utilities for easier interaction with Twitch.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages