A little over a month ago, I posted here saying that I would develop a pyGTK client for twitter. A few days ago, I got a few questions regarding it and I though I would post here about it.
I have not abandoned Tweety. It is in a somewhat stable state and in fact it’s almost done. The only problem I am having with it is that it tends to freeze when doing anything oauth related. I believe this is a problem with the oauth module I am using. I have tried other modules but it seems that all of them forked from one module so no luck :-\ And I do not have the time to sit and understand oauth and design a module for it. ANd even if I did, I have no doubt it would end up like the rest.
Since I said I would develop Tweety in Python using GTK, I will stick by that but you will have to deal with the freezing and shit. So far only a few functions are ready and others will take time (since I have college) so I will try to launch Tweety as soon as I can.
Also suggestions or anything is welcome. If you want to beta test Tweety before I launch it then comment here and I’ll give you a shout out when it’s time.
Edit: I have been experimenting with C again and I discovered that the threading abilities it has are much better than in Python so I will also develop a C version of Tweety. Once its launched, I will decide which version to continue developing (which I feel will be C). I really love Python but sometimes, C just kicks it’s ass.
Edit 2: Tweety will not be released to the public for several reasons, the biggest one of which is the changes made to the twitter ecosystem guidelines. If you are still interested, I will be more than happy to provide you with a working copy of the current code.