youtube-auto-comment

1.0.0 • Public • Published

Youtube-Auto-Comment is a nodejs package to auto comment on youtube video automatically. It currently runs only on windows.

Installation

npm install youtube-auto-comment

Example

In this example we first import package, then we login with cookies, then we comment on youtube video

var youtube=require("youtube-auto-comment");

function comment(){
	youtube.auto_comment('video link','comment text')
}
youtube.login_cookie(cookie_list,comment)

DataKund

datakund is needed for browser automation. As soon as this package is imported in code, automated browser will open up.

Import

var youtube=require("youtube-auto-comment");

Login with credentials

youtube.login(username,password)

Login with cookies

youtube.login_cookie(list_of_cookies)

Comment on Video

youtube.auto_comment('video link','comment text')

Cookies

To login with cookies Edit this Cookie Extension can be added to browser

Contact Us

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i youtube-auto-comment

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.8 kB

    Total Files

    3

    Last publish

    Collaborators

    • datakund