Skip to main content

A Python IRC and API wrapper for Twitch.

Project description

https://i.imgur.com/B0nvk2w.png?raw=true https://img.shields.io/badge/Python-3.6%20%7C%203.7-blue.svg https://img.shields.io/github/license/TwitchIO/TwitchIO.svg https://api.codacy.com/project/badge/Grade/61e9d573b4af415a809068333d6b437b Maintainability

An Asynchronous IRC/API Wrapper currently in Development for TwitchBots made in Python!

Documentation

Official Documentation: Click Here!

Support

For support using TwitchIO, please join the official support server on Discord.

Installation

The following commands are currently the valid ways of installing TwitchIO.

TwitchIO requires Python 3.6 or higher.

Windows

py -version -m pip install twitchio

Linux

python3 -m pip install twitchio

Getting Started

TwitchIO uses many endpoints which may require different tokens and IDs.

  1. IRC endpoints which require an OAuth token.

    To get a token, log in to Twitch with the bot’s account and visit: https://twitchapps.com/tmi/

  2. HTTP endpoints which require a client ID.

    To be documented.

  3. HTTP endpoints which require an OAuth token and certain scopes.

    To be documented.

All 3 endpoints may be used at the same time. Otherwise, you may choose to use any or some of the endpoints.

Currently, TwitchIO’s development is at a phase which has emphasis on the IRC endpoint and creating a framework around it. Once this is implemented, the other 2 endpoints will be developed further.

A quick and easy bot example:

from twitchio.ext import commands


class Bot(commands.Bot):

    def __init__(self):
        super().__init__(irc_token='...', client_id='...', nick='...', prefix='!',
                         initial_channels=['...'])

    # Events don't need decorators when subclassed
    async def event_ready(self):
        print(f'Ready | {self.nick}')

    async def event_message(self, message):
        print(message.content)
        await self.handle_commands(message)

    # Commands use a different decorator
    @commands.command(name='test')
    async def my_command(self, ctx):
        await ctx.send(f'Hello {ctx.author.name}!')


bot = Bot()
bot.run()

Become a patron and help support TwitchIO’s development <3.

All Twitch logos used are owned by Twitch.tv respectively. Use of the Twitch logos does not imply any affiliation with or endorsement by them.

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

twitchio-1.2.0.tar.gz (35.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

twitchio-1.2.0-py3-none-any.whl (48.4 kB view details)

Uploaded Python 3

File details

Details for the file twitchio-1.2.0.tar.gz.

File metadata

  • Download URL: twitchio-1.2.0.tar.gz
  • Upload date:
  • Size: 35.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for twitchio-1.2.0.tar.gz
Algorithm Hash digest
SHA256 903dda3867b7377132a6d8d16caae8898170908309e5ddb245ae6b65b48157d3
MD5 8c240c7ce954442e3639cd7d5cae22ec
BLAKE2b-256 49e5680bfedea3074c2d1c4f3f41d6eac51b5c4e0450b71b7be39469ecf11c9e

See more details on using hashes here.

File details

Details for the file twitchio-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: twitchio-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 48.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for twitchio-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 058c743847375db47851794155091896dcdb91cf5ca95cf5031856281c62ddf3
MD5 83d7de18f4d9c942713f219a9b0a0885
BLAKE2b-256 3325655ffc84a9f7930c8210afb13258b01115dee30744c0f5942a573ca241f6

See more details on using hashes here.

Supported by

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