Modules@robinpath/youtube
@robinpath/youtube
0.1.0PublicYouTube module for RobinPath.
@robinpath/youtube
YouTube module for RobinPath.
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
| Function | Description |
|---|---|
youtube.setCredentials | Configure youtube credentials. |
youtube.searchVideos | searchVideos |
youtube.getVideo | getVideo |
youtube.listMyVideos | listMyVideos |
youtube.updateVideo | updateVideo |
youtube.deleteVideo | deleteVideo |
youtube.listChannels | listChannels |
youtube.getChannelStats | getChannelStats |
youtube.listPlaylists | listPlaylists |
youtube.getPlaylist | getPlaylist |
youtube.createPlaylist | createPlaylist |
youtube.deletePlaylist | deletePlaylist |
youtube.listPlaylistItems | listPlaylistItems |
youtube.addVideoToPlaylist | addVideoToPlaylist |
youtube.removeFromPlaylist | removeFromPlaylist |
youtube.listComments | listComments |
youtube.addComment | addComment |
youtube.replyToComment | replyToComment |
youtube.setThumbnail | setThumbnail |
youtube.getVideoCategories | getVideoCategories |
youtube.listSubscriptions | listSubscriptions |
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
@robinpath/facebook— Facebook module for complementary functionality@robinpath/instagram— Instagram module for complementary functionality@robinpath/twitter— Twitter/X module for complementary functionality@robinpath/linkedin— LinkedIn module for complementary functionality@robinpath/tiktok— TikTok module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
marketing
0
@robinpath/activecampaign
v0.1.1robinpath
ActiveCampaign -- contacts, automations, campaigns, deals, lists, and tags via the ActiveCampaign REST API v3.
0 downloads
...
marketing
0
@robinpath/brevo
v0.1.1robinpath
Brevo module for RobinPath.
0 downloads
...
marketing
0
@robinpath/convertkit
v0.1.0robinpath
Convertkit module for RobinPath.
0 downloads
...
marketing
0
@robinpath/facebook
v0.1.0robinpath
Facebook module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/youtube Version0.1.0
LicenseMIT
Unpacked Size4.8 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

