Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 925 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 925 Bytes

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