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 first time you run the script, it will prompt for your OAuth. You want the string after "oauth:".
This is stored in "oauth.txt", in the same path as you run your script.