Ensure that you read the API Docs, most importantly the rate limiting and black listing.
npm install --global yarn
git clone git@github.com:caseconsulting/get-tweets.git
cd get-tweets
yarn install
gulp task-listCreate an .env file. See the sample for more information.
./bin/gt --helpor
yarn gt -- -d -o output.json friends consultwithcaseA good example is:
./bin/gt -d -o output.json friends nodejs- add a formatting flag
- add more commands
- add tests