選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Sven Slootweg 736e08168d Syntax highlighting in README 7年前
.gitignore Initial commit 7年前
README.md Syntax highlighting in README 7年前
logger.js Initial commit 7年前
package.json Initial commit 7年前

README.md

listenlogger

Quick-and-dirty tweet logger for listentotwitter.com.

Setup (after cloning the repository):

npm install

Usage:

node logger.js bbcdebate

... where bbcdebate is the query you want to listen for.

All data is output to stdout in newline-delimited JSON format, and can be redirected to a file, passed through jq, and so on.