Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

miguelmota/node-twitter-alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Listen for tweets and play notification sound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published