voronianski / node-tweet-cli

Start making tweets from your bash, zsh, whatever!
http://pixelhunter.me/post/66092531636/tweeting-command-line-application-with-flatiron-js
81 stars 17 forks source link

Added stream api #8

Closed rikkertkoppes closed 9 years ago

rikkertkoppes commented 9 years ago

tweet stream {query} [options]

Streams tweets to the console, optionally as json.

tweet stream twitter

or

tweet stream twitter --json

Warning The latter option dumps a lot of json in your console. Make sure your console is able to keep up, or (preferably) pipe to another utility. The latter is actually the use case this option is designed for.