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.
- Host: GitHub
- URL: https://github.com/anxdpanic/script.module.python.twitch
- Owner: anxdpanic
- Created: 2016-09-22T15:55:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T02:13:51.000Z (about 2 years ago)
- Last Synced: 2025-07-22T08:55:06.156Z (11 months ago)
- Language: Python
- Homepage: https://twitchaddon.page.link/forum
- Size: 304 KB
- Stars: 18
- Watchers: 5
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSES/GPL-3.0-only
Awesome Lists containing this project
README
# python-twitch for Kodi
[](https://actions-badge.atrox.dev/anxdpanic/script.module.python.twitch/goto)



###### 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.