Slide 14
Slide 14 text
Some input data – tweets captured during NBA finals
{
"id": 348115421360164864,
"text": "RT @NBA: The Best of the 2013 #NBAFinals set to 'Radioactive' by Imagine Dragons! http://t.co/EA198meYpC",
"createdAt": 1371832158000,
"fromUser": "I_Nikki_I",
...
"retweetedStatus": {
"id": 348111916452950016,
"text": "The Best of the 2013 #NBAFinals set to 'Radioactive' by Imagine Dragons! http://t.co/EA198meYpC",
"createdAt": 1371831323000,
"fromUser": "NBA",
...
},
...
"entities": {
"hashTags": [{
"text": "NBAFinals",
"indices": [30, 40]
}]
},
"retweet": true
}
Book: 21 Recipes for Mining Twitter, Matthew A. Russell http://shop.oreilly.com/product/0636920018261.do
The data file has the entire JSON
document for each tweet on a single line