A Python script that uses Twitch.tv API to check if a user's followed channels are live.
Clone git clone https://github.com/begs/livestreamers.git
or download the repository.
The script uses the 'requests' package in Python:
pip install requests
or python -m pip install requests
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
.