I would like to modify the code found here http://arduino.cc/en/Tutorial/Twitter-controlledMoodLamp to turn on a device connected to a Power Switch like this Information.com People Search | Free People Finder & White Pages - Locate Anyone every time anyone post in twitter either a keyword with a hashtag or an mention to a specific user.
I understand most of the code in the example with the exception of the code inside the void loop(), can anyone point me in the right direction of other example that can help me to accomplish this? Thanks,
I understand most of the code in the example with the exception of the code inside the void loop()
Add some Serial.print() statements to see what is being sent to the client (twatter). If you don't understand the GET command, changing it is going to be a challenge.