twitter-follow-sync

1.0.0 • Public • Published

Twitter Follow Sync

A Node.js package to make one Twitter account follow the accounts followed by another Twitter account.

Installation

npm install twitter-follow-sync

Usage

const { syncFollowers } = require("twitter-follow-sync");

syncFollowers({
  consumerKey: "your_consumer_key",
  consumerSecret: "your_consumer_secret",
  accessTokenA: "access_token_for_accountA",
  accessSecretA: "access_secret_for_accountA",
  accountA: "accountA_username",
  accessTokenB: "access_token_for_accountB",
  accessSecretB: "access_secret_for_accountB",
});

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i twitter-follow-sync

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • fyang1024