mjgold / tweetalyzer

Combine your word counting repo with sinatra and give the world the gift of metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweetalyzer

Learn how to turn return values from the Twitter API into relevant metrics and actionable data.

To get this application running.

  1. Fork and Clone this repository.

  2. Install any relevant gems.

bundle install
  1. Setup your .env file.
cp .env.example .env
  1. Head to the Twitter api, register an application, get all your tokens and paste them into .env

Tutorial on how to get your twitter tokens...

http://cl.ly/image/2Y4041172H3o/Image%202014-08-06%20at%201.36.14%20PM.png

  1. Run the application
rackup
  1. Head to http://localhost:9292 and begin to learn about the Magic 💥

Useful Resources

About

Combine your word counting repo with sinatra and give the world the gift of metrics.

License:MIT License


Languages

Language:Ruby 100.0%