This app checks channels in channels.json if they are live or premiering a video. When live or premiering, it generates a json file for each video stream that ytarchive-raw-go can run.
- Clone the repository.
- Install
python3
- Install requirements by running
pip install -r requirements.txt
- Copy *.example files and remove ".example" from their name.
- Add channel ids to "channels.json" file that you want to check.
- Other settings can be configured in const.py.
- Run
python3 index.py
This README is incomplete.