Skip to content
This repository was archived by the owner on May 7, 2019. It is now read-only.

Latest commit

 

History

History
51 lines (33 loc) · 790 Bytes

File metadata and controls

51 lines (33 loc) · 790 Bytes

DEPRICATED

get-tweets

  1. Caution
  2. Installation
  3. Running
  4. Todo

Caution

Ensure that you read the API Docs, most importantly the rate limiting and black listing.

Installation

npm install --global yarn
git clone git@github.com:caseconsulting/get-tweets.git
cd get-tweets
yarn install 
gulp task-list

Create an .env file. See the sample for more information.

Running

./bin/gt --help

or

yarn gt -- -d -o output.json friends consultwithcase

A good example is:

./bin/gt -d -o output.json friends nodejs

Todo

  1. add a formatting flag
  2. add more commands
  3. add tests