public
Description: A Twitter client written in MacRuby using MGTwitterEngine
Homepage:
Clone URL: git://github.com/ashtom/macruby_twitter_mg.git
ashtom (author)
Fri May 29 13:55:49 -0700 2009
commit  8203669084a7b145a09f6010ea56fbacebfa688a
tree    43380953749a8661e648a6fd198a6a60629209cd
parent  0c85502a5dbf99ff76c77edb70b7d51f19433fed
name age message
file .gitattributes Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file .gitignore Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file COPYING Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
directory Classes/ Fri May 29 13:55:49 -0700 2009 Set the timeline as an attr_accessor. [ashtom]
directory English.lproj/ Fri May 29 12:04:31 -0700 2009 Set action of password field to method refresh.... [ashtom]
file Info.plist Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
directory MacRubyTwitterMG.xcodeproj/ Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file README.rdoc Mon May 25 11:30:43 -0700 2009 Minor change to README.rdoc. [ashtom]
directory Vendor/ Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file main.m Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
file rb_main.rb Mon May 25 11:29:07 -0700 2009 Initial revision. [ashtom]
README.rdoc

What’s MacRubyTwitterMG

MacRubyTwitterMG is a Twitter client written in MacRuby and using MGTwitterEngine. The idea and development is described in a blog post: "Using MGTwitterEngine with MacRuby (or How to Build a Twitter Client with 37 Lines of Code)" - www.comprovisation.com/blog/mgtwitterengine_with_macruby

Installation

You need to install the following tools:

  1. Xcode, see developer.apple.com/documentation/Xcode/Conceptual/XcodeCoexistence/Contents/Resources/en.lproj/
  2. MacRuby 0.4 or higher, see www.macruby.org/source.html

Then clone the git repository of MacRubyTwitterMG

  $ git clone git://github.com/ashtom/macruby_twitter_mg.git

and open the file MacRubyTwitterMG.xcodeproj in Xcode. Click "Build and Go" and the app should build without errors and launch afterwards.

Copying

See the file COPYING.

The Author

Feel free to send comments and bug reports to the author

or file a new issue in the GitHub Issue Tracker: