TweeGTK is a lightweight twitter client for the GNOME desktop environment that supports authentication using OAuth.
Please help me in the development of this application. In the future, this app is expected to get the following features:
* URL Shortening (is.gd and bit.ly)
* Twitpic support
* Tray Notification support
* Twitter profile viewing, following and unfollowing
* New Retweet support
Right now, the app is very very far away from its goals.
Usage:
This app runs directly. To run it, type the following command in the command line:
./tweegtk.py
in the directory where this file is located.
This app requires Tweepy python module to be installed. Unfortunately, it isnt in the repositories. To install it from source, go to:
http://github.com/joshthecoder/tweepy
and download the source.
To install it, type:
sudo python setup.py install
in the command-line.
Product's homepage
Requirements:
· gtk+
· tweepy