twitter-alarm

0.0.4 • Public • Published

Twitter Alarm

Using the ntwitter streaming twitter client to listen for tweets matching keywords and play a notification sound when it comes in.

Install

git clone https://github.com/miguelmota/node-twitter-alarm
cd node-twitter-alarm
npm install

Set up your twitter credentials in config.json

Usage

node index.js "burritos" "tacos"
Listening for tweets matching: burritos, tacos
 
> @_moogs : Need more burritos in my life Sat May 10 2014 18:16:37 GMT-0700

Notes

On Debian/Ubuntu, the ALSA backend is selected by default, so be sure to have the alsa.h header file in place:

sudo apt-get install libasound2-dev

Global install

npm install twitter-alarm -g
cp /usr/local/lib/node_modules/twitter-alarm/config.json ~/.twitter-alarm/config.json
twitter-alarm "burritos" "tacos"

License

Released under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i twitter-alarm

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • miguelmota