Writing a Twitter search text file
I've successfully written a Twitter search to a text file. I used Robotgrrl's Simple Processing Twitter code to conduct the search. After trying a couple things I discovered that the code for writing an array of strings to a text file is very simple. It's just saveStrings("tweets.txt", theSearchTweets). The search was for @murrayc (my twitter user name) and you can download it here: tweets.txt. I also added a for loop to add numbers to the tweets. I tried to gather 25, but only 16 came through with values. This must be a limitation of the search I'm conducting (time limits going back from Twitter?). I haven't put the live sketch here because it includes an authorization key for my personal twitter account.