Skip to content

witer33/Twithon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twithon

A python wrapper over Twitch API to build bots and applications.

Documentation: COMING SOON

A simple bot

from twithon.bot import Bot, Filters

bot = Bot("username", "oauth:token", channels=["channel"])
bot.connect()

@bot.on_message(Filters.command("name"), Filters.admin())
def handler(client, message):
    message.reply(message.user)

Installation

pip3 install twithon

About

A python wrapper over Twitch API to build bots and applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages