Hello World!

Hey there! Thanks for visiting my site. For those who don’t know, I am Joe Jacobs (more about me here). This site is where I write about my projects, random thoughts and stuff that I find interesting.  Thanks for visiting!

pyTwit

Posted by Joe Jacobs | Posted in Software, Updates | Posted on 18-11-20082008-11-18T01:07:27Zd-m-Y

0

I’ve decided to call my Twitter app pyTwit. I’ve searched the Twitter Fan Wiki list of apps and there doesn’t seem to be a pyTwit yet so I’ve decided to claim the name (hey it rhymes!)

Anyways, I did a version 0.1.1 which was basically adding the functionality for posting tweets but I’ve also added many more features (like displaying multiple timelines and a command system for using the different features) and redesigned the code structure so I’ve decided to call this one version 0.2

You can check it out here. I’ve also included a compiled Windows executable in the archive for those who are unfortunate enough to be running using Microsuck Windows…me included :(

My own Twitter app

Posted by Joe Jacobs | Posted in Software, Updates | Posted on 17-11-20082008-11-16T23:49:21Zd-m-Y

0

OK I know we really don’t need yet another Twitter app but I’m doing this to practice programming in python. This is version 0.1 so I’ll definately add more stuff as I go along.

I’m using the XML feed from the Twitter REST API. I know there are modules to process the XML feed (like minidom and sax) but I decided to write my own method for processing the feed for educational purposes. My method won’t work with any feed (yet) but it’ll work fine for the Twitter feed.

At the moment, the app will only get your friends timeline and display it for you. I’ll add more functionality later this week if I have the time. In the mean time please try it out. All comments/criticism/suggestions/feedback are welcomed.

twitter.py

Advertise Here