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

Add support for Counter-Strike: Global Offensive #28

Closed genjikowa closed 3 years ago

genjikowa commented 3 years ago

I want to use this for global offensive counter strike, still can't use it? I could make a video tutorial to use the software. Thank you.

jozz024 commented 3 years ago

that isn't the issue iirc, the issue is that the game is Counter Strike: Global Offensive, and that : messes things up

offish commented 3 years ago

I'll try to fix this and add the thumbnail stuff tomorrow.

genjikowa commented 3 years ago

First of all thank you very much for responding so quickly !! I would like to know if you could make a video tutorial to know how to install and operate the software? I don't really understand programming codes. Sorry it is a lot of work for you but I am really very interested in this project. Counter Strike is one of my favorite games and I want to make compilations with this game. Greetings.

Edit: I forgot to comment if it is possible that such software could be done in graphic mode. For those users who do not understand much about programming code, it is easier to make it work. !! Thanks again.

Edit2: Also I do not know if the function of discarding a clip or adding it is implemented so that the "assembly" of said clips is done and only selecting the best ones. Soz for my bad english.

offish commented 3 years ago

If you read through the whole README and follow every step, it should be quite easy to setup, even if you don't know anything about programming. If you still need help, you can just send a message in the Discord server by clicking the Discord badge/picture, and I'll try to help you out.

genjikowa commented 3 years ago

I have updated my previous comment I do not know if you have been able to read it again. Where is the Discord server? i don't see the image

offish commented 3 years ago

You can join the Discord here https://discord.com/invite/t8nHSvA or by looking at the top row of images in the README.

To your edits:

  1. Yes it's possible to add a graphical interface, but I will not implement that. If anyone else would do the work, I would merge. It's intended to be a simple small program that gets the most viewed clips, and make a compilation of them. Only reason would be to select or deselect clips I guess, which is something I personally don't really care that much about.

  2. I don't really get what you're asking for here, but the program downloads X amount of clips depending on specified VIDEO_LENGTH. It then tries to get all the clips which has been downloaded and add them into a compilation. So it doesn't really select the "best" ones, just the most viewed ones.