micheleminno / real-affinities-ang1

Browse among Twitter users in order to find users similar to your target (Node.js, AngularJS 1.0, Docker).
0 stars 0 forks source link

Get tweet entities directly from tweet data #22

Closed micheleminno closed 7 years ago

micheleminno commented 7 years ago

Instead of post-parsing by reg exp.

micheleminno commented 7 years ago

Tweet: RT @UPBEATJE0N: jimin singing spring day after he breathed in helium gas that made his voice sounds like this,, thE CUTEST https://t.co/kWb

{
   "created_at":"Tue Jul 11 09:58:27 +0000 2017",
   "id":884713487926046700,
   "id_str":"884713487926046720",
   "text":"RT @UPBEATJE0N: jimin singing spring day after he breathed in helium gas that made his voice sounds like this,, thE CUTEST https://t.co/kWb…",
   "truncated":false,
   "entities":{
      "hashtags":[

      ],
      "symbols":[

      ],
      "user_mentions":[
         {
            "screen_name":"UPBEATJE0N",
            "name":"juliana",
            "id":1571557092,
            "id_str":"1571557092",
            "indices":[
               3,
               14
            ]
         }
      ],
      "urls":[

      ]
   },
   "metadata":{
      "iso_language_code":"en",
      "result_type":"recent"
   },
   "source":"<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>",
   "in_reply_to_status_id":null,
   "in_reply_to_status_id_str":null,
   "in_reply_to_user_id":null,
   "in_reply_to_user_id_str":null,
   "in_reply_to_screen_name":null,
   "user":{
      "id":864296340972380200,
      "id_str":"864296340972380160",
      "name":"faith",
      "screen_name":"pjmecstatic",
      "location":"",
      "description":"it is what it is",
      "url":null,
      "entities":{
         "description":{
            "urls":[

            ]
         }
      },
      "protected":false,
      "followers_count":106,
      "friends_count":3364,
      "listed_count":0,
      "created_at":"Tue May 16 01:48:00 +0000 2017",
      "favourites_count":482,
      "utc_offset":-25200,
      "time_zone":"Pacific Time (US & Canada)",
      "geo_enabled":false,
      "verified":false,
      "statuses_count":580,
      "lang":"en",
      "contributors_enabled":false,
      "is_translator":false,
      "is_translation_enabled":false,
      "profile_background_color":"F5F8FA",
      "profile_background_image_url":null,
      "profile_background_image_url_https":null,
      "profile_background_tile":false,
      "profile_image_url":"http://pbs.twimg.com/profile_images/864296619826569217/MSOy0XR2_normal.jpg",
      "profile_image_url_https":"https://pbs.twimg.com/profile_images/864296619826569217/MSOy0XR2_normal.jpg",
      "profile_banner_url":"https://pbs.twimg.com/profile_banners/864296340972380160/1494899367",
      "profile_link_color":"1DA1F2",
      "profile_sidebar_border_color":"C0DEED",
      "profile_sidebar_fill_color":"DDEEF6",
      "profile_text_color":"333333",
      "profile_use_background_image":true,
      "has_extended_profile":false,
      "default_profile":true,
      "default_profile_image":false,
      "following":false,
      "follow_request_sent":false,
      "notifications":false,
      "translator_type":"none"
   },
   "geo":null,
   "coordinates":null,
   "place":null,
   "contributors":null,
   "retweeted_status":{
      "created_at":"Tue Jul 11 09:57:49 +0000 2017",
      "id":884713329565945900,
      "id_str":"884713329565945858",
      "text":"jimin singing spring day after he breathed in helium gas that made his voice sounds like this,, thE CUTEST https://t.co/kWb2tT300V",
      "truncated":false,
      "entities":{
         "hashtags":[

         ],
         "symbols":[

         ],
         "user_mentions":[

         ],
         "urls":[

         ],
         "media":[
            {
               "id":884712723610714100,
               "id_str":"884712723610714112",
               "indices":[
                  107,
                  130
               ],
               "media_url":"http://pbs.twimg.com/ext_tw_video_thumb/884712723610714112/pu/img/Jjjr5yJOJgdr_iRL.jpg",
               "media_url_https":"https://pbs.twimg.com/ext_tw_video_thumb/884712723610714112/pu/img/Jjjr5yJOJgdr_iRL.jpg",
               "url":"https://t.co/kWb2tT300V",
               "display_url":"pic.twitter.com/kWb2tT300V",
               "expanded_url":"https://twitter.com/UPBEATJE0N/status/884713329565945858/video/1",
               "type":"photo",
               "sizes":{
                  "large":{
                     "w":360,
                     "h":360,
                     "resize":"fit"
                  },
                  "small":{
                     "w":340,
                     "h":340,
                     "resize":"fit"
                  },
                  "medium":{
                     "w":360,
                     "h":360,
                     "resize":"fit"
                  },
                  "thumb":{
                     "w":150,
                     "h":150,
                     "resize":"crop"
                  }
               }
            }
         ]
      },
      "extended_entities":{
         "media":[
            {
               "id":884712723610714100,
               "id_str":"884712723610714112",
               "indices":[
                  107,
                  130
               ],
               "media_url":"http://pbs.twimg.com/ext_tw_video_thumb/884712723610714112/pu/img/Jjjr5yJOJgdr_iRL.jpg",
               "media_url_https":"https://pbs.twimg.com/ext_tw_video_thumb/884712723610714112/pu/img/Jjjr5yJOJgdr_iRL.jpg",
               "url":"https://t.co/kWb2tT300V",
               "display_url":"pic.twitter.com/kWb2tT300V",
               "expanded_url":"https://twitter.com/UPBEATJE0N/status/884713329565945858/video/1",
               "type":"video",
               "sizes":{
                  "large":{
                     "w":360,
                     "h":360,
                     "resize":"fit"
                  },
                  "small":{
                     "w":340,
                     "h":340,
                     "resize":"fit"
                  },
                  "medium":{
                     "w":360,
                     "h":360,
                     "resize":"fit"
                  },
                  "thumb":{
                     "w":150,
                     "h":150,
                     "resize":"crop"
                  }
               },
               "video_info":{
                  "aspect_ratio":[
                     1,
                     1
                  ],
                  "duration_millis":7669,
                  "variants":[
                     {
                        "bitrate":320000,
                        "content_type":"video/mp4",
                        "url":"https://video.twimg.com/ext_tw_video/884712723610714112/pu/vid/240x240/YoshD9yFLklumV6g.mp4"
                     },
                     {
                        "content_type":"application/x-mpegURL",
                        "url":"https://video.twimg.com/ext_tw_video/884712723610714112/pu/pl/45Q26SVrCdAT6bZk.m3u8"
                     }
                  ]
               },
               "additional_media_info":{
                  "monetizable":false
               }
            }
         ]
      },
      "metadata":{
         "iso_language_code":"en",
         "result_type":"recent"
      },
      "source":"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
      "in_reply_to_status_id":null,
      "in_reply_to_status_id_str":null,
      "in_reply_to_user_id":null,
      "in_reply_to_user_id_str":null,
      "in_reply_to_screen_name":null,
      "user":{
         "id":1571557092,
         "id_str":"1571557092",
         "name":"juliana",
         "screen_name":"UPBEATJE0N",
         "location":"h! b!",
         "description":"@jiminscolors: juliana babe hi",
         "url":null,
         "entities":{
            "description":{
               "urls":[

               ]
            }
         },
         "protected":false,
         "followers_count":7226,
         "friends_count":222,
         "listed_count":28,
         "created_at":"Fri Jul 05 23:47:30 +0000 2013",
         "favourites_count":921,
         "utc_offset":-25200,
         "time_zone":"Pacific Time (US & Canada)",
         "geo_enabled":false,
         "verified":false,
         "statuses_count":1397,
         "lang":"en",
         "contributors_enabled":false,
         "is_translator":false,
         "is_translation_enabled":false,
         "profile_background_color":"000000",
         "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_image_url":"http://pbs.twimg.com/profile_images/884009739666866176/rylwmAIO_normal.jpg",
         "profile_image_url_https":"https://pbs.twimg.com/profile_images/884009739666866176/rylwmAIO_normal.jpg",
         "profile_banner_url":"https://pbs.twimg.com/profile_banners/1571557092/1499595672",
         "profile_link_color":"000000",
         "profile_sidebar_border_color":"000000",
         "profile_sidebar_fill_color":"000000",
         "profile_text_color":"000000",
         "profile_use_background_image":false,
         "has_extended_profile":false,
         "default_profile":false,
         "default_profile_image":false,
         "following":false,
         "follow_request_sent":false,
         "notifications":false,
         "translator_type":"none"
      },
      "geo":null,
      "coordinates":null,
      "place":null,
      "contributors":null,
      "is_quote_status":false,
      "retweet_count":11,
      "favorite_count":24,
      "favorited":false,
      "retweeted":false,
      "possibly_sensitive":false,
      "lang":"en"
   },
   "is_quote_status":false,
   "retweet_count":11,
   "favorite_count":0,
   "favorited":false,
   "retweeted":false,
   "lang":"en"
}
micheleminno commented 7 years ago

Tweet: Looking forward to hearing what's in this. @RSAMatthew an important voice in what we call #citizenshift so today co… https://t.co/Ko5yhQadkV

{
   "created_at":"Tue Jul 11 09:51:12 +0000 2017",
   "id":884711664196702200,
   "id_str":"884711664196702208",
   "text":"Looking forward to hearing what's in this. @RSAMatthew an important voice in what we call #citizenshift so today co… https://t.co/Ko5yhQadkV",
   "truncated":true,
   "entities":{
      "hashtags":[
         {
            "text":"citizenshift",
            "indices":[
               90,
               103
            ]
         }
      ],
      "symbols":[

      ],
      "user_mentions":[
         {
            "screen_name":"RSAMatthew",
            "name":"Matthew Taylor",
            "id":40025121,
            "id_str":"40025121",
            "indices":[
               43,
               54
            ]
         }
      ],
      "urls":[
         {
            "url":"https://t.co/Ko5yhQadkV",
            "expanded_url":"https://twitter.com/i/web/status/884711664196702208",
            "display_url":"twitter.com/i/web/status/8…",
            "indices":[
               117,
               140
            ]
         }
      ]
   },
   "metadata":{
      "iso_language_code":"en",
      "result_type":"recent"
   },
   "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
   "in_reply_to_status_id":null,
   "in_reply_to_status_id_str":null,
   "in_reply_to_user_id":null,
   "in_reply_to_user_id_str":null,
   "in_reply_to_screen_name":null,
   "user":{
      "id":217455554,
      "id_str":"217455554",
      "name":"Jon Alexander",
      "screen_name":"jonjalex",
      "location":"London",
      "description":"Director of @NewCitProj. Fascinated (positively) by civic participation and (negatively) by consumerism. Appreciates tip-offs about both. Also does triathlons.",
      "url":"http://t.co/2l7iooZy4j",
      "entities":{
         "url":{
            "urls":[
               {
                  "url":"http://t.co/2l7iooZy4j",
                  "expanded_url":"http://newcitizenship.org.uk",
                  "display_url":"newcitizenship.org.uk",
                  "indices":[
                     0,
                     22
                  ]
               }
            ]
         },
         "description":{
            "urls":[

            ]
         }
      },
      "protected":false,
      "followers_count":2303,
      "friends_count":1182,
      "listed_count":131,
      "created_at":"Fri Nov 19 15:40:35 +0000 2010",
      "favourites_count":1394,
      "utc_offset":7200,
      "time_zone":"Amsterdam",
      "geo_enabled":false,
      "verified":false,
      "statuses_count":4966,
      "lang":"en",
      "contributors_enabled":false,
      "is_translator":false,
      "is_translation_enabled":false,
      "profile_background_color":"709397",
      "profile_background_image_url":"http://abs.twimg.com/images/themes/theme6/bg.gif",
      "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme6/bg.gif",
      "profile_background_tile":false,
      "profile_image_url":"http://pbs.twimg.com/profile_images/460061650456829953/JdPwm-OJ_normal.jpeg",
      "profile_image_url_https":"https://pbs.twimg.com/profile_images/460061650456829953/JdPwm-OJ_normal.jpeg",
      "profile_banner_url":"https://pbs.twimg.com/profile_banners/217455554/1398522441",
      "profile_link_color":"FF3300",
      "profile_sidebar_border_color":"86A4A6",
      "profile_sidebar_fill_color":"A0C5C7",
      "profile_text_color":"333333",
      "profile_use_background_image":true,
      "has_extended_profile":false,
      "default_profile":false,
      "default_profile_image":false,
      "following":false,
      "follow_request_sent":false,
      "notifications":false,
      "translator_type":"none"
   },
   "geo":null,
   "coordinates":null,
   "place":null,
   "contributors":null,
   "is_quote_status":true,
   "quoted_status_id":884711325313761300,
   "quoted_status_id_str":"884711325313761283",
   "quoted_status":{
      "created_at":"Tue Jul 11 09:49:51 +0000 2017",
      "id":884711325313761300,
      "id_str":"884711325313761283",
      "text":"Front row seat #TaylorReview https://t.co/ZyzUsnN3jX",
      "truncated":false,
      "entities":{
         "hashtags":[
            {
               "text":"TaylorReview",
               "indices":[
                  15,
                  28
               ]
            }
         ],
         "symbols":[

         ],
         "user_mentions":[

         ],
         "urls":[

         ],
         "media":[
            {
               "id":884711316698615800,
               "id_str":"884711316698615808",
               "indices":[
                  29,
                  52
               ],
               "media_url":"http://pbs.twimg.com/media/DEcgQVCW0AAJODw.jpg",
               "media_url_https":"https://pbs.twimg.com/media/DEcgQVCW0AAJODw.jpg",
               "url":"https://t.co/ZyzUsnN3jX",
               "display_url":"pic.twitter.com/ZyzUsnN3jX",
               "expanded_url":"https://twitter.com/RowanEConway/status/884711325313761283/photo/1",
               "type":"photo",
               "sizes":{
                  "large":{
                     "w":2048,
                     "h":1594,
                     "resize":"fit"
                  },
                  "thumb":{
                     "w":150,
                     "h":150,
                     "resize":"crop"
                  },
                  "small":{
                     "w":680,
                     "h":529,
                     "resize":"fit"
                  },
                  "medium":{
                     "w":1200,
                     "h":934,
                     "resize":"fit"
                  }
               }
            }
         ]
      },
      "extended_entities":{
         "media":[
            {
               "id":884711316698615800,
               "id_str":"884711316698615808",
               "indices":[
                  29,
                  52
               ],
               "media_url":"http://pbs.twimg.com/media/DEcgQVCW0AAJODw.jpg",
               "media_url_https":"https://pbs.twimg.com/media/DEcgQVCW0AAJODw.jpg",
               "url":"https://t.co/ZyzUsnN3jX",
               "display_url":"pic.twitter.com/ZyzUsnN3jX",
               "expanded_url":"https://twitter.com/RowanEConway/status/884711325313761283/photo/1",
               "type":"photo",
               "sizes":{
                  "large":{
                     "w":2048,
                     "h":1594,
                     "resize":"fit"
                  },
                  "thumb":{
                     "w":150,
                     "h":150,
                     "resize":"crop"
                  },
                  "small":{
                     "w":680,
                     "h":529,
                     "resize":"fit"
                  },
                  "medium":{
                     "w":1200,
                     "h":934,
                     "resize":"fit"
                  }
               }
            }
         ]
      },
      "metadata":{
         "iso_language_code":"en",
         "result_type":"recent"
      },
      "source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
      "in_reply_to_status_id":null,
      "in_reply_to_status_id_str":null,
      "in_reply_to_user_id":null,
      "in_reply_to_user_id_str":null,
      "in_reply_to_screen_name":null,
      "user":{
         "id":34365538,
         "id_str":"34365538",
         "name":"Rowan Conway",
         "screen_name":"RowanEConway",
         "location":"London",
         "description":"Director of Innovation and Development at @theRSAOrg. System prodder, #socent advocate, digital explorer, accidental pub landlady of @grosvenorsw18",
         "url":"https://t.co/KkV92huk1y",
         "entities":{
            "url":{
               "urls":[
                  {
                     "url":"https://t.co/KkV92huk1y",
                     "expanded_url":"http://www.thersa.org",
                     "display_url":"thersa.org",
                     "indices":[
                        0,
                        23
                     ]
                  }
               ]
            },
            "description":{
               "urls":[

               ]
            }
         },
         "protected":false,
         "followers_count":2115,
         "friends_count":1006,
         "listed_count":142,
         "created_at":"Wed Apr 22 19:13:28 +0000 2009",
         "favourites_count":1362,
         "utc_offset":3600,
         "time_zone":"London",
         "geo_enabled":false,
         "verified":false,
         "statuses_count":6299,
         "lang":"en",
         "contributors_enabled":false,
         "is_translator":false,
         "is_translation_enabled":false,
         "profile_background_color":"BADFCD",
         "profile_background_image_url":"http://abs.twimg.com/images/themes/theme12/bg.gif",
         "profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme12/bg.gif",
         "profile_background_tile":false,
         "profile_image_url":"http://pbs.twimg.com/profile_images/594219462640967681/kzRXVTdk_normal.jpg",
         "profile_image_url_https":"https://pbs.twimg.com/profile_images/594219462640967681/kzRXVTdk_normal.jpg",
         "profile_banner_url":"https://pbs.twimg.com/profile_banners/34365538/1494005851",
         "profile_link_color":"FF0000",
         "profile_sidebar_border_color":"F2E195",
         "profile_sidebar_fill_color":"FFF7CC",
         "profile_text_color":"0C3E53",
         "profile_use_background_image":true,
         "has_extended_profile":false,
         "default_profile":false,
         "default_profile_image":false,
         "following":false,
         "follow_request_sent":false,
         "notifications":false,
         "translator_type":"none"
      },
      "geo":null,
      "coordinates":null,
      "place":null,
      "contributors":null,
      "is_quote_status":false,
      "retweet_count":0,
      "favorite_count":0,
      "favorited":false,
      "retweeted":false,
      "possibly_sensitive":false,
      "lang":"en"
   },
   "retweet_count":0,
   "favorite_count":1,
   "favorited":false,
   "retweeted":false,
   "possibly_sensitive":false,
   "lang":"en"
}
micheleminno commented 7 years ago

Tweet text: #PhD #phdchat #phdlife @chron_ac @Research_Voice @CDSLeeds - Anyone want to add things on #academicimpact? https://t.co/z6bT4BqeFo

{
   "created_at":"Tue Jul 11 13:50:51 +0000 2017",
   "id":884771975108808700,
   "id_str":"884771975108808704",
   "text":"#PhD #phdchat #phdlife @chron_ac @Research_Voice @CDSLeeds - Anyone want to add things on #academicimpact? https://t.co/z6bT4BqeFo",
   "truncated":false,
   "entities":{
      "hashtags":[
         {
            "text":"PhD",
            "indices":[
               0,
               4
            ]
         },
         {
            "text":"phdchat",
            "indices":[
               5,
               13
            ]
         },
         {
            "text":"phdlife",
            "indices":[
               14,
               22
            ]
         },
         {
            "text":"academicimpact",
            "indices":[
               90,
               105
            ]
         }
      ],
      "symbols":[

      ],
      "user_mentions":[
         {
            "screen_name":"chron_ac",
            "name":"Chronically Academic",
            "id":702853537361952800,
            "id_str":"702853537361952768",
            "indices":[
               23,
               32
            ]
         },
         {
            "screen_name":"Research_Voice",
            "name":"Voice of Researchers",
            "id":637087464,
            "id_str":"637087464",
            "indices":[
               33,
               48
            ]
         },
         {
            "screen_name":"CDSLeeds",
            "name":"Disability Studies",
            "id":590096936,
            "id_str":"590096936",
            "indices":[
               49,
               58
            ]
         }
      ],
      "urls":[
         {
            "url":"https://t.co/z6bT4BqeFo",
            "expanded_url":"https://twitter.com/LoomesGill/status/884768417152217088",
            "display_url":"twitter.com/LoomesGill/sta…",
            "indices":[
               107,
               130
            ]
         }
      ]
   },
   "metadata":{
      "iso_language_code":"en",
      "result_type":"recent"
   },
   "source":"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
   "in_reply_to_status_id":null,
   "in_reply_to_status_id_str":null,
   "in_reply_to_user_id":null,
   "in_reply_to_user_id_str":null,
   "in_reply_to_screen_name":null,
   "user":{
      "id":4157606801,
      "id_str":"4157606801",
      "name":"♬Gillian Loomes♬",
      "screen_name":"LoomesGill",
      "location":"Citizen of the World",
      "description":"Doctoral Researcher: Sociology (Uni of York) & Tutor @UoBAutism - #MentalCapacity #Advocacy #Disability #Autism #Feminism & music/politics. Own views (!)",
      "url":null,
      "entities":{
         "description":{
            "urls":[

            ]
         }
      },
      "protected":false,
      "followers_count":1164,
      "friends_count":969,
      "listed_count":52,
      "created_at":"Tue Nov 10 16:22:38 +0000 2015",
      "favourites_count":10901,
      "utc_offset":null,
      "time_zone":null,
      "geo_enabled":false,
      "verified":false,
      "statuses_count":7885,
      "lang":"en",
      "contributors_enabled":false,
      "is_translator":false,
      "is_translation_enabled":false,
      "profile_background_color":"000000",
      "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_image_url":"http://pbs.twimg.com/profile_images/844666642642747392/BZuv3N-n_normal.jpg",
      "profile_image_url_https":"https://pbs.twimg.com/profile_images/844666642642747392/BZuv3N-n_normal.jpg",
      "profile_banner_url":"https://pbs.twimg.com/profile_banners/4157606801/1497784931",
      "profile_link_color":"981CEB",
      "profile_sidebar_border_color":"000000",
      "profile_sidebar_fill_color":"000000",
      "profile_text_color":"000000",
      "profile_use_background_image":false,
      "has_extended_profile":false,
      "default_profile":false,
      "default_profile_image":false,
      "following":false,
      "follow_request_sent":false,
      "notifications":false,
      "translator_type":"none"
   },
   "geo":null,
   "coordinates":null,
   "place":null,
   "contributors":null,
   "is_quote_status":true,
   "quoted_status_id":884768417152217100,
   "quoted_status_id_str":"884768417152217088",
   "quoted_status":{
      "created_at":"Tue Jul 11 13:36:43 +0000 2017",
      "id":884768417152217100,
      "id_str":"884768417152217088",
      "text":"I’m reading lots about #academicimpact for an article I’m writing, so I’m going to thread links here in case resources useful to others too.",
      "truncated":false,
      "entities":{
         "hashtags":[
            {
               "text":"academicimpact",
               "indices":[
                  23,
                  38
               ]
            }
         ],
         "symbols":[

         ],
         "user_mentions":[

         ],
         "urls":[

         ]
      },
      "metadata":{
         "iso_language_code":"en",
         "result_type":"recent"
      },
      "source":"<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
      "in_reply_to_status_id":null,
      "in_reply_to_status_id_str":null,
      "in_reply_to_user_id":null,
      "in_reply_to_user_id_str":null,
      "in_reply_to_screen_name":null,
      "user":{
         "id":4157606801,
         "id_str":"4157606801",
         "name":"♬Gillian Loomes♬",
         "screen_name":"LoomesGill",
         "location":"Citizen of the World",
         "description":"Doctoral Researcher: Sociology (Uni of York) & Tutor @UoBAutism - #MentalCapacity #Advocacy #Disability #Autism #Feminism & music/politics. Own views (!)",
         "url":null,
         "entities":{
            "description":{
               "urls":[

               ]
            }
         },
         "protected":false,
         "followers_count":1164,
         "friends_count":969,
         "listed_count":52,
         "created_at":"Tue Nov 10 16:22:38 +0000 2015",
         "favourites_count":10901,
         "utc_offset":null,
         "time_zone":null,
         "geo_enabled":false,
         "verified":false,
         "statuses_count":7885,
         "lang":"en",
         "contributors_enabled":false,
         "is_translator":false,
         "is_translation_enabled":false,
         "profile_background_color":"000000",
         "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_image_url":"http://pbs.twimg.com/profile_images/844666642642747392/BZuv3N-n_normal.jpg",
         "profile_image_url_https":"https://pbs.twimg.com/profile_images/844666642642747392/BZuv3N-n_normal.jpg",
         "profile_banner_url":"https://pbs.twimg.com/profile_banners/4157606801/1497784931",
         "profile_link_color":"981CEB",
         "profile_sidebar_border_color":"000000",
         "profile_sidebar_fill_color":"000000",
         "profile_text_color":"000000",
         "profile_use_background_image":false,
         "has_extended_profile":false,
         "default_profile":false,
         "default_profile_image":false,
         "following":false,
         "follow_request_sent":false,
         "notifications":false,
         "translator_type":"none"
      },
      "geo":null,
      "coordinates":null,
      "place":null,
      "contributors":null,
      "is_quote_status":false,
      "retweet_count":0,
      "favorite_count":1,
      "favorited":false,
      "retweeted":false,
      "lang":"en"
   },
   "retweet_count":1,
   "favorite_count":1,
   "favorited":false,
   "retweeted":false,
   "possibly_sensitive":false,
   "lang":"en"
}