An open API service indexing awesome lists of open source software.

https://github.com/anxdpanic/script.module.python.twitch

python-twitch for Kodi is module for interaction with the Twitch.tv API based on python-twitch by ingwinlu.
https://github.com/anxdpanic/script.module.python.twitch

Last synced: 8 months ago
JSON representation

python-twitch for Kodi is module for interaction with the Twitch.tv API based on python-twitch by ingwinlu.

Awesome Lists containing this project

README

          

# python-twitch for Kodi

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fanxdpanic%2Fscript.module.python.twitch%2Fbadge&logo=none)](https://actions-badge.atrox.dev/anxdpanic/script.module.python.twitch/goto)
![License](https://img.shields.io/badge/license-GPL--3.0--only-success.svg)
![Kodi Version](https://img.shields.io/badge/kodi-nexus%2B-success.svg)
![Contributors](https://img.shields.io/github/contributors/anxdpanic/script.module.python.twitch.svg)

###### script.module.python.twitch

python-twitch for Kodi is module for interaction with the Twitch.tv API

#### Usage:
Example can be found [anxdpanic/plugin.video.twitch/master/resources/lib/twitch_addon/addon/api.py](https://github.com/anxdpanic/Twitch-on-Kodi/blob/master/resources/lib/twitch_addon/addon/api.py)

#### API Documentation:
https://dev.twitch.tv/docs

---
This Kodi module is a based on python-twitch https://github.com/ingwinlu/python-twitch
Thanks to ingwinlu for his continued work on the project.