lets say i need to know how much people are search “something” per minute.
example 123 people is tweeting "something" per minute
is there a way doing this?
Thank you for looking in
Adam Ramadhan
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best bet will be to use Twitters streaming API. I’ve made a simple PHP wrapper around it (tweetstream, requires PHP 5.3). It’s absolutely not finished but it should give you some ideas.
Using the Streaming API let’s you track tweets containing defined keywords. Just insert those tweets into a database along with the posted time. From there it’s trivial to do your calculations.
Example usage: