KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
twitterstreamer
★ 20
Open GitHub ↗
Twitter Streamer
Download README (.md)
Explore Similar Repositories
stylus-styleguide
:
Stylus Style Guide
summary
:
Summary is a complete solution to extract the title, image and description from any URL.
radial.js
:
JavaScript library for radial menus
atom-launcher
:
A simplified App Launcher without categorisation and with applications sorted by frequency
pipboy3000
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
twitterstreamer
?
Download (.md)
twitterstreamer =============== Twitter Streamer is a simple applications that streams images from Twitter users or tweets with certain hashtags to connected V-Tablets. How it works ------------ With [twit](https://github.com/ttezel/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](https://github.com/LearnBoost/engine.io). Installation ------------ * Install node.js and npm * Copy config.js.example to config.js and edit it * Create new [Twitter app](https://apps.twitter.com/) * Copy API auth keys * Set users and/or hashtags you want to display * Start application with `node index.js`