2024-04-02 17:28:55 -04:00
# Auto TTV Grabber
2024-04-05 16:55:42 -04:00
<!-- toc:start -->
- [Auto TTV Grabber ](#auto-ttv-grabber )
- [Getting started ](#getting-started )
<!-- toc:end -->
2024-04-02 17:28:55 -04:00
## Getting started
2024-04-05 16:55:42 -04:00
This script relies on [streamlink ](https://streamlink.github.io ) being in your systems path.
2024-04-03 13:13:09 -04:00
You can find all of its requirements on the their project page.
2024-04-05 16:55:42 -04:00
This script loops through all of the channels in `channel_list.txt` once per minute checking to see if the channel is live via a HTTP request.
2024-04-06 22:44:51 -04:00
Once a channel is live a [streamlink ](https://streamlink.github.io ) subprocess spawns in the background downloading the stream to it's default location (`$HOME/Downloads/Stream/< channel_name > `)