0.0.4 • Published 11 years ago
twitter-alarm v0.0.4
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 installSet 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-0700Notes
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-devGlobal install
npm install twitter-alarm -gcp /usr/local/lib/node_modules/twitter-alarm/config.json ~/.twitter-alarm/config.jsontwitter-alarm "burritos" "tacos"License
Released under the MIT License.