A friend asked me yesterday if I could snap together a script to build a local database of tweets using the twitter search API. This is what I came up with. The script takes one argument – the term to search on – and creates a sqlite3 database in the current directory containing all the [...]