Twitter Streamer is a simple applications that streams images from Twitter users or tweets with certain hashtags to connected V-Tablets.
With twit node module we start listening to Twitter streaming API for users and hastags specified in config file. When new tweet with image or instagram url arrives we send it to devices with engine.io.
- Install node.js and npm
- Copy config.js.example to config.js and edit it
- Create new Twitter app
- Copy API auth keys
- Set users and/or hashtags you want to display
- Start application with
node index.js