Update your twitter with your current geolocation, from terminal
I was playing with a python wrapper around the Twitter API and made a simple class that would update twitter status with the geolocation derived from your IP address. The limitation begin proxies and a limited 70 chars status, yes there are few command like whereami but this is for the fun of it. When we travel here and there we can update our location with latitude and longitude, yes indeed even that can be made via a web browser, this for people who love there terminal more than anything.
The code is self explanatory with sensible comments where ever necessary, it uses urllib2 and python-twitter, which you must down from get python-twitter and install.
The below is the code that need to be edited, to indeed add the username and password of your twitter account.