Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am going to write an small application which requires twitter data. Can some one give me a good data source for twitter data. It would be great if data is large as the application is going to run a data mining algorithm.

share|improve this question

5 Answers

Why not use the APIs from Twitter? You can build a data set with the Streaming API or just iterate through a dictionary and use the Search API

share|improve this answer
Dont you think it will take some effort. As its a small application It would be great if I have to just spend my efforts of developing application and not getting data. But yes if there is no data available and dont have any other option then your idea would work. – Tejas Nov 23 '10 at 1:29

You can get a twitter dataset from http://dmml.asu.edu/datasets/

share|improve this answer
Seems the site is password protected now. – ayman Mar 28 '12 at 1:54

You should use the Twitter Streaming API Sample resource to collect data from Twitter. The Search API is not intended for automated search.

share|improve this answer

You could try jetwick.com (open source)

At the moment we have 10 mio tweets per week, but you can improve that with more servers ;)

share|improve this answer

This short tutorial shows how to get and filter data using Twitter API. You set language, keyword and other parameters.

If you need to integrate a simple widget in your web pages you can get JavaScript source at twitter web site.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.