Jun
21
Python code for retrieving all your tweets
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, operator
from dateutil.…
from dateutil.…