1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
Sven Slootweg 736e08168d Syntax highlighting in README vor 7 Jahren
.gitignore Initial commit vor 7 Jahren
README.md Syntax highlighting in README vor 7 Jahren
logger.js Initial commit vor 7 Jahren
package.json Initial commit vor 7 Jahren

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.