Skip to content

Instantly share code, notes, and snippets.

Created December 20, 2012 07:39
Show Gist options
  • Save anonymous/4343579 to your computer and use it in GitHub Desktop.
Save anonymous/4343579 to your computer and use it in GitHub Desktop.
twitter download files
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 9 columns, instead of 8. in line 1.
"tweet_id","in_reply_to_status_id","in_reply_to_user_id","retweeted_status_id","retweeted_status_user_id","timestamp","source","text","expanded_urls"
"86448894229217280","","","","","2011-06-30 14:59:57 +0000","<a href=""http://sites.google.com/site/yorufukurou/"" rel=""nofollow"">YoruFukurou</a>","???????"
"86445444418379776","","","86445312020975616","10177512","2011-06-30 14:46:14 +0000","<a href=""http://sites.google.com/site/yorufukurou/"" rel=""nofollow"">YoruFukurou</a>","RT @abolabo: ?6???DJ?????????????DJ?????? ?????? http://lockerz.com/s/115613217"
.
.
.
Grailbird.data.tweets_2011_06 =
[ {
"source" : "<a href=\"http://sites.google.com/site/yorufukurou/\" rel=\"nofollow\">YoruFukurou</a>",
"entities" : {
"user_mentions" : [ ],
"media" : [ ],
"hashtags" : [ ],
"urls" : [ ]
},
"geo" : {
},
"id_str" : "86448894229217280",
"text" : "さて、いよいよ",
"id" : 86448894229217280,
"created_at" : "Thu Jun 30 14:59:57 +0000 2011",
"user" : {
"name" : "♡首シメられられ丸じぐそうくん♡",
"screen_name" : "neo6120",
"protected" : false,
"id_str" : "14654253",
"profile_image_url_https" : "https://si0.twimg.com/profile_images/2325262606/2n5nfiho05o28m4h59pe_normal.png",
"id" : 14654253,
"verified" : false
}
}, {
"source" : "<a href=\"http://sites.google.com/site/yorufukurou/\" rel=\"nofollow\">YoruFukurou</a>",
"entities" : {
"user_mentions" : [ {
"name" : "KAZUHIRO ABO",
"screen_name" : "abolabo",
"indices" : [ 3, 11 ],
"id_str" : "10177512",
"id" : 10177512
} ],
"media" : [ ],
"hashtags" : [ ],
"urls" : [ ]
},
"geo" : {
},
"id_str" : "86445444418379776",
"text" : "RT @abolabo: 小6女子にDJガンバレ!って言われたからDJ頑張ります! 素敵でしょ? http://lockerz.com/s/115613217",
"retweeted_status" : {
"source" : "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
"entities" : {
"user_mentions" : [ ],
"media" : [ ],
"hashtags" : [ ],
"urls" : [ ]
},
"geo" : {
},
"id_str" : "86445312020975616",
"text" : "小6女子にDJガンバレ!って言われたからDJ頑張ります! 素敵でしょ? http://lockerz.com/s/115613217",
"id" : 86445312020975616,
"created_at" : "Thu Jun 30 14:45:43 +0000 2011",
"user" : {
"name" : "KAZUHIRO ABO",
"screen_name" : "abolabo",
"protected" : false,
"id_str" : "10177512",
"profile_image_url_https" : "https://si0.twimg.com/profile_images/2364362839/qlcplmepsum9yot93e2g_normal.jpeg",
"id" : 10177512,
"verified" : false
}
},
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment