How to download all of your twitters into Excel
I'm scheming to make Twitter more productively personally useful, and as a part of that I'm finding a need to pull my archive of past twitters out into a format that's easy to parse with the tools that I have at my disposal.
A goal, then, is to write a command that generates a file which can be imported into a spreadsheet so that all of my spreadsheet-fu can be applied to it. (There isn't much spreadsheet-fu, but what there is is very handy; I'm particularly fond of interactively sorting through tables, and I long to be proficient in pivot tables.) The easiest way to write such a thing is to describe it enough detail that someone might have written it already, and then you can just use what they did.
The Google search terms would be
twitter (import OR export) (excel OR csv)
and I get 1.9 m documents, none of which are an exact hit, though there was a useful one about importing your Twitter contact list into Dopplr.
The del.icio.us tag looks like
http://del.icio.us/tag/twitter+export
but it doesn't get me what I want either, though I did discover that "social network" in German is Freundesnetzwerk.
Think a little bit, search for
Twitter API
and a few clicks later I'm at the Twitter Fan Wiki . That led me towards twitish, a Perl based shell for twitter. There's also python-twitter, a Python wrapper for the API.
that's fine but what I really just want is not to write code. Posting this as a draft, pls comment if you find it, otherwise I'll look again when next the urge hits.



Recent Comments