I found a project that uses a magnetic door sensor to post twitter responses when the door is opened and closed. Instructables Tutorial Here
Also, I have a piece of code that utilizes the serial monitor option and displays light levels to it. It's below. I was hoping I could modify the processing 2 code so that while watching the serial port, if any value changes, it will post a tweet.
My problem is that Processing 2 doesn't let me import Twitter4j (Link to that)
I have tried placing the Twitter4j folder in almost every folder there is for Processing and it won't give me the option to import the library into the program. I must be doing somthing wrong and it's so irritating.
PLUS I haven't touched any of the code so if you can point me in the right direction, I should be able to figure it out. Script kiddy over here.
HALP