Skip to content

Search twitter for top most retweeted tweets (updates in realtime). Uses Rails, websockets, and the twitter streaming api

Notifications You must be signed in to change notification settings

dnwade/top_tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top Tweet Streamer

Updates top tweets in realtime. Search twitter for the top tweets (based on the number of retweets).

Uses websockets, rails, redis, and mongodb. In particular websocket-rails and tweetstream

Getting Started

  • install Mongo
  • install Redis
  • Clone repository
  • Run bundler: bundle
  • add your twitter api credentials: cp config/initializers/tweetstream.rb.example config/initializers/tweetstream.rb
  • Start rails: rails s
  • Start foreman: foreman start

About

Search twitter for top most retweeted tweets (updates in realtime). Uses Rails, websockets, and the twitter streaming api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published