ysdragon / StreamBot

A self bot to stream videos to Discord.
Other
96 stars 20 forks source link

Only Stream a Url video #76

Closed matheusaudibert closed 18 hours ago

matheusaudibert commented 3 days ago

Hello, im looking for a code that just: receive a yturl and a call id (can be changed on code, withot using chat comands) then the selfbot enters and start streaming, without the pause or anithyng else. Could u guys launch it? With only 1 file?

ysdragon commented 3 days ago

Like a static YouTube URL with a static channel, and when starting the bot it will start with these options?

matheusaudibert commented 3 days ago

Yess, im making a SELF AI BOT. You request something to it, like "Play Gods Plan form Drake", the trained ai will search it on youtube and returns me the URL VIDEO (https://www.youtube.com/watch?v=xpVfcZ0ZcFM), then I want to run the script to play the video, with the url provided.

matheusaudibert commented 3 days ago

Like a static YouTube URL with a static channel, and when starting the bot it will start with these options?

Hi?

ysdragon commented 2 days ago

Yess, im making a SELF AI BOT. You request something to it, like "Play Gods Plan form Drake", the trained ai will search it on youtube and returns me the URL VIDEO (https://www.youtube.com/watch?v=xpVfcZ0ZcFM), then I want to run the script to play the video, with the url provided.

This implementation is quite straightforward; you can refer to the playlink command to see how it works.

ysdragon commented 18 hours ago

I will close this issue now.