Coder Social home page Coder Social logo

Comments (1)

nelsonic avatar nelsonic commented on August 22, 2024

Sample search:

curl 127.0.0.1:9200/_all/tweet/_search?q=text:amazing

Output:

{
   "took":152,
   "timed_out":false,
   "_shards":{
      "total":5,
      "successful":5,
      "failed":0
   },
   "hits":{
      "total":1453,
      "max_score":0.6483474,
      "hits":[
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559464101362278400",
            "_score":0.6483474,
            "_source":{
               "created_at":"Sun Jan 25 21:33:30 +0000 2015",
               "id_str":"559464101362278400",
               "text":"Amazing Amy🔥🔥🔥",
               "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
               "truncated":false,
               "user":{
                  "id":756467983,
                  "id_str":"756467983",
                  "name":"Nickyc_LF3✈️",
                  "screen_name":"NickyCannone",
                  "location":"724 FarrellRaised YNS Movement",
                  "url":null,
                  "description":"Just wanna be successful! Hard work & Dedication! DreamChaser! Philippians 4:13 R.I.P. Papa Grassy~R.I.P. LF3 Been doubted my whole life! Imma make it #Blessed",
                  "protected":false,
                  "verified":false,
                  "followers_count":806,
                  "friends_count":677,
                  "listed_count":0,
                  "favourites_count":5032,
                  "statuses_count":16959,
                  "created_at":"Tue Aug 14 04:34:36 +0000 2012",
                  "utc_offset":null,
                  "time_zone":null,
                  "geo_enabled":true,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"C0DEED",
                  "profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_tile":false,
                  "profile_link_color":"0084B4",
                  "profile_sidebar_border_color":"C0DEED",
                  "profile_sidebar_fill_color":"DDEEF6",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/554632863275302912/KdbahESz_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/554632863275302912/KdbahESz_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/756467983/1421069775",
                  "default_profile":true,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "geo":{
                  "type":"Point",
                  "coordinates":[
                     41.217521,
                     -80.440651
                  ]
               },
               "coordinates":{
                  "type":"Point",
                  "coordinates":[
                     -80.440651,
                     41.217521
                  ]
               },
               "place":{
                  "id":"008a6343d42a42f3",
                  "url":"https://api.twitter.com/1.1/geo/id/008a6343d42a42f3.json",
                  "place_type":"city",
                  "name":"Hermitage",
                  "full_name":"Hermitage, PA",
                  "country_code":"US",
                  "country":"United States",
                  "bounding_box":{
                     "type":"Polygon",
                     "coordinates":[
                        [
                           [
                              -80.519092,
                              41.1876847
                           ],
                           [
                              -80.519092,
                              41.279389
                           ],
                           [
                              -80.427557,
                              41.279389
                           ],
                           [
                              -80.427557,
                              41.1876847
                           ]
                        ]
                     ]
                  },
                  "attributes":{

                  }
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[

                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221610762"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559464174695514100",
            "_score":0.6483474,
            "_source":{
               "created_at":"Sun Jan 25 21:33:48 +0000 2015",
               "id_str":"559464174695514114",
               "text":"#lasttangoinhalifax amazing!!",
               "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
               "truncated":false,
               "user":{
                  "id":240442399,
                  "id_str":"240442399",
                  "name":"anna jones",
                  "screen_name":"mangobach",
                  "location":"Gogledd Cymru/North Wales",
                  "url":"http://www.facebook.com/#!/profile.php?id=538697222",
                  "description":"Cymraes,Anti Sisial Maela, caru natur, bod yn yr awyr agored , Trafeilio,ffrindia, Welsh,Aunty,love nature and anything outdoors!",
                  "protected":false,
                  "verified":false,
                  "followers_count":74,
                  "friends_count":66,
                  "listed_count":1,
                  "favourites_count":772,
                  "statuses_count":1703,
                  "created_at":"Wed Jan 19 23:14:37 +0000 2011",
                  "utc_offset":0,
                  "time_zone":"London",
                  "geo_enabled":false,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"C0DEED",
                  "profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_tile":false,
                  "profile_link_color":"0084B4",
                  "profile_sidebar_border_color":"C0DEED",
                  "profile_sidebar_fill_color":"DDEEF6",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/511075824259596288/MXkaB4eI_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/511075824259596288/MXkaB4eI_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/240442399/1387227939",
                  "default_profile":true,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[
                     {
                        "text":"lasttangoinhalifax",
                        "indices":[
                           0,
                           19
                        ]
                     }
                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[

                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221628246"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559464211923742700",
            "_score":0.6483474,
            "_source":{
               "created_at":"Sun Jan 25 21:33:57 +0000 2015",
               "id_str":"559464211923742720",
               "text":"Amazing Amy",
               "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
               "truncated":false,
               "user":{
                  "id":2361272528,
                  "id_str":"2361272528",
                  "name":"Chris",
                  "screen_name":"ChrisSanchez305",
                  "location":"Detroit, MI",
                  "url":"https://soundcloud.com/chrissanchez305/chris-sanchez-miami-nights",
                  "description":"| R I C H V I S I O N S | Instagram: chrissanchez305",
                  "protected":false,
                  "verified":false,
                  "followers_count":1395,
                  "friends_count":946,
                  "listed_count":0,
                  "favourites_count":1218,
                  "statuses_count":4506,
                  "created_at":"Tue Feb 25 15:40:42 +0000 2014",
                  "utc_offset":-18000,
                  "time_zone":"Eastern Time (US & Canada)",
                  "geo_enabled":true,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"C0DEED",
                  "profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_tile":false,
                  "profile_link_color":"B30000",
                  "profile_sidebar_border_color":"C0DEED",
                  "profile_sidebar_fill_color":"DDEEF6",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/555803558444949504/DScsc1N2_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/555803558444949504/DScsc1N2_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/2361272528/1420919461",
                  "default_profile":false,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[

                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221637122"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559463241722916860",
            "_score":0.6456289,
            "_source":{
               "created_at":"Sun Jan 25 21:30:05 +0000 2015",
               "id_str":"559463241722916867",
               "text":"amazing amy.",
               "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
               "truncated":false,
               "user":{
                  "id":549650957,
                  "id_str":"549650957",
                  "name":"Ellie Mae.",
                  "screen_name":"JaylaHarris3",
                  "location":"#VWC19 ",
                  "url":null,
                  "description":"it's never easy, but take God's hand and pray till night has passed, just trust, nor ask to understand, and peace will come at last.",
                  "protected":false,
                  "verified":false,
                  "followers_count":451,
                  "friends_count":383,
                  "listed_count":0,
                  "favourites_count":8035,
                  "statuses_count":40078,
                  "created_at":"Tue Apr 10 00:01:12 +0000 2012",
                  "utc_offset":null,
                  "time_zone":null,
                  "geo_enabled":true,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"131516",
                  "profile_background_image_url":"http://pbs.twimg.com/profile_background_images/535865213/ian_desmond.jpg",
                  "profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/535865213/ian_desmond.jpg",
                  "profile_background_tile":true,
                  "profile_link_color":"009999",
                  "profile_sidebar_border_color":"EEEEEE",
                  "profile_sidebar_fill_color":"EFEFEF",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/555478165607690240/r128SLxr_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/555478165607690240/r128SLxr_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/549650957/1416782715",
                  "default_profile":false,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[

                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221405808"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559464182274224100",
            "_score":0.6445667,
            "_source":{
               "created_at":"Sun Jan 25 21:33:50 +0000 2015",
               "id_str":"559464182274224128",
               "text":"@PatsHoppedUp amazing",
               "source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
               "truncated":false,
               "in_reply_to_status_id":559462763420856300,
               "in_reply_to_status_id_str":"559462763420856320",
               "in_reply_to_user_id":295819151,
               "in_reply_to_user_id_str":"295819151",
               "in_reply_to_screen_name":"PatsHoppedUp",
               "user":{
                  "id":238128770,
                  "id_str":"238128770",
                  "name":"Daniel Zennon",
                  "screen_name":"dzennon",
                  "location":"Bondi Junction, Sydney",
                  "url":null,
                  "description":"Mancunian living in Sydney, all views are mine and not someone elses, obviously\r\n\r\n#TeamFollowBack #UnlessYouUgly",
                  "protected":false,
                  "verified":false,
                  "followers_count":2012,
                  "friends_count":1547,
                  "listed_count":12,
                  "favourites_count":14848,
                  "statuses_count":12399,
                  "created_at":"Fri Jan 14 12:42:19 +0000 2011",
                  "utc_offset":null,
                  "time_zone":null,
                  "geo_enabled":true,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"C0DEED",
                  "profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_tile":false,
                  "profile_link_color":"0084B4",
                  "profile_sidebar_border_color":"C0DEED",
                  "profile_sidebar_fill_color":"DDEEF6",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/554784866957410306/sz0KS34J_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/554784866957410306/sz0KS34J_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/238128770/1421183677",
                  "default_profile":true,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[
                     {
                        "screen_name":"PatsHoppedUp",
                        "name":"Pat Mullin",
                        "id":295819151,
                        "id_str":"295819151",
                        "indices":[
                           0,
                           13
                        ]
                     }
                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221630053"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559464135579410400",
            "_score":0.6443647,
            "_source":{
               "created_at":"Sun Jan 25 21:33:38 +0000 2015",
               "id_str":"559464135579410432",
               "text":"@GaryBarlow Amazing!!!",
               "source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
               "truncated":false,
               "in_reply_to_status_id":559463977827442700,
               "in_reply_to_status_id_str":"559463977827442688",
               "in_reply_to_user_id":386654472,
               "in_reply_to_user_id_str":"386654472",
               "in_reply_to_screen_name":"GaryBarlow",
               "user":{
                  "id":166151626,
                  "id_str":"166151626",
                  "name":"debbie smith  (RR);)",
                  "screen_name":"debfurn",
                  "location":"sunderland england",
                  "url":null,
                  "description":null,
                  "protected":false,
                  "verified":false,
                  "followers_count":201,
                  "friends_count":491,
                  "listed_count":0,
                  "favourites_count":2320,
                  "statuses_count":6646,
                  "created_at":"Tue Jul 13 13:17:44 +0000 2010",
                  "utc_offset":null,
                  "time_zone":null,
                  "geo_enabled":true,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"642D8B",
                  "profile_background_image_url":"http://abs.twimg.com/images/themes/theme10/bg.gif",
                  "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme10/bg.gif",
                  "profile_background_tile":true,
                  "profile_link_color":"FF0000",
                  "profile_sidebar_border_color":"65B0DA",
                  "profile_sidebar_fill_color":"7AC3EE",
                  "profile_text_color":"3D1957",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/538454987408687105/1C3YhUvS_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/538454987408687105/1C3YhUvS_normal.jpeg",
                  "default_profile":false,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[
                     {
                        "screen_name":"GaryBarlow",
                        "name":"Gary Barlow",
                        "id":386654472,
                        "id_str":"386654472",
                        "indices":[
                           0,
                           11
                        ]
                     }
                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221618920"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559463479296671740",
            "_score":0.62705934,
            "_source":{
               "created_at":"Sun Jan 25 21:31:02 +0000 2015",
               "id_str":"559463479296671745",
               "text":"@SawyerHallBay amazing!!",
               "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
               "truncated":false,
               "in_reply_to_status_id":559188510956347400,
               "in_reply_to_status_id_str":"559188510956347395",
               "in_reply_to_user_id":329856656,
               "in_reply_to_user_id_str":"329856656",
               "in_reply_to_screen_name":"SawyerHallBay",
               "user":{
                  "id":439230581,
                  "id_str":"439230581",
                  "name":"zeke",
                  "screen_name":"swedstandfest",
                  "location":"",
                  "url":null,
                  "description":"Member of a high functioning  secret society the bayz get at me",
                  "protected":false,
                  "verified":false,
                  "followers_count":285,
                  "friends_count":207,
                  "listed_count":0,
                  "favourites_count":1880,
                  "statuses_count":2600,
                  "created_at":"Sat Dec 17 14:34:07 +0000 2011",
                  "utc_offset":null,
                  "time_zone":null,
                  "geo_enabled":false,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"131516",
                  "profile_background_image_url":"http://pbs.twimg.com/profile_background_images/383765671/kd.jpg",
                  "profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/383765671/kd.jpg",
                  "profile_background_tile":true,
                  "profile_link_color":"009999",
                  "profile_sidebar_border_color":"EEEEEE",
                  "profile_sidebar_fill_color":"EFEFEF",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/558683467010301952/ZqweZAbU_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/558683467010301952/ZqweZAbU_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/439230581/1416491355",
                  "default_profile":false,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[
                     {
                        "screen_name":"SawyerHallBay",
                        "name":"Soyr",
                        "id":329856656,
                        "id_str":"329856656",
                        "indices":[
                           0,
                           14
                        ]
                     }
                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221462450"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559463488943181800",
            "_score":0.62705934,
            "_source":{
               "created_at":"Sun Jan 25 21:31:04 +0000 2015",
               "id_str":"559463488943181824",
               "text":"Amazing Amy",
               "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
               "truncated":false,
               "user":{
                  "id":407538880,
                  "id_str":"407538880",
                  "name":"M@",
                  "screen_name":"obodcs",
                  "location":"TEXAS",
                  "url":null,
                  "description":"i'm not cool, but i'm chill",
                  "protected":false,
                  "verified":false,
                  "followers_count":263,
                  "friends_count":301,
                  "listed_count":1,
                  "favourites_count":1238,
                  "statuses_count":7822,
                  "created_at":"Tue Nov 08 06:24:21 +0000 2011",
                  "utc_offset":-21600,
                  "time_zone":"Central Time (US & Canada)",
                  "geo_enabled":true,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"C0DEED",
                  "profile_background_image_url":"http://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme1/bg.png",
                  "profile_background_tile":false,
                  "profile_link_color":"0084B4",
                  "profile_sidebar_border_color":"C0DEED",
                  "profile_sidebar_fill_color":"DDEEF6",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/544415370438664192/_SeQvwrt_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/544415370438664192/_SeQvwrt_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/407538880/1418158610",
                  "default_profile":true,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[

                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221464750"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559462227133341700",
            "_score":0.54676163,
            "_source":{
               "created_at":"Sun Jan 25 21:26:03 +0000 2015",
               "id_str":"559462227133341696",
               "text":"#유키스 Amazing cuties are amazing #더쇼 @SBS_MTV",
               "source":"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
               "truncated":false,
               "user":{
                  "id":411565503,
                  "id_str":"411565503",
                  "name":"다니",
                  "screen_name":"Ukissme_Dani",
                  "location":"❤With U-kiss❤ England",
                  "url":"https://twitter.com/kissmexeurope",
                  "description":"❤Psychology student/Video game enthusiast/Creative writing lover❤U-kiss are my #1 ❤Proud AnJel❤Secondary bias feels for Soohyun❤Kissme since 2011❤OT10❤24/09/14❤",
                  "protected":false,
                  "verified":false,
                  "followers_count":290,
                  "friends_count":237,
                  "listed_count":1,
                  "favourites_count":140,
                  "statuses_count":10047,
                  "created_at":"Sun Nov 13 15:53:06 +0000 2011",
                  "utc_offset":0,
                  "time_zone":"London",
                  "geo_enabled":false,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"C0DEED",
                  "profile_background_image_url":"http://pbs.twimg.com/profile_background_images/378800000103877920/601db9a42997cfcd1bdce431774cf80f.jpeg",
                  "profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/378800000103877920/601db9a42997cfcd1bdce431774cf80f.jpeg",
                  "profile_background_tile":true,
                  "profile_link_color":"694164",
                  "profile_sidebar_border_color":"FFFFFF",
                  "profile_sidebar_fill_color":"DDEEF6",
                  "profile_text_color":"333333",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/558468548062752769/VZNSh4GT_normal.jpeg",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/558468548062752769/VZNSh4GT_normal.jpeg",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/411565503/1421443764",
                  "default_profile":false,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[
                     {
                        "text":"유키스",
                        "indices":[
                           0,
                           4
                        ]
                     },
                     {
                        "text":"더쇼",
                        "indices":[
                           32,
                           35
                        ]
                     }
                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[
                     {
                        "screen_name":"SBS_MTV",
                        "name":"SBS MTV",
                        "id":113842072,
                        "id_str":"113842072",
                        "indices":[
                           36,
                           44
                        ]
                     }
                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221163911"
            }
         },
         {
            "_index":"twitter",
            "_type":"tweet",
            "_id":"559463266263793660",
            "_score":0.5186779,
            "_source":{
               "created_at":"Sun Jan 25 21:30:11 +0000 2015",
               "id_str":"559463266263793665",
               "text":"@laurenplatt7 that amazing x",
               "source":"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
               "truncated":false,
               "in_reply_to_status_id":559462831087960060,
               "in_reply_to_status_id_str":"559462831087960065",
               "in_reply_to_user_id":2574132663,
               "in_reply_to_user_id_str":"2574132663",
               "in_reply_to_screen_name":"laurenplatt7",
               "user":{
                  "id":954253333,
                  "id_str":"954253333",
                  "name":"#eastenders",
                  "screen_name":"jfk9877",
                  "location":"",
                  "url":null,
                  "description":"find out news on towie casualty and some other tv show",
                  "protected":false,
                  "verified":false,
                  "followers_count":995,
                  "friends_count":1042,
                  "listed_count":2,
                  "favourites_count":3545,
                  "statuses_count":6124,
                  "created_at":"Sat Nov 17 20:12:31 +0000 2012",
                  "utc_offset":null,
                  "time_zone":null,
                  "geo_enabled":false,
                  "lang":"en",
                  "contributors_enabled":false,
                  "is_translator":false,
                  "profile_background_color":"0099B9",
                  "profile_background_image_url":"http://pbs.twimg.com/profile_background_images/451826762897301504/NmHmB9aN.png",
                  "profile_background_image_url_https":"https://pbs.twimg.com/profile_background_images/451826762897301504/NmHmB9aN.png",
                  "profile_background_tile":true,
                  "profile_link_color":"0099B9",
                  "profile_sidebar_border_color":"000000",
                  "profile_sidebar_fill_color":"95E8EC",
                  "profile_text_color":"3C3940",
                  "profile_use_background_image":true,
                  "profile_image_url":"http://pbs.twimg.com/profile_images/538417942635896834/sw_ZzAW0_normal.png",
                  "profile_image_url_https":"https://pbs.twimg.com/profile_images/538417942635896834/sw_ZzAW0_normal.png",
                  "profile_banner_url":"https://pbs.twimg.com/profile_banners/954253333/1417909098",
                  "default_profile":false,
                  "default_profile_image":false,
                  "following":null,
                  "follow_request_sent":null,
                  "notifications":null
               },
               "retweet_count":0,
               "favorite_count":0,
               "entities":{
                  "hashtags":[

                  ],
                  "trends":[

                  ],
                  "urls":[

                  ],
                  "user_mentions":[
                     {
                        "screen_name":"laurenplatt7",
                        "name":"LaurenPlatt OFFICIAL",
                        "id":2574132663,
                        "id_str":"2574132663",
                        "indices":[
                           0,
                           13
                        ]
                     }
                  ],
                  "symbols":[

                  ]
               },
               "favorited":false,
               "retweeted":false,
               "possibly_sensitive":false,
               "filter_level":"low",
               "lang":"en",
               "timestamp_ms":"1422221411659"
            }
         }
      ]
   }
}

from esta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.