🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

youtube-comment-sampler

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

youtube-comment-sampler

Download 1000 relevant youtube comments for a youtube video to CSV

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

youtube-comment-sampler

Download youtube comments to CSV

Install

To use, you need nodejs installed.

Test it's installed correctly using these commands...

node -v
npm -v

Then install youtube-comment-sampler...

npm install -g youtube-comment-sampler

Test it's installed using this command...

youtube-comment-sampler -V

You also require a youtube API key: https://console.developers.google.com/apis/credentials

Usage:

youtube-comment-sampler [options]

Options:

  -V, --version             output the version number
  -o, --outputFile [value]  Output File
  -k, --youtubeKey [value]  Youtube API Key
  -i, --videoId [value]     Youtube Video ID
  -h, --help                output usage information

Example:

To download 1000 comments for this video: https://www.youtube.com/watch?v=3R2uvJqWeVg Use the following command...

youtube-comment-sampler -o output.csv -k "MY_YOUTUBE_API_KEY" -i "3R2uvJqWeVg"

FAQs

Package last updated on 07 Mar 2018

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