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.

20 lines
365 B
Markdown

# listenlogger
Quick-and-dirty tweet logger for listentotwitter.com.
Setup (after cloning the repository):
```sh
npm install
```
Usage:
```sh
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.