Twidge is a terminal client for microblogging sites such as Twitter and identi.ca.
Twidge is a full command-line client. It is designed to be useful when you’re sitting at a shell prompt. It produces output in well-formed and easily-parsed ways, and has various features for working with piped data.
There are other command line tools for twitter which are also available, but most of them are not updated for the changes in twitter security settings.
Here is how you can install and configure Twidge,
Twidge is available in the oneiric apt repositories, so if you are using Ubuntu 11.10 you just need to install Twidge using the install command.
But if you are using any other version of Ubuntu, you need to manually add the repositories for Twidge.
- $ sudo apt-get install twidge
Append the following line at the end of the text,
- $ sudo gedit /etc/apt/sources.list
deb http://ftp.de.debian.org/debian squeeze mainSave this repository to your sources.list to be able to download Twidge. In order to install from the command line, run:
Twidge Setup:
- $ sudo apt-get update
- $ sudo apt-get install twidge
Issue the following command in the terminal
Twidge Setup will generate a URL for the authentication (see the below image), copy the URL and paste it into your browser, it will ask you to login with your login credentials, just login and it will generate an authentication code.
- $ twidge setup
Enter the authentication code in the terminal, and you are done and ready tweet the geek way :)
Some useful Twidge commands:
For the detailed description for the twidge commands look inside Twidge man pages.
Or, you use lscommand to see the full list of commands at glance,
- $ man twidge
Here are some quick commands for day to day usage,
- $ twidge lscommands
Status update:
And then typing your 140 character update,
- $ twidge update
Check your @replies:
Check most recent updates:
- $ twidge lsreplies
- $ twidge lsrecent
Lets tweet the geek style :)
0 comments:
Post a Comment