Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torao/tweet-reflector

Twitter Sample Stream からのツイート収集処理
https://github.com/torao/tweet-reflector

Last synced: about 1 month ago
JSON representation

Twitter Sample Stream からのツイート収集処理

Awesome Lists containing this project

README

        

Twitter Sample Stream を使用して Twitter のつぶやきを収集する目的で使っているソース。

## Usage
`sbt run` で標準出力へツイートを出力します。`--output file` を指定した場合は `yyyy-mm-dd.csv` 形式のファイルに保存されます。

* `--japanese-only` 日本語(ひらがな、カタカナ)の混じっているツイートのみを保存します。
* `--output {console|file|riak}` 出力先の指定します。
* `--format {json|csv}` 出力フォーマットを指定します。

## LICENSE
Apache License 2.0