[twitter-dev] Re: Twitter trends

2011-07-11 Thread Mohit T
You will have to break it down further. Sorry I am new to this area and my programming is not strong. Essentially I want a word count per minute of a keyword which is in a tweet I enter for the last 1 year. Can this be done? On Jul 11, 2:01 pm, Tom van der Woerdt i...@tvdw.eu wrote: Open a

Re: [twitter-dev] Re: Twitter trends

2011-07-11 Thread Tom van der Woerdt
Yes, but you will have to do that by getting all the tweets and doing a count on them. The best way to get all these tweets is to use the streaming api (which will simply send all these tweets to you). I'm afraid I cannot reach dev.twitter.com atm - look for Streaming or filter.json. Tom

[twitter-dev] Re: Twitter trends

2011-07-11 Thread antiphobe
http://dev.twitter.com/pages/streaming_api_methods#track Does exactly what you're looking for. There are various libraries you can use to access and store the streaming tweets, just search for example code. On Jul 11, 10:11 am, Tom van der Woerdt i...@tvdw.eu wrote: Yes, but you will have to

Re: [twitter-dev] Re: Twitter trends

2011-07-11 Thread Tom van der Woerdt
No, the search API only goes a few (2-3) days back. Maybe some company has kept track of that information over the past years, but you can't do it with the tools Twitter gives you. Tom On 7/11/11 5:47 PM, Mohit T wrote: Say if I do not want streaming but I want historical tweets since

[twitter-dev] Re: Twitter trends

2011-07-11 Thread Mohit T
Ok if I cannot do it with tools twitter gives me, maybe you know any such companies like you mentioned? It would be a great help. On Jul 11, 4:49 pm, Tom van der Woerdt i...@tvdw.eu wrote: No, the search API only goes a few (2-3) days back. Maybe some company has kept track of that

Re: [twitter-dev] Re: Twitter trends

2011-07-11 Thread Tom van der Woerdt
I do not. Tom On 7/11/11 5:57 PM, Mohit T wrote: Ok if I cannot do it with tools twitter gives me, maybe you know any such companies like you mentioned? It would be a great help. On Jul 11, 4:49 pm, Tom van der Woerdti...@tvdw.eu wrote: No, the search API only goes a few (2-3) days back.

[twitter-dev] Re: Twitter trends

2011-07-11 Thread Mohit T
Say if I do not want streaming but I want historical tweets since creation of twitter? Is this possible? On Jul 11, 2:11 pm, Tom van der Woerdt i...@tvdw.eu wrote: Yes, but you will have to do that by getting all the tweets and doing a count on them. The best way to get all these tweets is to