twitter4r / 0.2.0
| Short description: | Pure Ruby client API for the Twitter REST API | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Category: | Library/WWW | |||||||||||||
| Status: | Production | |||||||||||||
| Created: | 2007-06-20 14:05:34 GMT | |||||||||||||
| Last update: | 2007-07-09 04:32:31 GMT | |||||||||||||
| Owner: | Susan Potter (Projects of this owner) | |||||||||||||
| Homepage: | http://twitter4r.rubyforge.org | |||||||||||||
| Download: | http://rubyforge.org/frs/?group_id=3293 | |||||||||||||
| License: | BSD-type | |||||||||||||
| Dependency: |
|
|||||||||||||
| Description: | Twitter4R
Developers
Contributors
DescriptionTwitter4R v0.2.0 now provides 100% Twitter REST API coverage for Ruby. This library is more complete and more in the Ruby style of coding than "Twitter Gem" project. The latter seems to provide a convenient command-line tool for very basic Twitter REST API usages. Quick Start
$ sudo gem install twitter4r
$ irb
irb> gem('twitter4r', '>=0.2.0')
irb> require('twitter')
irb> client = Twitter::Client.new
irb> timeline = client.timeline_for(:public) do |status|
irb> puts "#{status.user.screen_name}: #{status.text}"
irb> end
External Dependencies
Usage ExamplesTwitter4R starting with version 0.2.0 and above is organized into seven parts:
|
|||||||||||||
| Versions: | [0.2.0 (2007-07-09)] [0.1.0 (2007-06-20)] | |||||||||||||