Starting a little project and I was wondering what would be the most effective way to start this idea. I want to run a processing sketch on an iPad (hosted on a webpage) what would be the easiest way to go about to do this? On this sketch I want to conduct a twitter search. Any libraries/tutorials that anyone can think of to direct me in the right direction? Help would be greatly appreciated?
I am currently working on my 4th year Thesis and I am using Twitter's api and Processing(
http://processing.org/) for creating an interactive-data visualization installation. With this, I am searching certain terms and finding out which word(s) is most popular. However, I've been reading the Twitter developers forum and have come across an issue with the "rate-limit" cap at 150 searches/hour. I was wondering if their is a way to by-pass this cap? I was looking into OAuth, however, the searches conducted will not be made through a user account, the searches are looking at Twitter's most resent results. Would OAuth still be an option? Any and all suggestions would be
GREATLY APPRECIATED!!