04
Jun
A simple Python script to archive Twitter searches.
Using the twython library, I’ve written this excruciatingly simple script to archive the results of any twitter search. It just pickles the search results and writes them to a file with the current date & time. I’ve put this in my crontab and run it on a regular interval, and I’ll do the post-processing later. [...]
Continue Reading →