youtube-auto-liker
v1.0.0
Published
A nodejs package to like video on youtube automatically.
Downloads
1
Maintainers
Readme
Youtube-Auto-Liker is a nodejs package to like video automatically. It currently runs only on windows.
Installation
npm install youtube-auto-liker
Example
In this example we first import package, then we login with cookies, then we like video on youtube
var youtube=require("youtube-auto-liker");
function like(){
youtube.auto_like('video link')
}
youtube.login_cookie(cookie_list,like)
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-liker");
Login with credentials
youtube.login(username,password)
Login with cookies
youtube.login_cookie(list_of_cookies)
Like Video
youtube.auto_like('video link')
Cookies
To login with cookies Edit this Cookie Extension can be added to browser