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

Only use top clips? #70

Closed Charcadet closed 2 years ago

Charcadet commented 2 years ago

Is there anyway in the current Twitchtube release to only use Top clips from the channels you specified or does this already do this and do I have bad settings/too small channels.

offish commented 2 years ago

It should only get the most viewed clips by default. What are you getting?

Charcadet commented 2 years ago

Got some clip where it was mispositioned (streamer said "clip it" but that's where the clip started lmao). Though I did try it on a smaller streamer so I assume it might be because their clips had little views.

offish commented 2 years ago

Go to the streamer's channel and go to his/her clips and use the same period as you've specified when running. See if the clip is one of the more viewed ones.

Charcadet commented 2 years ago

Go to the streamer's channel and go to his/her clips and use the same period as you've specified when running. See if the clip is one of the more viewed ones.

Yea, seems it got fviews for whatever reason.

Perhaps an enhancement idea would be only use clips with minimum X amount of views. Would be great in some use cases.

Thanks for open-sourcing this project either way!

offish commented 2 years ago

Yeah having a minimum would be great in some cases and terrible in others. Will leave it as it is, but feel free to change it locally.