Skip to content

Adding "Watch Together" Or YouTube API Support #448

@VincentRPS

Description

@VincentRPS

Summary

The New "Watch Together" Feature Syncing The Discord API With The YouTube API

What is the feature request for?

The core library

The Problem

Making using the "Watch Together" Feature On pycord Easier and safer then installing random plugins and hoping it works

The Ideal Solution

imo It should be set onto on_ready close to discord-togethers way of doing it

@bot.event
async def on_ready():
    bot.watch = await YouTube("BOT_TOKEN")
    print('Bot is online!')

Then It would send the invite link to youtube via a command which could go like

@bot.command()
async def watch(ctx):
    link = await bot.watch.make_link(ctx.author.voice.channel.id, 'youtube')
    await ctx.send(f"Your Watch Together Link\n{link}")

This is
1 particularly how i would want to make it
2 somewhat based off what discord-together is designed

The Current Solution

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions