rashdanml / twitch-recorder

Python Script to automatically archive Twitch streams, checking periodically to see if channel is live.
MIT License
5 stars 2 forks source link

twitch-recorder

Python Script to automatically archive Twitch streams, checking periodically to see if channel is live. Adapted from an old blog post, using newer Twitch API and other minor tweaks. How to Record Twitch Streams Automatically in Python

Setup

Key dependencies

Usage

Run: python twitch-recorder.py -u [username] -q [quality] from within the virtual environment.

If username and quality not specified, script defaults to self.username and self.quality specified in twitch-recorder.py

Quality options

Available options depend on the stream, which can be checked by running streamlink. Options: best, 1080p, 720p, 480p, 360p, etc. best selects the highest available.