You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.