0
以下のコマンドを使用してTwitterでいくつかのキーワードをトラッキングしています。私はツイート作者の "screen_name"プロパティを印刷したいと思っています。 screen_name、どうすればいい?ストリーミングでTwitterにキーワードをトラッキングする
curl -N -d @tracking http://stream.twitter.com/1/statuses/filter.json -umyuser:mypass | sed -eの/ [{}]/''/g '| awkの-v RS =」、 "」-F: '/^SCREEN_NAME/{$ 2印刷}'
おかげ
[SEDで引用符を削除](http://stackoverflow.com/questions/4248905/remove-quotes-with-sed) – Gilles