Sha256: 754a4fc140a12ae00e7672f7c9b7bc62c01b22d9e29301b894c526bf948de485

Contents?: true

Size: 1.55 KB

Versions: 18

Compression:

Stored size: 1.55 KB

Contents

= Twitter4R

* Project Website - http://twitter4r.rubyforge.org
* Mailing List - http://groups.google.com/group/twitter4r-users

== Developers
* {Susan Potter}[http://SusanPotter.NET] <me at susanpotter dot net>

== Contributors
Code:
* Kaiichi Matsunaga <ma2 at lifemedia dot co dot jp> - proxy code suggestion
* Sergio Santos <> - message paging code suggestion
* Adam Stiles <adam at stilesoft dot com> - URI.encode => CGI.escape fix
* Carl Crawley <cwcrawley at gmail dot com> - Friendship get => post fix
* Christian Johansen <christian at cjohansen dot no> - in_reply_to attributes in Twitter::Status

Design Suggestions:
* Bosco So <rubymeetup at boscoso dot com> - making Twitter::Error a RuntimeError instead of an Exception to prevent irb from crashing out.

== Description
Twitter4R provides an object based API to query or update your Twitter account via pure Ruby.  It hides the ugly HTTP/REST code from your code.

== External Dependencies
* Ruby 1.8 (tested with 1.8.6)
* RSpec gem 1.0.0+ (tested with 1.1.3)
* JSON gem 0.4.3+ (tested with versions: 1.1.1 and 1.1.2)
* jcode (for unicode support)

== Usage Examples
Twitter4R starting with version 0.1.1 and above is organized into seven parts:
* {Configuration API}[link:files/examples/configure_rb.html]
* {Friendship API}[link:files/examples/friendship_rb.html]
* {Messaging API}[link:files/examples/messaging_rb.html]
* {Model API}[link:files/examples/model_rb.html]
* {Status API}[link:files/examples/status_rb.html]
* {Timeline API}[link:files/examples/timeline_rb.html]
* {User API}[link:files/examples/user_rb.html]

Version data entries

18 entries across 18 versions & 11 rubygems

Version Path
NewMonarch-twitter4r-0.3.2 README
craigtmackenzie-twitter4r-0.3.1 README
dambalah-twitter4r-0.3.3 README
dferranti-twitter4r-0.4.0.1 README
filipegiusti-twitter4r-0.3.2.1 README
joshuamiller-twitter4r-0.3.1.2 README
mbbx6spp-twitter4r-0.4.0 README
theill-twitter4r-0.3.2 README
cerberus-0.8.0 lib/vendor/twitter/README
cerberus-0.7.9 lib/vendor/twitter/README
edavis10-cerberus-0.7.8 lib/vendor/twitter/README
cerberus-0.7.8 lib/vendor/twitter/README
cerberus-0.7.7 lib/vendor/twitter/README
cerberus-0.7.6 lib/vendor/twitter/README
cerberus-0.7.2 lib/vendor/twitter/README
cerberus-0.7.5 lib/vendor/twitter/README
cerberus-0.7 lib/vendor/twitter/README
twitter4r-0.3.1 README