twitter-auto-follower

1.0.0 • Public • Published

Twitter-Auto-Follower is a nodejs package to follow user on twitter using browser automation. It currently runs only on windows.

Installation

npm install twitter-auto-follower

Example

In this example we first import package, then we login with cookies and follow a user.

var twitter=require("twitter-auto-follower");

function follow_user(){
	twitter.follow('profile link of user')
}
twitter.login_cookie(cookie_list,follow_user)

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-follower");

Login with credentials

twitter.login(username,password)

Login with cookies

twitter.login_cookie(list_of_cookies)

Follow user

twitter.follow('profile link of user')

Cookies

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

Contact Us

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i twitter-auto-follower

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.77 kB

Total Files

3

Last publish

Collaborators

  • datakund