twitter - How can I obtain a sampling of all tweets from a specific time period? -


I want to collect samples of all the tweets for the past year. Being able to request tweets from a specific date will be great, but whatever I can get will be taken.

I do not want to find tweets from a specific user or have a specific word, just one sample all the Tweets claim that a query is optional, but if I try to query empty

  http://search.twitter.com/search.atom   

Contrary to giving a search term,

 < Code> http://search.twitter.com/search.atom?q=twitter   

is the response

    

If the API does not actually provide any functionality for this type of query, how can I hack around it? May be almost sequential from the tweet ID to date and can I use this information in some way to catch the tilt centered around the tweet ID, whose date I know?

You are referring to obsolete documents. If you read, you will know that a query is required.

You should also know that the Search API provides results back only about two weeks. You may be able to find historical data from sites as soon as possible.

Comments