Ilan Klotzman
Ilan Klotzman

Reputation: 31

Is there a way ot make a discord bot screen share a website

I'm looking for a way to make the bot screen share a website. And the link to be a parameter after the command. (To clarify: The website starting URL doesn't change. Only a token that's given after the starting URL. For example: "https://websitehere.com/branch/ 'token goes here'

Upvotes: 1

Views: 7997

Answers (2)

user8971711
user8971711

Reputation:

There is an alternative with selfbots using JavaScript, You can try this project:

https://github.com/MainSilent/Discord-Screenshare

In order to show a website you need to capture it and show it on the html video element in stream_inject.js

Upvotes: 1

Nucleo __
Nucleo __

Reputation: 108

Bots Can't Screenshare! Discord Bot API Do Not Support It Yet!

Upvotes: 2

Related Questions