Skip to content
forked from jjb/twitter.rb

A command-line twitter client.

Notifications You must be signed in to change notification settings

trel/twitter.rb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

twitter.rb

Installation

  1. git clone git://github.com/jjb/twitter.rb.git
  2. Edit the script to use your username.
  3. `ln -s twitter.rb/twitter ~/bin/twitter``

or

  1. Copy the script from the webpage and paste it into a text editor and save it as ~/bin/twitter (and chmod to 755)

Usage

$ twitter 'I am tweating from the command line!'

Keychain will ask you for permission for the script to access your twitter password. Click "Allow" or "Always Allow".

Problem: http://apiwiki.twitter.com/ tells me that basic authentication is being discontinued June 2010 (this month!). I've done twitter oauth authentication, but how does the typical Twitter password-requesting desktop app authenticate? I guess they all got xAuth permission? See lower right here.

It somehow seems unlikely that ALL desktop apps do this, since it's described as "least desirable".

If anyone knows, let me know. Thanks!

About

A command-line twitter client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published