/tweet_recorder

Primary LanguageScalaMIT LicenseMIT

WHAT'S THIS

This application privide a function to record tweets containg keywords or hashtag to file with twitter stream.

USAGE

BUILD

$ sbt
> assembly
> exit

usage

If you track "#MT2" and "#nicovideo"

$ java -jar target/tweet_recorder-assembly-1.0.jar your_twitter_id password \#MT2 \#nicovideo

Output filneme is "tweet_recorder.csv".