Skip to content

kkaushik/tweetstreamer

Repository files navigation

Twitter streamer to allow users to view streams corresponding to different filters

How to run:

Create an application.yml with the following data -

CONSUMER_KEY: abcdefghijklmnopqrstuvwxyz CONSUMER_SECRET: 0123456789 OAUTH_TOKEN: abcdefghijklmnopqrstuvwxyz OAUTH_TOKEN_SECRET: 0123456789

Run the rails server, bundle exec rails -s

Open a terminal and run a curl

curl -i localhost:3000/messaging?filter=football

About

Top 10 retweets for a given keyword updated in real time - Rails 4, Twitter Streaming API, Daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published