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
538 stars 77 forks source link

how we can modify it so that it add all the clips of the day and not just the top clips, thank you #36

Closed Mehdi94i closed 3 years ago

Mehdi94i commented 3 years ago

how we can modify it so that it add all the clips of the day and not just the top clips, thank you

offish commented 3 years ago

The maximum amount of clips it can get is 100. To make it use all the 100 clips, set VIDEO_LENGTH to some big value.

Mehdi94i commented 3 years ago

he gets 3 to 5 video maximum

offish commented 3 years ago

What game/channel and language are you getting?

Mehdi94i commented 3 years ago

all the games in French language, but when I switch to English it works

offish commented 3 years ago

You can check how many clips that exists by going to https://www.twitch.tv/directory/game/Just%20Chatting/clips?range=24hr and setting the language to the one you want to use. You can also change the range to be weekly or monthly.

Mehdi94i commented 3 years ago

thank you