2.2.0 • Published 4 years ago

twitter-drone v2.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

Twitter Drone

Powerful bot to automate tweet, retweet, like and follow using newline delimited JSON streams.

Build Status NPM Version License Deploy Heroku

Preview

Terminal Session

Installation

Clone the repository:

git clone https://github.com/redaxmedia/twitter-drone.git

Install the dependencies:

npm install

Setup

Create a .env file to define your environment variables:

TWITTER_API_KEY=
TWITTER_API_KEY_SECRET=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=

Usage

Combine readable streams search and list with writable streams tweet, retweet, like and follow:

bin/twitter-drone [command] [options]

-V, --version
-h, --help

search [tweet] [user]

-Q, --query <query>
-C, --count <count>
-I, --background-interval <background-interval>
-B, --background-run

list [follower] [friend] [tweet] [like]

-C, --count <count>
-I, --background-interval <background-interval>
-B, --background-run

tweet
retweet
like
follow

-U, --undo-run
-D, --dry-run

Examples

Search for CSS related tweets and retweet them:

bin/twitter-drone search tweet --query=css | bin/twitter-drone retweet

Search for HTML related users and follow them:

bin/twitter-drone search user --query=html | bin/twitter-drone follow

List your likes and unlike them:

bin/twitter-drone list like | bin/twitter-drone like --undo-run

Deployment

Trigger Deploy to Heroku and fill out the form.

2.2.0

4 years ago

2.1.0

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-beta.2

5 years ago

2.0.0-beta.1

5 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.4.0

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago