New to Ruby - Twitter API

P

Peter Vandenabeele

Rob Brennan wrote in post #977117:
I am looking to retrieve data from TWitter - ideally I want the dta in
Excel or SQL database.

There are some open source API's out there using Ruby

Specifically the one I am looking to use is -- - -

https://github.com/squeejee/twitterland

I have installed http://rubyinstaller.org/about

I recently played with this one and works great:

https://github.com/jnunemaker/twitter#readme

This is a simple test:

$ rvm use 1.8.7
$ gem install twitter yajl-ruby
$ irb
require 'twitter'
require 'yajl'
puts Twitter.user("peter_v").location

HTH,

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,139
Messages
2,570,805
Members
47,352
Latest member
DianeKulik

Latest Threads

Top