Twitter Kdialog script

Chat & Messenging

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

1
Become a Fan
5.0

Available as/for:
Description:
Quickly add a 'what are you doing' line to twitter from within KDE.

INSTALL:
Save the script to a directory in your PATH (run 'echo $PATH' to find the places in your path).
Edit the script and replace {username} and {password} with your twitter credentials.
Run this script from anywhere within KDE. Easiest is to rightclick on your desktop and choose "New » Shortcut to application", and then point it to the twitter.sh script.

REQUIREMENTS
Kdialog
curl

Ratings & Comments

2 Comments

SputnikRock

To allow crossposting to other micro-blogging services that also use a similar API like Twitter, one could try to use the script like this: ---- #!/bin/bash message=`kdialog --inputbox 'What are you doing right now?'` curl -u Twitter_USERNAME:PASSWORD -s -F status="$message" http://twitter.com/statuses/update.xml http://twitter.com/account/end_session curl -u Identi.ca_USERNAME:PASSWORD -s -F status="$message" http://identi.ca/api/statuses/update.xml http://identi.ca/account/end_session ---- This script sends the same message to two services. In this case it is Twitter - and the open source alternative http://identi.ca as well. identi.ca is based on the Laconica software ( http://laconi.ca/ ) - and this script will similar work with every service that runs Laconica. Have fun! P.S. The most missing feature for me is a sign that the limit of letters (140 signs) has been reached... Everything else works very well just with kdialog and curl!

Chi0

Hey their I love the Idea of this script but i can't get it to work. Does this look right to you? Quote:

#!/bin/bash curl -u {email@email.com}:{passwrod} -s -F status="`kdialog --inputbox 'What are you doing?'`" http://twitter.com/statuses/update.xml
You can check my Twitter account here :) http://twitter.com/TerranceKennedy Ps:I do have Curl installed

Pling
0 Affiliates
Details
license
version 0.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Chat & Messenging:

Akeni LAN Messenger
akeni
last update date: 20 years ago

Score 5.0

Akeni Secure Instant Messaging - Expert
akeni
last update date: 20 years ago

Score 5.0

Akeni Enterprise Instant Messaging LDAP
akeni
last update date: 20 years ago

Score 5.0

Akeni Instant Messaging IM - Pro
akeni
last update date: 20 years ago

Score 5.0

Kit
Neil
last update date: 21 years ago

Score 5.0

Light Hawk
Neil
last update date: 21 years ago

Score 5.0



System Tags