Socket
Book a DemoInstallSign in
Socket

yt-upload

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yt-upload

a node package to upload videos on youtube from your terminal

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

yt-upload

A node package to upload videos on youtube from your terminal

Install

$ npm i -g yt-upload

Getting Started

Follow the (Turn on the YouTube Data API, only a to g) steps shown here https://developers.google.com/youtube/v3/quickstart/nodejs

Move the downloaded file to (C:\Users<yourpcusername>) and rename it client_secret.json.

Usage

$ yt-upload <command>

If you are using this for the first time it will ask you to authorize your application, just follow the onscreen authorization flow.

Commands

To upload videos

$ yt-upload -u or --upload

To update video

$ yt-upload -c or --change

To get subscriber count

$ yt-upload -s or --subscribers

To search for a video

$ yt-upload -q or --searchvideo

To get comments on a video

$ yt-upload -r or --replies

To check version

$ yt-upload -v or --version

Help

$ yt-upload -h or --help

Features

✔️ upload video

✔️ update a video

✔️ get subscribers

✔️ search for video

✔️ get comments on video

Upcoming Features

❌ like video

❌ subscribe or unsubscribe to a channel

❌ play video in terminal (maybe)

Keywords

youtube

FAQs

Package last updated on 12 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts