views:

204

answers:

2

I am looking for twitter or other social networking sites dataset for my project. I currently have the CAW 2.0 twitter dataset but it only contains tweets of users. I want a data that shows the number of friends, follower and such.

It does not have to be twitter but I would prefer twitter or facebook. I already tried infochimps but apparently the file is not downloadable anymore for twitter.

Can someone give me good websites for finding this kind of dataset. I am going to feed the dataset to hadoop.

+2  A: 

100 million pages were extracted from facebook : http://it.slashdot.org/story/10/07/28/1350222/100-Million-Facebook-Pages-Leaked-On-Torrent-Site?art_pos=6

I don't know what they contain, but you could have a look, it seems it's easy to find on torrents sites.

You could also use the facebook API, but if you want a dataset big enough, you would have to ask facebook the rights to access it. It contains links to friends, likes, groups, ...

Scharron
There's also a Twitter API by the way.
Guillaume Lebourgeois
yea I saw this. thanks though
denniss
weird how i didnt win the bounty
Akshay Bhat
+3  A: 

Try the following three datasets:

Contains around 97 milllion tweets:

http://demeter.inf.ed.ac.uk/index.php?option=com_content&view=article&id=2:test-post-for-twitter&catid=1:twitter&Itemid=2

Contains user graph of 47 million users:

http://an.kaist.ac.kr/traces/WWW2010.html

Following dataset contains network as well as tweets, however the data was collected by snowball sampling or something hence the friends network is not uniform. It has around 10 million tweets you can mail the researcher for even more data.

http://www.public.asu.edu/~mdechoud/datasets.html

Though have a look at the license the data is distributed under.

Hope this helps, Also can you tell me what kind of work are planning with this dataset? I have few hadoop / pig scripts to use with dataset

Akshay Bhat
not sure, but i will use it for my machine learning class.
denniss