Tweet wall for specific hash tag made using Twitter streaming API
-
Clone the project
-
npm install
-
open
index.js
-
Place your access tokens and keys here
var T = new Twit({
consumer_key: '',
consumer_secret: '',
access_token: '',
access_token_secret: '',
timeout_ms: 60*1000, // optional HTTP request timeout to apply to all requests.
});
node index.js