A Twitter hashtag listener that runs on NodeJS.
This script allows a developer to run a shell script when a tweet with a particular hashtag appears in Twitter.
Run npm install
- Visit the Twitter Developers Site.
- Sign in with your Twitter Account.
- Go to "My Applications".
- Create a New Application.
- Fill in your Application Details.
- Create Your Access Token.
- Fill in the setup parameters (the relative keys and secrets) in the
index.js
script.
- Set the desired hashtag variable in the top of
index.js
. - Add your shell command to the shellscript variable in the top of
index.js
.
Run using node index.js
.