offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get only clips with X views

LeozinH1 opened this issue · comments

Is it possible to add a condition to get only clips with X views?

You could implement this by going to this line adding:

and clip["views"] >= 1000: