Ollie
{ MODERATOR }
posts: 8
last: 26-Mar-2008
TITLE: Updates twitter
DESCRIPTION: Updates your twitter status using kdialog. Probably can be modified for automated scripts
Submitted: 26-Mar-2008 01:25:03 ( 40w 6d 3h ago ) Language: BASH (*.sh)
Views: 319 Lines of Code: 10 LINES
Rating:
rate: star1
star2
star3
star4
star5
dstar1
dstar2
dstar3
dstar4
dstar5  ( rated! )
  { 0.00 / 5 }
Difficulty: Beginner
Bookmark
/* Author: 
   Date: 26-03-2008
   Filename: twitter.sh
   Description: Updates your twitter status using kdialog. Probably can be modified for automated scripts
*/


// CODE  
#!/bin/bash
curl -u <username>:<password> -s -F status="`kdialog --inputbox 'What are you doing?'`" http://twitter.com/statuses/update.xml