3 * Project Website - http://twitter4r.rubyforge.org
4 * Mailing List - http://groups.google.com/group/twitter4r-users
7 * {Susan Potter}[http://SusanPotter.NET] <me at susanpotter dot net>
10 * Kaiichi Matsunaga <ma2 at lifemedia dot co dot jp> - proxy code suggestion
11 * Sergio Santos <> - message paging code suggestion
14 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.
16 == External Dependencies
17 * Ruby 1.8 (tested with 1.8.5)
18 * RSpec gem 1.0.0+ (tested with 1.0.4)
19 * JSON gem 0.4.3+ (tested with versions: 0.4.3, and 0.1.1)
20 * jcode (for unicode support)
23 Twitter4R starting with version 0.1.1 and above is organized into seven parts:
24 * {Configuration API}[link:files/examples/configure_rb.html]
25 * {Friendship API}[link:files/examples/friendship_rb.html]
26 * {Messaging API}[link:files/examples/messaging_rb.html]
27 * {Model API}[link:files/examples/model_rb.html]
28 * {Status API}[link:files/examples/status_rb.html]
29 * {Timeline API}[link:files/examples/timeline_rb.html]
30 * {User API}[link:files/examples/user_rb.html]