Skip to content

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

Notifications You must be signed in to change notification settings

begs/livestreamers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages