public
Description: Readtome is an open-source platform for using Twitter to read books, articles, and other publications to its followers. Readtome is part of the Twitterart project, an open-source project for utilizing Twitter and other social media for new media art and educational purposes.
Homepage: http://www.twitterart.com
Clone URL: git://github.com/gleuch/twitterart-readtome.git
name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory app/
directory autotest/
directory config/
directory doc/
directory merb/
directory public/
directory spec/
directory tasks/
README
                    _ _                       
 _ __ ___  __ _  __| | |_ ___  _ __ ___   ___ 
| '__/ _ \/ _` |/ _` | __/ _ \| '_ ` _ \ / _ \
| | |  __/ (_| | (_| | || (_) | | | | | |  __/
|_|  \___|\__,_|\__,_|\__\___/|_| |_| |_|\___|


################################################################################################

Readtome is an open-source platform for using Twitter to read books, articles, and other
publications to its followers. Readtome is part of the TwitterArt project, an open-source 
project for utilizing Twitter and other social media for new media art and educational purposes.

################################################################################################

Created by Greg Leuch <http://www.halvfet.com>, under Creative Commons license BY-NC-SA 3.0.




Installation & Configuration

################################################################################################

To install, you must use the Twitter Ruby gem (twitter.rubyforge.org).

  1. Install gem:
    $   sudo gem install twitter -v 0.4.0
    $   twitter install

  2. Rename config/init-sample.rb to config/init.rb.
  
  3. Setup your Twitter user information by updating the TWITTER_NAMES collection with the 
     username and the password.

  4. Start your app.