Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1019 Bytes

README.markdown

File metadata and controls

23 lines (15 loc) · 1019 Bytes

twitter.rb

Installation

  1. git clone git://github.com/jjb/twitter.rb.git
  2. Edit the script and replace my usernamne (johnjoseph) with yours.
  3. `ln -s twitter.rb/twitter ~/bin/twitter``

or just copy this script from this webpage and paste it into a text editor and save it as ~/bin/twitter (and chmod it 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!