public
Description: TwittyConsole is a console based client for Twitter
Homepage:
Clone URL: git://github.com/takai/twitty-console.git
name age message
file LICENSE.txt Loading commit data...
file README.rdoc
directory bin/
directory lib/
file twitty-console.gemspec
README.rdoc

TwittyConsole

TwittyConsole is a console based client for Twitter.

Install

  $ sudo gem install takai-twitty-console --source http://gems.github.com

Setup

To set up twitty-console, put your .twitty-console file in the home directory.

Here is the .twitty-console file’s example:

$HOME/.twitty-console

example:

  twitter:
    user: username
    password: password
  proxy:
    host: proxy-server.com
    port: 8080
    user: proxy-username
    password: proxy-password