Add to Technorati Favorites

Python code for retrieving all your tweets

Wednesday, June 24th, 2009 Posted under python, twitter. | 13 Comments »

Here's a little Python code to pull back all a user's Twitter tweets. Make sure you read the notes at bottom in case you want to use it. import sys, twitter, ... Read more..