Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.54 KB

File metadata and controls

46 lines (36 loc) · 1.54 KB

python-twitch Travis CI: continuous integration status Coveralls: code coverage status

python-twitch is an python module for simple interaction with twitch.

Installation

pip install python-twitch

Usage

Have a look at the tests directory.

You can supply your own Client-Id by overwriting twitch.CLIENT_ID.

Development

To help with backwards compatibility tox environments are provided that install all packages needed to run tests. Alternatively install all development requirements via pip install -r dev_requirements.

Credits

This library was based on the twitch.tv plugin for xbmc.

Changelog

Since v0.4.0 changes are documented in the changelog.