begs / livestreamers

Python script for checking stream status for followed Twitch.tv channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

livestreamers

A Python script that uses Twitch.tv API to check if a user's followed channels are live.

Installation

Clone git clone https://github.com/begs/livestreamers.git or download the repository.

Dependencies

The script uses the 'requests' package in Python:
pip install requests or python -m pip install requests

Usage

The Twitch API now requires that the client ID is associated with the OAuth access token.
You can generate these here for example. This script requires adding user:read:follows to the scope.

You will also need your user ID. This can be found here.

The script will prompt you for these and store them in config.ini.

Example output:
output

About

Python script for checking stream status for followed Twitch.tv channels


Languages

Language:Python 100.0%