twitter-auto-liker-bot

A nodejs package to like a tweet on twitter automatically.

Usage no npm install needed!

<script type="module">
  import twitterAutoLikerBot from 'https://cdn.skypack.dev/twitter-auto-liker-bot';
</script>

README

Twitter-Auto-Liker-Bot is a nodejs package to like a tweet on twitter using browser automation. It currently runs only on windows.

Installation

npm install twitter-auto-liker-bot

Example

In this example we first import package, then we login with cookies and then like a post on twitter.

var twitter=require("twitter-auto-liker-bot");

function like(){
    twitter.like('tweet url')
}
twitter.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 twitter=require("twitter-auto-liker-bot");

Login with credentials

twitter.login(username,password)

Login with cookies

twitter.login_cookie(list_of_cookies)

Like a tweet

twitter.like('tweet url')

Cookies

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

Contact Us