Skip to content

Tweet wall for specific hash tag made using Twitter streaming API

Notifications You must be signed in to change notification settings

divakarvenu/Twitterstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitterstream

Tweet wall for specific hash tag made using Twitter streaming API

  1. Clone the project

  2. npm install

  3. open index.js

  4. 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.
  });
  1. node index.js

About

Tweet wall for specific hash tag made using Twitter streaming API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published