On line 53 I want to print the screen name for the current tweet being interrogated. However I cant seem to extract just the screen name of the person doing the tweet. The closest I've got to it is element.getUser(); which has the screen name inside it but I dont know how to specify that I only want the screenName and not the other stuff..
I have this piece of code
http://pastebin.com/ZNmKTuAu which downloads the latest tweets sent as @mentions to a twitter account.
On line 7 it places the results into a list, I would like to search this list for Regular Expressions, specifically mentions of colour, and then send that down the serial port.
I need help knowing how best to access that list and search each entry though as I've not used them before.