-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_tweets_file_to_parse.js
39 lines (39 loc) · 1.22 KB
/
sample_tweets_file_to_parse.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
window.YTD.tweet.part0 = [{
"retweeted": false,
"source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>",
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"display_text_range": ["0", "58"],
"favorite_count": "0",
"id_str": "1039848778742681601",
"truncated": false,
"retweet_count": "0",
"id": "1039848778742681601",
"created_at": "Wed Sep 12 12:10:42 +0000 2018",
"favorited": false,
"full_text": "sudoつけないとshutdownもrebootもcommand not foundに見えるんかい! なんじゃそりゃ",
"lang": "ja"
}, {
"retweeted": false,
"source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>",
"entities": {
"hashtags": [],
"symbols": [],
"user_mentions": [],
"urls": []
},
"display_text_range": ["0", "4"],
"favorite_count": "0",
"id_str": "1039845159553265664",
"truncated": false,
"retweet_count": "0",
"id": "1039845159553265664",
"created_at": "Wed Sep 12 11:56:20 +0000 2018",
"favorited": false,
"full_text": "なんなん",
"lang": "ja"
}]