Learn to Write Your Own Twitter Client in Python
July 10, 2009 by Clair Ching
Filed under How To
Akkana Peck has an awesome guide to writing your own Twitter client in Python. The timing of this article is perfect because I’m now using Empathy and I currently don’t know of any plugins to let me follow and post to Twitter.
What do you need?
python-twitter (source:http://code.google.com/p/python-twitter/)
SimpleJSON (source: http://cheeseshop.python.org/pypi/simplejson)
Tkinter or python-tk
Akkana Peck’s guide teaches you what to write, line by line. Hers might be a simple Twitter client but it’s functional. Her guide teaches you what packages are needed, what the commands are for, and which variables are customizable. The guide also notes which lines of code …read more






