Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
Sven Slootweg 736e08168d Syntax highlighting in README pirms 7 gadiem
.gitignore Initial commit pirms 7 gadiem
README.md Syntax highlighting in README pirms 7 gadiem
logger.js Initial commit pirms 7 gadiem
package.json Initial commit pirms 7 gadiem

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.