python-twitch is an python module for simple interaction with twitch.
pip install python-twitch
Have a look at the tests directory.
You can supply your own Client-Id by overwriting twitch.CLIENT_ID
.
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
.
This library was based on the twitch.tv plugin for xbmc.
Since v0.4.0 changes are documented in the changelog.