YouTube
From UBot Studio
The YouTube Commands and Functions allow you to interact with YouTube, including functionalities such as updating video descriptions and titles, connecting to YouTube, retrieving various video details and more.
List of YouTube Commands and Functions
- connect to youtube: Establishes a connection to YouTube by setting the client secret path and obtaining an authenticated service.
- change youtube video description: Updates the description of a YouTube video with a given video ID and new description.
- change youtube video title: Updates the title of a YouTube video with the provided video ID and title.
- $get my videos: Retrieves the video IDs of the first page of uploaded videos from a user's YouTube channel.
- $get video details: Retrieves the details of a YouTube video using its video ID.
- $get youtube transcript: Retrieves and returns the transcript of a YouTube video as a string using its video ID.
- upload video to youtube: Uploads a video to YouTube as unlisted with the provided title, description, and file path.
- $youtube video description: Retrieves the description of a YouTube video using its video ID.
- $youtube video title: Retrieves the title of a YouTube video using its video ID.