Skip to main content

Asynchronous Twitch API interface

Project description

TwitchAIO

Asynchronous Twitch interface for implementing custom chatbots

Features

  • Send/receive Twitch chat messages
  • Command system for chat interaction
  • Interface with the Twitch API to allow automating parts of the stream
  • Websocket based events with the Twitch PubSub system

Getting started

  1. Install TwitchAIO with pip install twitchaio
  2. Register your application on https://dev.twitch.tv/console
  3. Fill in or create client.json in your project directory with the application data:
{ 
    "Client-ID": <your client id>,
    "Client-Secret": <your client secret>,
    "RedirectURI": <your redirect uri>
}
  1. You're ready to use TwitchAIO

Usage

Check the examples directory on how to use TwitchAIO

Future updates

The following items are being worked on and will be released in the future

  • Interface with emote extensions: BTTV, FFZ and SevenTV
  • Interface with stream tools: StreamElements and StreamLabs

The following items are being considered and may or may not end up getting implemented

  • Ability to trigger commands using regex
  • Setting up a webpage that shows the list of commands

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TwitchAIO-0.5.post0.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

TwitchAIO-0.5.post0-py3-none-any.whl (27.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page