1.0.0 • Published 3 years ago

youtube-channel-subscriber v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

Youtube-Channel-Subscriber is a nodejs package to subscribe channel automatically. It currently runs only on windows.

Installation

npm install youtube-channel-subscriber

Example

In this example we first import package, then we login with cookies and subscribe channel automatically.

var youtube=require("youtube-channel-subscriber");

function subscribe(){
	youtube.auto_subscribe('channel link')
}
youtube.login_cookie(cookie_list,subscribe)

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-channel-subscriber");

Login with credentials

youtube.login(username,password)

Login with cookies

youtube.login_cookie(list_of_cookies)

Subscribe channel

youtube.auto_subscribe('channel link')

Cookies

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

Contact Us