|
Here's my first ever tweet. There's a separate JS file for every month of tweets. The JSON object itself is named according to the month. Grailbird.data.tweets_2006_12 =
[{
"source" : "web",
"entities" : {
"user_mentions" : [ ],
"media" : [ ],
"hashtags" : [ ],
"urls" : [ ]
},
"geo" : {
},
"id_str" : "547413",
"text" : "counting down the seconds until 5",
"id" : 547413,
"created_at" : "Sat Dec 02 00:57:17 +0000 2006",
"user" : {
"name" : "Jim Ray",
"screen_name" : "jimray",
"protected" : false,
"id_str" : "35623",
"profile_image_url_https" : "https://si0.twimg.com/profile_images/1234214846/avatar_normal.jpg,
"id" : 35623,
"verified" : false
} ]
The CSV data is much more basic 547413,2006-12-02 00:57:17 +0000,counting down the seconds until 5,
|