Modules@robinpath/youtube

@robinpath/youtube

0.1.0Public

YouTube module for RobinPath.

@robinpath/youtube

YouTube module for RobinPath.

Category Functions Auth License

Why use this module?

The youtube module lets you:

  • searchVideos
  • getVideo
  • listMyVideos
  • updateVideo
  • deleteVideo

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/youtube

Quick Start

1. Set up credentials

youtube.setCredentials "your-credentials"

2. searchVideos

youtube.searchVideos

Available Functions

FunctionDescription
youtube.setCredentialsConfigure youtube credentials.
youtube.searchVideossearchVideos
youtube.getVideogetVideo
youtube.listMyVideoslistMyVideos
youtube.updateVideoupdateVideo
youtube.deleteVideodeleteVideo
youtube.listChannelslistChannels
youtube.getChannelStatsgetChannelStats
youtube.listPlaylistslistPlaylists
youtube.getPlaylistgetPlaylist
youtube.createPlaylistcreatePlaylist
youtube.deletePlaylistdeletePlaylist
youtube.listPlaylistItemslistPlaylistItems
youtube.addVideoToPlaylistaddVideoToPlaylist
youtube.removeFromPlaylistremoveFromPlaylist
youtube.listCommentslistComments
youtube.addCommentaddComment
youtube.replyToCommentreplyToComment
youtube.setThumbnailsetThumbnail
youtube.getVideoCategoriesgetVideoCategories
youtube.listSubscriptionslistSubscriptions

Examples

searchVideos

youtube.searchVideos

getVideo

youtube.getVideo

listMyVideos

youtube.listMyVideos

Integration with RobinPath

import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/youtube";

const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);

const result = await rp.executeScript(`
  youtube.setCredentials "your-credentials"
  youtube.searchVideos
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.0latestyesterday
Install
$ robinpath install @robinpath/youtube
Version0.1.0
LicenseMIT
Unpacked Size4.8 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

marketing