Shiv Kumar Ganesh
Shiv Kumar Ganesh

Reputation: 3825

Twitter Stream API to Collect Tweets

I want to collect tweets with some specific information. Consider hash tags. I want to collect some specific hash tag. The tweets are 15 days old and even today there are fresh tweets regarding it. I was wondering if there is any API with the example so as to do this process. I would like to collect the tweets in Json format and then process it to store to the db.

Upvotes: 0

Views: 703

Answers (1)

74H1R
74H1R

Reputation: 3514

You can try Search API of Twitter.

http://search.twitter.com/search.json?q=%23Twitter

Where #Twitter hashtag is encoded in URL.

I asked a similar question, this would be helpful for you. Whether to choose Search or Streaming API of Twitter for public geo-tweets?

Upvotes: 1

Related Questions