Skip to content

Instantly share code, notes, and snippets.

@BillKek
BillKek / opencv_twitch.py
Last active June 9, 2019 19:34 — forked from kscottz/opencv_twitch.py
A hack to slurp up twitch streams and process them with opencv.
# do not forget > pip install opencv-python
import cv2
import numpy as np
import time
# livestreamer is dead. use streamlink instead
# do not forget > pip install streamlink
import streamlink
# use live streamer to figure out the stream info