offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
543 stars 75 forks source link

Get only clips with X views #62

Closed LeozinH1 closed 3 years ago

LeozinH1 commented 3 years ago

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

offish commented 3 years ago

You could implement this by going to this line adding:

and clip["views"] >= 1000: