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 years ago
.gitignore Initial commit 7 years ago
README.md Syntax highlighting in README 7 years ago
logger.js Initial commit 7 years ago
package.json Initial commit 7 years ago

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.