In [34]:
import twitter
# Go to http://dev.twitter.com/apps/new to create an app and get values
# for these credentials, which you'll need to provide in place of these
# empty string values that are defined as placeholders.
# See https://dev.twitter.com/docs/auth/oauth for more information
# on Twitter's OAuth implementation.
CONSUMER_KEY = 'Tx8GozuzaraJO89LypsTqFUNM'
CONSUMER_SECRET ='uC0KPaRZjGY0qoNJAxBQb0jbb3Us4DXJVKFCP1qtSfjFgbRvd0'
OAUTH_TOKEN = '571213367-BC7MYnWpLbvy2AYhvqCu6Fh1EIeFasPxo0Y8uBEn'
OAUTH_TOKEN_SECRET = 'KA9GddiLbVwummLoSGmDYMNQFVaR3P4YiGo7Zs6D5e7Qz'
auth = twitter.oauth.OAuth(OAUTH_TOKEN, OAUTH_TOKEN_SECRET,
CONSUMER_KEY, CONSUMER_SECRET)
twitter_api = twitter.Twitter(auth=auth)
# Nothing to see by displaying twitter_api except that it's now a
# defined variable
print twitter_api
<twitter.api.Twitter object at 0x0000000010723780>
In [35]:
# The Yahoo! Where On Earth ID for the entire world is 1.
# See https://dev.twitter.com/docs/api/1.1/get/trends/place and
# http://developer.yahoo.com/geo/geoplanet/
WORLD_WOE_ID = 1
US_WOE_ID = 23424977
# Prefix ID with the underscore for query string parameterization.
# Without the underscore, the twitter package appends the ID value
# to the URL itself as a special case keyword argument.
world_trends = twitter_api.trends.place(_id=WORLD_WOE_ID)
us_trends = twitter_api.trends.place(_id=US_WOE_ID)
print world_trends
print
print us_trends
[{u'created_at': u'2016-01-28T01:43:33Z', u'trends': [{u'url': u'http://twitter.com/search?q=Guerrero', u'query': u'Guerrero', u'tweet_volume': 82497, u'name': u'Guerrero', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%237bilhoesDePessoasE', u'query': u'%237bilhoesDePessoasE', u'tweet_volume': 24827, u'name': u'#7bilhoesDePessoasE', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=Kanye', u'query': u'Kanye', u'tweet_volume': 2195589, u'name': u'Kanye', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MiercolesIntratable', u'query': u'%23MiercolesIntratable', u'tweet_volume': 26381, u'name': u'#MiercolesIntratable', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23FaceTimeMeNash', u'query': u'%23FaceTimeMeNash', u'tweet_volume': 406742, u'name': u'#FaceTimeMeNash', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23%D8%B9%D8%B7%D9%86%D9%8A_%D8%B5%D9%81%D9%87_%D9%81%D9%8A%D9%83', u'query': u'%23%D8%B9%D8%B7%D9%86%D9%8A_%D8%B5%D9%81%D9%87_%D9%81%D9%8A%D9%83', u'tweet_volume': None, u'name': u'#\u0639\u0637\u0646\u064a_\u0635\u0641\u0647_\u0641\u064a\u0643', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23COAC2016C3', u'query': u'%23COAC2016C3', u'tweet_volume': 24387, u'name': u'#COAC2016C3', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22LOVATICS+VOTE+NOW%22', u'query': u'%22LOVATICS+VOTE+NOW%22', u'tweet_volume': 40289, u'name': u'LOVATICS VOTE NOW', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Kiss+It+Better%22', u'query': u'%22Kiss+It+Better%22', u'tweet_volume': None, u'name': u'Kiss It Better', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22We+Need+5SOS+In+Brazil%22', u'query': u'%22We+Need+5SOS+In+Brazil%22', u'tweet_volume': 42087, u'name': u'We Need 5SOS In Brazil', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22ANA+PAULA+LACRADORA%22', u'query': u'%22ANA+PAULA+LACRADORA%22', u'tweet_volume': 14651, u'name': u'ANA PAULA LACRADORA', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=GitHub', u'query': u'GitHub', u'tweet_volume': 63652, u'name': u'GitHub', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22MY+DINAH%22', u'query': u'%22MY+DINAH%22', u'tweet_volume': None, u'name': u'MY DINAH', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Gente+Grande+2%22', u'query': u'%22Gente+Grande+2%22', u'tweet_volume': None, u'name': u'Gente Grande 2', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Pablo+Perez%22', u'query': u'%22Pablo+Perez%22', u'tweet_volume': None, u'name': u'Pablo Perez', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=Celta', u'query': u'Celta', u'tweet_volume': 78445, u'name': u'Celta', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=Atl%C3%A9tico', u'query': u'Atl%C3%A9tico', u'tweet_volume': 89814, u'name': u'Atl\xe9tico', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=Everton', u'query': u'Everton', u'tweet_volume': 135618, u'name': u'Everton', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=DirectionersVoteAttack', u'query': u'DirectionersVoteAttack', u'tweet_volume': 224557, u'name': u'DirectionersVoteAttack', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Vamos+Boquita%22', u'query': u'%22Vamos+Boquita%22', u'tweet_volume': None, u'name': u'Vamos Boquita', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=Athletic', u'query': u'Athletic', u'tweet_volume': 99576, u'name': u'Athletic', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MyLast4Words', u'query': u'%23MyLast4Words', u'tweet_volume': 20708, u'name': u'#MyLast4Words', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23RegimenDePranes', u'query': u'%23RegimenDePranes', u'tweet_volume': 30137, u'name': u'#RegimenDePranes', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23LlegoElTarifazo', u'query': u'%23LlegoElTarifazo', u'tweet_volume': 10675, u'name': u'#LlegoElTarifazo', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23DetencionPorSospecha', u'query': u'%23DetencionPorSospecha', u'tweet_volume': None, u'name': u'#DetencionPorSospecha', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23SelfiesForSoph', u'query': u'%23SelfiesForSoph', u'tweet_volume': None, u'name': u'#SelfiesForSoph', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23AmigosQueSiempre', u'query': u'%23AmigosQueSiempre', u'tweet_volume': None, u'name': u'#AmigosQueSiempre', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23HollywoodWeek', u'query': u'%23HollywoodWeek', u'tweet_volume': None, u'name': u'#HollywoodWeek', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23BertinyAlejandro', u'query': u'%23BertinyAlejandro', u'tweet_volume': 12967, u'name': u'#BertinyAlejandro', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23%E3%82%B3%E3%83%94%E3%83%BC%E3%82%B9%E3%83%AD%E3%83%83%E3%83%88', u'query': u'%23%E3%82%B3%E3%83%94%E3%83%BC%E3%82%B9%E3%83%AD%E3%83%83%E3%83%88', u'tweet_volume': None, u'name': u'#\u30b3\u30d4\u30fc\u30b9\u30ed\u30c3\u30c8', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ExterminenPerrosDeLaCalle', u'query': u'%23ExterminenPerrosDeLaCalle', u'tweet_volume': 27803, u'name': u'#ExterminenPerrosDeLaCalle', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ItsSoCuteWhenYou', u'query': u'%23ItsSoCuteWhenYou', u'tweet_volume': None, u'name': u'#ItsSoCuteWhenYou', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23DetestoEsaGenteQue', u'query': u'%23DetestoEsaGenteQue', u'tweet_volume': None, u'name': u'#DetestoEsaGenteQue', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23Ge%C3%A7mi%C5%9FeD%C3%B6nebilsem', u'query': u'%23Ge%C3%A7mi%C5%9FeD%C3%B6nebilsem', u'tweet_volume': 27309, u'name': u'#Ge\xe7mi\u015feD\xf6nebilsem', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23DejenTodoHoyCABJ', u'query': u'%23DejenTodoHoyCABJ', u'tweet_volume': None, u'name': u'#DejenTodoHoyCABJ', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23LuchaUnderground', u'query': u'%23LuchaUnderground', u'tweet_volume': 11149, u'name': u'#LuchaUnderground', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23SUPERLIGAAGUILAxWIN', u'query': u'%23SUPERLIGAAGUILAxWIN', u'tweet_volume': None, u'name': u'#SUPERLIGAAGUILAxWIN', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%234AnosCellbitos', u'query': u'%234AnosCellbitos', u'tweet_volume': None, u'name': u'#4AnosCellbitos', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23%D9%84%D9%88_%D8%A7%D9%84%D9%85%D8%BA%D8%B1%D8%AF%D9%8A%D9%86_%D8%A7%D9%83%D9%84', u'query': u'%23%D9%84%D9%88_%D8%A7%D9%84%D9%85%D8%BA%D8%B1%D8%AF%D9%8A%D9%86_%D8%A7%D9%83%D9%84', u'tweet_volume': 16806, u'name': u'#\u0644\u0648_\u0627\u0644\u0645\u063a\u0631\u062f\u064a\u0646_\u0627\u0643\u0644', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MentalIllnessTaughtMe', u'query': u'%23MentalIllnessTaughtMe', u'tweet_volume': None, u'name': u'#MentalIllnessTaughtMe', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23JuveInter', u'query': u'%23JuveInter', u'tweet_volume': 61404, u'name': u'#JuveInter', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23%D8%AD%D8%A7%D9%8A%D9%84_%D8%AB%D9%84%D8%AC', u'query': u'%23%D8%AD%D8%A7%D9%8A%D9%84_%D8%AB%D9%84%D8%AC', u'tweet_volume': None, u'name': u'#\u062d\u0627\u064a\u0644_\u062b\u0644\u062c', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23EsUnaVentajaSer', u'query': u'%23EsUnaVentajaSer', u'tweet_volume': None, u'name': u'#EsUnaVentajaSer', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ALDUB28thWeeksary', u'query': u'%23ALDUB28thWeeksary', u'tweet_volume': 426191, u'name': u'#ALDUB28thWeeksary', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23chilhavisto', u'query': u'%23chilhavisto', u'tweet_volume': 14075, u'name': u'#chilhavisto', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23UmAnoInvicto', u'query': u'%23UmAnoInvicto', u'tweet_volume': None, u'name': u'#UmAnoInvicto', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23CortameTodo', u'query': u'%23CortameTodo', u'tweet_volume': None, u'name': u'#CortameTodo', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23%D9%85%D8%B9%D9%84%D9%85%D9%8A%D9%86_%D8%A7%D9%84%D8%A7%D8%B1%D8%A8%D8%B9_%D8%B9%D8%A7%D9%84%D8%B1%D8%A7%D8%AF%D9%8A%D9%88_9090', u'query': u'%23%D9%85%D8%B9%D9%84%D9%85%D9%8A%D9%86_%D8%A7%D9%84%D8%A7%D8%B1%D8%A8%D8%B9_%D8%B9%D8%A7%D9%84%D8%B1%D8%A7%D8%AF%D9%8A%D9%88_9090', u'tweet_volume': None, u'name': u'#\u0645\u0639\u0644\u0645\u064a\u0646_\u0627\u0644\u0627\u0631\u0628\u0639_\u0639\u0627\u0644\u0631\u0627\u062f\u064a\u0648_9090', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23NingunaMujerSeResisteA', u'query': u'%23NingunaMujerSeResisteA', u'tweet_volume': None, u'name': u'#NingunaMujerSeResisteA', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ExplosionAzulEnDIRECTV', u'query': u'%23ExplosionAzulEnDIRECTV', u'tweet_volume': None, u'name': u'#ExplosionAzulEnDIRECTV', u'promoted_content': None}], u'as_of': u'2016-01-28T01:46:40Z', u'locations': [{u'woeid': 1, u'name': u'Worldwide'}]}]
[{u'created_at': u'2016-01-28T01:43:33Z', u'trends': [{u'url': u'http://twitter.com/search?q=Kanye', u'query': u'Kanye', u'tweet_volume': 2195589, u'name': u'Kanye', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MyLast4Words', u'query': u'%23MyLast4Words', u'tweet_volume': 20708, u'name': u'#MyLast4Words', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23HollywoodWeek', u'query': u'%23HollywoodWeek', u'tweet_volume': None, u'name': u'#HollywoodWeek', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ItsSoCuteWhenYou', u'query': u'%23ItsSoCuteWhenYou', u'tweet_volume': None, u'name': u'#ItsSoCuteWhenYou', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23LuchaUnderground', u'query': u'%23LuchaUnderground', u'tweet_volume': 11149, u'name': u'#LuchaUnderground', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23FaceTimeMeNash', u'query': u'%23FaceTimeMeNash', u'tweet_volume': 406742, u'name': u'#FaceTimeMeNash', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Kiss+It+Better%22', u'query': u'%22Kiss+It+Better%22', u'tweet_volume': None, u'name': u'Kiss It Better', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Goth+Felicity%22', u'query': u'%22Goth+Felicity%22', u'tweet_volume': None, u'name': u'Goth Felicity', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=O%27Reilly', u'query': u'O%27Reilly', u'tweet_volume': 10305, u'name': u"O'Reilly", u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Alex+Riley%22', u'query': u'%22Alex+Riley%22', u'tweet_volume': None, u'name': u'Alex Riley', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22West+Des+Moines%22', u'query': u'%22West+Des+Moines%22', u'tweet_volume': None, u'name': u'West Des Moines', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22James+Joint%22', u'query': u'%22James+Joint%22', u'tweet_volume': None, u'name': u'James Joint', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Mason+City%22', u'query': u'%22Mason+City%22', u'tweet_volume': None, u'name': u'Mason City', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Team+Rice%22', u'query': u'%22Team+Rice%22', u'tweet_volume': None, u'name': u'Team Rice', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Hear+Me%22', u'query': u'%22Hear+Me%22', u'tweet_volume': 17136, u'name': u'Hear Me', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Tyra+Banks%22', u'query': u'%22Tyra+Banks%22', u'tweet_volume': None, u'name': u'Tyra Banks', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Bob+Miller%22', u'query': u'%22Bob+Miller%22', u'tweet_volume': None, u'name': u'Bob Miller', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Tom+Wilson%22', u'query': u'%22Tom+Wilson%22', u'tweet_volume': None, u'name': u'Tom Wilson', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Ryan+White%22', u'query': u'%22Ryan+White%22', u'tweet_volume': None, u'name': u'Ryan White', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=Drita', u'query': u'Drita', u'tweet_volume': None, u'name': u'Drita', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Avery+Bradley%22', u'query': u'%22Avery+Bradley%22', u'tweet_volume': None, u'name': u'Avery Bradley', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Chase+Center%22', u'query': u'%22Chase+Center%22', u'tweet_volume': None, u'name': u'Chase Center', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Rob+Joyce%22', u'query': u'%22Rob+Joyce%22', u'tweet_volume': None, u'name': u'Rob Joyce', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Ye+and+Wiz%22', u'query': u'%22Ye+and+Wiz%22', u'tweet_volume': 11312, u'name': u'Ye and Wiz', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%22Felt+Like+Cappin%22', u'query': u'%22Felt+Like+Cappin%22', u'tweet_volume': None, u'name': u'Felt Like Cappin', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MentalIllnessTaughtMe', u'query': u'%23MentalIllnessTaughtMe', u'tweet_volume': None, u'name': u'#MentalIllnessTaughtMe', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23SelfiesForSoph', u'query': u'%23SelfiesForSoph', u'tweet_volume': None, u'name': u'#SelfiesForSoph', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23WeWontBeErased', u'query': u'%23WeWontBeErased', u'tweet_volume': None, u'name': u'#WeWontBeErased', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MurderersMusic', u'query': u'%23MurderersMusic', u'tweet_volume': None, u'name': u'#MurderersMusic', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MasConHRBlock', u'query': u'%23MasConHRBlock', u'tweet_volume': None, u'name': u'#MasConHRBlock', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23meditateonthis', u'query': u'%23meditateonthis', u'tweet_volume': None, u'name': u'#meditateonthis', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23TroyeOnEllen', u'query': u'%23TroyeOnEllen', u'tweet_volume': 10363, u'name': u'#TroyeOnEllen', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ProBowlDraft', u'query': u'%23ProBowlDraft', u'tweet_volume': None, u'name': u'#ProBowlDraft', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23ZaevionDobson', u'query': u'%23ZaevionDobson', u'tweet_volume': None, u'name': u'#ZaevionDobson', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23DemBows', u'query': u'%23DemBows', u'tweet_volume': None, u'name': u'#DemBows', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23KuboSweeps', u'query': u'%23KuboSweeps', u'tweet_volume': 10486, u'name': u'#KuboSweeps', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23GitHub', u'query': u'%23GitHub', u'tweet_volume': None, u'name': u'#GitHub', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23CapsFlyers', u'query': u'%23CapsFlyers', u'tweet_volume': None, u'name': u'#CapsFlyers', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23LazerTeam', u'query': u'%23LazerTeam', u'tweet_volume': 17203, u'name': u'#LazerTeam', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23FlintTownHall', u'query': u'%23FlintTownHall', u'tweet_volume': None, u'name': u'#FlintTownHall', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23PressPlayPierson', u'query': u'%23PressPlayPierson', u'tweet_volume': None, u'name': u'#PressPlayPierson', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23pugchat', u'query': u'%23pugchat', u'tweet_volume': None, u'name': u'#pugchat', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23EdBeat', u'query': u'%23EdBeat', u'tweet_volume': None, u'name': u'#EdBeat', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23createlounge', u'query': u'%23createlounge', u'tweet_volume': None, u'name': u'#createlounge', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23RegimenDePranes', u'query': u'%23RegimenDePranes', u'tweet_volume': 30137, u'name': u'#RegimenDePranes', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23CGWBchat', u'query': u'%23CGWBchat', u'tweet_volume': None, u'name': u'#CGWBchat', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23TORvsTBL', u'query': u'%23TORvsTBL', u'tweet_volume': None, u'name': u'#TORvsTBL', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23RealThinkersPod', u'query': u'%23RealThinkersPod', u'tweet_volume': None, u'name': u'#RealThinkersPod', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23MiercolesIntratable', u'query': u'%23MiercolesIntratable', u'tweet_volume': 26381, u'name': u'#MiercolesIntratable', u'promoted_content': None}, {u'url': u'http://twitter.com/search?q=%23TheRiverTourNYC', u'query': u'%23TheRiverTourNYC', u'tweet_volume': None, u'name': u'#TheRiverTourNYC', u'promoted_content': None}], u'as_of': u'2016-01-28T01:46:41Z', u'locations': [{u'woeid': 23424977, u'name': u'United States'}]}]
In [36]:
import json
#print json.dumps(world_trends, indent=1)
#print
print json.dumps(us_trends, indent=1)
[
{
"created_at": "2016-01-28T01:43:33Z",
"trends": [
{
"url": "http://twitter.com/search?q=Kanye",
"query": "Kanye",
"tweet_volume": 2195589,
"name": "Kanye",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23MyLast4Words",
"query": "%23MyLast4Words",
"tweet_volume": 20708,
"name": "#MyLast4Words",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23HollywoodWeek",
"query": "%23HollywoodWeek",
"tweet_volume": null,
"name": "#HollywoodWeek",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23ItsSoCuteWhenYou",
"query": "%23ItsSoCuteWhenYou",
"tweet_volume": null,
"name": "#ItsSoCuteWhenYou",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23LuchaUnderground",
"query": "%23LuchaUnderground",
"tweet_volume": 11149,
"name": "#LuchaUnderground",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23FaceTimeMeNash",
"query": "%23FaceTimeMeNash",
"tweet_volume": 406742,
"name": "#FaceTimeMeNash",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Kiss+It+Better%22",
"query": "%22Kiss+It+Better%22",
"tweet_volume": null,
"name": "Kiss It Better",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Goth+Felicity%22",
"query": "%22Goth+Felicity%22",
"tweet_volume": null,
"name": "Goth Felicity",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=O%27Reilly",
"query": "O%27Reilly",
"tweet_volume": 10305,
"name": "O'Reilly",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Alex+Riley%22",
"query": "%22Alex+Riley%22",
"tweet_volume": null,
"name": "Alex Riley",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22West+Des+Moines%22",
"query": "%22West+Des+Moines%22",
"tweet_volume": null,
"name": "West Des Moines",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22James+Joint%22",
"query": "%22James+Joint%22",
"tweet_volume": null,
"name": "James Joint",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Mason+City%22",
"query": "%22Mason+City%22",
"tweet_volume": null,
"name": "Mason City",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Team+Rice%22",
"query": "%22Team+Rice%22",
"tweet_volume": null,
"name": "Team Rice",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Hear+Me%22",
"query": "%22Hear+Me%22",
"tweet_volume": 17136,
"name": "Hear Me",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Tyra+Banks%22",
"query": "%22Tyra+Banks%22",
"tweet_volume": null,
"name": "Tyra Banks",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Bob+Miller%22",
"query": "%22Bob+Miller%22",
"tweet_volume": null,
"name": "Bob Miller",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Tom+Wilson%22",
"query": "%22Tom+Wilson%22",
"tweet_volume": null,
"name": "Tom Wilson",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Ryan+White%22",
"query": "%22Ryan+White%22",
"tweet_volume": null,
"name": "Ryan White",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=Drita",
"query": "Drita",
"tweet_volume": null,
"name": "Drita",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Avery+Bradley%22",
"query": "%22Avery+Bradley%22",
"tweet_volume": null,
"name": "Avery Bradley",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Chase+Center%22",
"query": "%22Chase+Center%22",
"tweet_volume": null,
"name": "Chase Center",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Rob+Joyce%22",
"query": "%22Rob+Joyce%22",
"tweet_volume": null,
"name": "Rob Joyce",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Ye+and+Wiz%22",
"query": "%22Ye+and+Wiz%22",
"tweet_volume": 11312,
"name": "Ye and Wiz",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Felt+Like+Cappin%22",
"query": "%22Felt+Like+Cappin%22",
"tweet_volume": null,
"name": "Felt Like Cappin",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23MentalIllnessTaughtMe",
"query": "%23MentalIllnessTaughtMe",
"tweet_volume": null,
"name": "#MentalIllnessTaughtMe",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23SelfiesForSoph",
"query": "%23SelfiesForSoph",
"tweet_volume": null,
"name": "#SelfiesForSoph",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23WeWontBeErased",
"query": "%23WeWontBeErased",
"tweet_volume": null,
"name": "#WeWontBeErased",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23MurderersMusic",
"query": "%23MurderersMusic",
"tweet_volume": null,
"name": "#MurderersMusic",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23MasConHRBlock",
"query": "%23MasConHRBlock",
"tweet_volume": null,
"name": "#MasConHRBlock",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23meditateonthis",
"query": "%23meditateonthis",
"tweet_volume": null,
"name": "#meditateonthis",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23TroyeOnEllen",
"query": "%23TroyeOnEllen",
"tweet_volume": 10363,
"name": "#TroyeOnEllen",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23ProBowlDraft",
"query": "%23ProBowlDraft",
"tweet_volume": null,
"name": "#ProBowlDraft",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23ZaevionDobson",
"query": "%23ZaevionDobson",
"tweet_volume": null,
"name": "#ZaevionDobson",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23DemBows",
"query": "%23DemBows",
"tweet_volume": null,
"name": "#DemBows",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23KuboSweeps",
"query": "%23KuboSweeps",
"tweet_volume": 10486,
"name": "#KuboSweeps",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23GitHub",
"query": "%23GitHub",
"tweet_volume": null,
"name": "#GitHub",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23CapsFlyers",
"query": "%23CapsFlyers",
"tweet_volume": null,
"name": "#CapsFlyers",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23LazerTeam",
"query": "%23LazerTeam",
"tweet_volume": 17203,
"name": "#LazerTeam",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23FlintTownHall",
"query": "%23FlintTownHall",
"tweet_volume": null,
"name": "#FlintTownHall",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23PressPlayPierson",
"query": "%23PressPlayPierson",
"tweet_volume": null,
"name": "#PressPlayPierson",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23pugchat",
"query": "%23pugchat",
"tweet_volume": null,
"name": "#pugchat",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23EdBeat",
"query": "%23EdBeat",
"tweet_volume": null,
"name": "#EdBeat",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23createlounge",
"query": "%23createlounge",
"tweet_volume": null,
"name": "#createlounge",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23RegimenDePranes",
"query": "%23RegimenDePranes",
"tweet_volume": 30137,
"name": "#RegimenDePranes",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23CGWBchat",
"query": "%23CGWBchat",
"tweet_volume": null,
"name": "#CGWBchat",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23TORvsTBL",
"query": "%23TORvsTBL",
"tweet_volume": null,
"name": "#TORvsTBL",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23RealThinkersPod",
"query": "%23RealThinkersPod",
"tweet_volume": null,
"name": "#RealThinkersPod",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23MiercolesIntratable",
"query": "%23MiercolesIntratable",
"tweet_volume": 26381,
"name": "#MiercolesIntratable",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23TheRiverTourNYC",
"query": "%23TheRiverTourNYC",
"tweet_volume": null,
"name": "#TheRiverTourNYC",
"promoted_content": null
}
],
"as_of": "2016-01-28T01:46:41Z",
"locations": [
{
"woeid": 23424977,
"name": "United States"
}
]
}
]
In [23]:
world_trends_set = set([trend['name']
for trend in world_trends[0]['trends']])
us_trends_set = set([trend['name']
for trend in us_trends[0]['trends']])
common_trends = world_trends_set.intersection(us_trends_set)
print common_trends
set([u'#ItsSoCuteWhenYou', u'#MiercolesIntratable', u'#MentalIllnessTaughtMe', u'#LuchaUnderground', u'#RegimenDePranes', u'#HollywoodWeek', u'Kanye', u'#SelfiesForSoph', u'#FaceTimeMeNash', u'#MyLast4Words'])
In [24]:
world_trends[0]['trends'][0]['name']
Out[24]:
u'Kanye'
In [25]:
world_trends_set
Out[25]:
{u'#7bilhoesDePessoasE',
u'#ALDUB28thWeeksary',
u'#AmigosQueSiempre',
u'#BertinyAlejandro',
u'#COAC2016C3',
u'#CortameTodo',
u'#DejenTodoHoyCABJ',
u'#DetencionPorSospecha',
u'#DetestoEsaGenteQue',
u'#ExplosionAzulEnDIRECTV',
u'#ExterminenPerrosDeLaCalle',
u'#FaceTimeMeNash',
u'#Ge\xe7mi\u015feD\xf6nebilsem',
u'#HollywoodWeek',
u'#ItsSoCuteWhenYou',
u'#JuveInter',
u'#LlegoElTarifazo',
u'#LuchaUnderground',
u'#MentalIllnessTaughtMe',
u'#MiercolesIntratable',
u'#MyLast4Words',
u'#PSGTFC',
u'#PrimeiraLiga',
u'#RegimenDePranes',
u'#SUPERLIGAAGUILAxWIN',
u'#SelfiesForSoph',
u'#TuSonrisaEsNuestraLuzMS',
u'#UmAnoInvicto',
u'#chilhavisto',
u'#\u0627\u0644\u0627\u062c\u0627\u0632\u0647_\u0628\u0627\u0644\u0646\u0633\u0628\u0627\u0644\u0643',
u'#\u062d\u0627\u064a\u0644_\u062b\u0644\u062c',
u'#\u0639\u0637\u0646\u064a_\u0635\u0641\u0647_\u0641\u064a\u0643',
u'#\u0644\u0648_\u0627\u0644\u0645\u063a\u0631\u062f\u064a\u0646_\u0627\u0643\u0644',
u'#\u0645\u0634_\u0631\u062d_\u0627\u0634\u062a\u063a\u0644_\u0628\u0627\u0644\u062e\u0644\u064a\u062c',
u'#\u0645\u0639\u0644\u0645\u064a\u0646_\u0627\u0644\u0627\u0631\u0628\u0639_\u0639\u0627\u0644\u0631\u0627\u062f\u064a\u0648_9090',
u'#\u30b3\u30d4\u30fc\u30b9\u30ed\u30c3\u30c8',
u'ACABOU O CA\xd4',
u'ANA PAULA LACRADORA',
u'Athletic',
u'Celta',
u'Cirino',
u'DirectionersVoteAttack',
u'Everton',
u'Gente Grande 2',
u'Kanye',
u'LOVATICS VOTE NOW',
u'MY DINAH',
u'Tidal',
u'We Need 5SOS In Brazil',
u'github'}
In [38]:
# Set this variable to a trending topic,
# or anything else for that matter. The example query below
# was a trending topic when this content was being developed
# and is used throughout the remainder of this chapter.
import json
q = '#Kanye'
count = 1000
# See https://dev.twitter.com/docs/api/1.1/get/search/tweets
search_results = twitter_api.search.tweets(q=q, count=count)
statuses = search_results['statuses']
# Iterate through 5 more batches of results by following the cursor
for _ in range(5):
print "Length of statuses", len(statuses)
try:
next_results = search_results['search_metadata']['next_results']
except KeyError, e: # No more results when next_results doesn't exist
break
# Create a dictionary from next_results, which has the following form:
# ?max_id=313519052523986943&q=NCAA&include_entities=1
kwargs = dict([ kv.split('=') for kv in next_results[1:].split("&") ])
search_results = twitter_api.search.tweets(**kwargs)
statuses += search_results['statuses']
# Show one sample search result by slicing the list...
print json.dumps(statuses, indent=4)
Length of statuses 100
Length of statuses 200
Length of statuses 200
[
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525801519054850,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692525801519054850",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 580137110,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/688126687322636288/8TE9P_Oe_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1852,
"profile_sidebar_border_color": "C0DEED",
"id_str": "580137110",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 41671,
"description": "Caterer /Baker x Black Elm x Eminem x Chelsea",
"friends_count": 1110,
"location": "Stamford Bridge ",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/688126687322636288/8TE9P_Oe_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/580137110/1444122343",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Yomide_x",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 727,
"name": "Mide\u2022",
"notifications": false,
"url": null,
"created_at": "Mon May 14 18:53:26 +0000 2012",
"contributors_enabled": false,
"time_zone": "Arizona",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:53:12 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525766047879174,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525766047879174",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 85022441,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/455912463154679808/Prae-6pb.jpeg",
"verified": false,
"profile_text_color": "19330A",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1409062108/IMG_3461_normal.JPG",
"profile_sidebar_fill_color": "C8E0B8",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 168,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "85022441",
"profile_background_color": "C0D8F1",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 4291,
"description": "May you always have laughter to cheer you, and those you love near you ~Just an average guy with exceptional hair~",
"friends_count": 317,
"location": "Quincy, MA",
"profile_link_color": "058724",
"profile_image_url": "http://pbs.twimg.com/profile_images/1409062108/IMG_3461_normal.JPG",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/85022441/1412882084",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/455912463154679808/Prae-6pb.jpeg",
"screen_name": "mcdonagh21",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2555,
"name": "Mike McDonagh",
"notifications": false,
"url": null,
"created_at": "Sun Oct 25 06:07:51 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:53:03 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525744933699584,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692525744933699584",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1957722589,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000587248302/bcc6b8103bc14712edaad04773ed9f77_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 63,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1957722589",
"profile_background_color": "C0DEED",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3309,
"description": "all things epl & ucl, norml, good books, radiohead and the bulldog",
"friends_count": 180,
"location": "akron, oh",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000587248302/bcc6b8103bc14712edaad04773ed9f77_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1957722589/1382669699",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "bigsby50",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 12370,
"name": "shifty",
"notifications": false,
"url": null,
"created_at": "Sun Oct 13 00:02:23 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:58 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye is still trending lol",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525676071669760,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525676071669760",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1373094714,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/668917172190613504/xn1F9Kq4_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1080,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1373094714",
"profile_background_color": "C0DEED",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 720,
"description": "north oconee // sc : itsbrittanyya",
"friends_count": 2017,
"location": "Athens, GA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/668917172190613504/xn1F9Kq4_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1373094714/1453916140",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "brittanyelise96",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 4218,
"name": "Brittany Alexander",
"notifications": false,
"url": null,
"created_at": "Mon Apr 22 21:04:58 +0000 2013",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525663312613376,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525663312613376",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 131,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 886025912,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif",
"verified": false,
"profile_text_color": "0C3E53",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691780525288194048/tYjFsyld_normal.jpg",
"profile_sidebar_fill_color": "FFF7CC",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 500,
"profile_sidebar_border_color": "F2E195",
"id_str": "886025912",
"profile_background_color": "BADFCD",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 18747,
"description": "keep your feet firmly planted in the sky",
"friends_count": 523,
"location": "",
"profile_link_color": "FF0000",
"profile_image_url": "http://pbs.twimg.com/profile_images/691780525288194048/tYjFsyld_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/886025912/1447034905",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif",
"screen_name": "nyla_jordan",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6549,
"name": "Nylon",
"notifications": false,
"url": null,
"created_at": "Wed Oct 17 04:05:46 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "When your girl got her nails done and your whole night is ruined #kanye https://t.co/QmBRCe6TWn",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525640331980800,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
65,
71
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/goekip/status/692525640331980800/photo/1",
"display_url": "pic.twitter.com/QmBRCe6TWn",
"url": "https://t.co/QmBRCe6TWn",
"media_url_https": "https://pbs.twimg.com/media/CZxYZi0WEAAyoKk.jpg",
"id_str": "692525638574542848",
"sizes": {
"small": {
"h": 190,
"resize": "fit",
"w": 340
},
"large": {
"h": 351,
"resize": "fit",
"w": 625
},
"medium": {
"h": 336,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
72,
95
],
"type": "photo",
"id": 692525638574542848,
"media_url": "http://pbs.twimg.com/media/CZxYZi0WEAAyoKk.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525640331980800",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1253144581,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme6/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/3355659308/49bd37b0462e60f6cb74e944412dc179_normal.jpeg",
"profile_sidebar_fill_color": "A0C5C7",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 15,
"profile_sidebar_border_color": "000000",
"id_str": "1253144581",
"profile_background_color": "709397",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": 3600,
"statuses_count": 1222,
"description": "Drinking, writing, being annoyed about annoying shit. I'm also a translator for English and Russian to German and I love it.",
"friends_count": 101,
"location": "Central Europe",
"profile_link_color": "FF3300",
"profile_image_url": "http://pbs.twimg.com/profile_images/3355659308/49bd37b0462e60f6cb74e944412dc179_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme6/bg.gif",
"screen_name": "goekip",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 126,
"name": "David Jameson",
"notifications": false,
"url": null,
"created_at": "Sat Mar 09 01:32:07 +0000 2013",
"contributors_enabled": false,
"time_zone": "Amsterdam",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @BB8: @kanyewest @wizkhalifa BEEP BEEEEEP BEEEP BEEEEP. \n#Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525631226171392,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 7174292,
"indices": [
3,
7
],
"id_str": "7174292",
"screen_name": "BB8",
"name": "BB8"
},
{
"id": 169686021,
"indices": [
9,
19
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 20322929,
"indices": [
20,
31
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
60,
66
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 66,
"id_str": "692525631226171392",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "@kanyewest @wizkhalifa BEEP BEEEEEP BEEEP BEEEEP. \n#Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692466152048594945,
"favorite_count": 118,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
0,
10
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 20322929,
"indices": [
11,
22
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "kanyewest",
"in_reply_to_user_id": 169686021,
"retweet_count": 66,
"id_str": "692466152048594945",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 7174292,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/680053476500631552/Yvw3yGfe_normal.jpg",
"profile_sidebar_fill_color": "E0FF92",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 65415,
"profile_sidebar_border_color": "87BC44",
"id_str": "7174292",
"profile_background_color": "9AE4E8",
"listed_count": 202,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 489,
"description": "Beeep boooop beeep booop boooop! BB8 from Star Wars. #BB8 #StarWars Parody. Boop! BB8Contact@Gmail.com",
"friends_count": 96,
"location": "A galaxy far far away",
"profile_link_color": "0000FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/680053476500631552/Yvw3yGfe_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/7174292/1450755453",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "BB8",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 13387,
"name": "BB8",
"notifications": false,
"url": null,
"created_at": "Sat Jun 30 17:41:06 +0000 2007",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "169686021",
"lang": "tr",
"created_at": "Wed Jan 27 21:56:10 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "tr",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 368047578,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691453428581670912/JcP3GpJ-_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/bR81lMgkcz",
"indices": [
0,
23
],
"expanded_url": "https://open.spotify.com/user/1297136549",
"display_url": "open.spotify.com/user/1297136549"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 329,
"profile_sidebar_border_color": "BDDCAD",
"id_str": "368047578",
"profile_background_color": "9AE4E8",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 4332,
"description": "i really love my boyfriend, @sevans2709, cats, running, and Star Wars",
"friends_count": 284,
"location": "\u00af\\_(\u30c4)_/\u00af",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/691453428581670912/JcP3GpJ-_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/368047578/1452054284",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif",
"screen_name": "ashley_sweeneyy",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 8124,
"name": "ashley",
"notifications": false,
"url": "https://t.co/bR81lMgkcz",
"created_at": "Mon Sep 05 00:36:06 +0000 2011",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "tr",
"created_at": "Thu Jan 28 01:52:31 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "tr",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Keep your fingers where I can see them... Don't #Kanye me. \ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02 #fingersinthebootyassbitch",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525618894888960,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
48,
54
],
"text": "Kanye"
},
{
"indices": [
64,
90
],
"text": "fingersinthebootyassbitch"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525618894888960",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3122316103,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/583111802529169408/R-yfXCG0_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/2Y5KGLcc2K",
"indices": [
0,
22
],
"expanded_url": "http://Cositastudios.blogspot.com",
"display_url": "Cositastudios.blogspot.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 0,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3122316103",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 98,
"description": "Anni P lives and works in New York City",
"friends_count": 28,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/583111802529169408/R-yfXCG0_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Cosita_AnniP",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2,
"name": "Anni P",
"notifications": false,
"url": "http://t.co/2Y5KGLcc2K",
"created_at": "Wed Apr 01 00:46:40 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Would be nice to see @wizkhalifa go on #kanye in a song but I actually like his chill music more than any beef music he could come out with.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525608404979715,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
21,
32
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
39,
45
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525608404979715",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 28516610,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/298345685/Prince.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/3511707451/a3182d8b00833bd7a634634a04b6fce0_normal.jpeg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/rwXFGPVteI",
"indices": [
0,
22
],
"expanded_url": "http://avantgardeapps.com",
"display_url": "avantgardeapps.com"
}
]
},
"description": {
"urls": [
{
"url": "http://t.co/fvSPhIwfVc",
"indices": [
52,
74
],
"expanded_url": "http://about.me/wilferrel",
"display_url": "about.me/wilferrel"
}
]
}
},
"followers_count": 158,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "28516610",
"profile_background_color": "022330",
"listed_count": 18,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 4931,
"description": "iOS Developer. Hunting Bugs is the Game. #DevLife . http://t.co/fvSPhIwfVc",
"friends_count": 556,
"location": "Florida, USA",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/3511707451/a3182d8b00833bd7a634634a04b6fce0_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/28516610/1419924032",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/298345685/Prince.jpg",
"screen_name": "WilFoReal",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 355,
"name": "Wil Ferrel",
"notifications": false,
"url": "http://t.co/rwXFGPVteI",
"created_at": "Fri Apr 03 06:24:08 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:26 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @AngiTaylorKISS: #Kanye #Wiz #Amber Oh man Oh man... not again. #IloveTwitter https://t.co/WzStxJ6Qy1",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525605410181120,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 159823324,
"indices": [
3,
18
],
"id_str": "159823324",
"screen_name": "AngiTaylorKISS",
"name": "Angi Taylor"
}
],
"hashtags": [
{
"indices": [
20,
26
],
"text": "Kanye"
},
{
"indices": [
27,
31
],
"text": "Wiz"
},
{
"indices": [
32,
38
],
"text": "Amber"
},
{
"indices": [
68,
81
],
"text": "IloveTwitter"
}
],
"urls": [],
"media": [
{
"source_user_id": 159823324,
"source_status_id_str": "692454893957861377",
"expanded_url": "http://twitter.com/AngiTaylorKISS/status/692454893957861377/photo/1",
"display_url": "pic.twitter.com/WzStxJ6Qy1",
"url": "https://t.co/WzStxJ6Qy1",
"media_url_https": "https://pbs.twimg.com/media/CZwYDj2WAAEw0vc.jpg",
"source_user_id_str": "159823324",
"source_status_id": 692454893957861377,
"id_str": "692454892150063105",
"sizes": {
"small": {
"h": 255,
"resize": "fit",
"w": 340
},
"large": {
"h": 315,
"resize": "fit",
"w": 420
},
"medium": {
"h": 315,
"resize": "fit",
"w": 420
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
82,
105
],
"type": "photo",
"id": 692454892150063105,
"media_url": "http://pbs.twimg.com/media/CZwYDj2WAAEw0vc.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 5,
"id_str": "692525605410181120",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye #Wiz #Amber Oh man Oh man... not again. #IloveTwitter https://t.co/WzStxJ6Qy1",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692454893957861377,
"favorite_count": 35,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
7,
11
],
"text": "Wiz"
},
{
"indices": [
12,
18
],
"text": "Amber"
},
{
"indices": [
48,
61
],
"text": "IloveTwitter"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/AngiTaylorKISS/status/692454893957861377/photo/1",
"display_url": "pic.twitter.com/WzStxJ6Qy1",
"url": "https://t.co/WzStxJ6Qy1",
"media_url_https": "https://pbs.twimg.com/media/CZwYDj2WAAEw0vc.jpg",
"id_str": "692454892150063105",
"sizes": {
"small": {
"h": 255,
"resize": "fit",
"w": 340
},
"large": {
"h": 315,
"resize": "fit",
"w": 420
},
"medium": {
"h": 315,
"resize": "fit",
"w": 420
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
62,
85
],
"type": "photo",
"id": 692454892150063105,
"media_url": "http://pbs.twimg.com/media/CZwYDj2WAAEw0vc.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 5,
"id_str": "692454893957861377",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 159823324,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/647779745556357120/CDw_8LZR_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/W2oRN2RFjX",
"indices": [
0,
23
],
"expanded_url": "http://www.1035kissfm.com",
"display_url": "1035kissfm.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 21981,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "159823324",
"profile_background_color": "4C5357",
"listed_count": 171,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 28894,
"description": "Host of Fred + Angi in the Morning @1035KISSFM #Chicago! #iHeartMedia Mama, wifey, #triathlete #fashionista #SerbianPrincess, hoodrat on the come-up",
"friends_count": 882,
"location": "Chicago, IL ",
"profile_link_color": "4A913C",
"profile_image_url": "http://pbs.twimg.com/profile_images/647779745556357120/CDw_8LZR_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/159823324/1353435055",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif",
"screen_name": "AngiTaylorKISS",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 17744,
"name": "Angi Taylor",
"notifications": false,
"url": "https://t.co/W2oRN2RFjX",
"created_at": "Sat Jun 26 12:29:38 +0000 2010",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:11:26 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 418748411,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000191458849/f552369370ab1c0eaaeb8097401e96ea_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 186,
"profile_sidebar_border_color": "C0DEED",
"id_str": "418748411",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 5785,
"description": "Proud Mama of 4--blessed w/an amazing husband! I Love God, my family and friends, and my Country. I'm conservative-and I Stand With Israel.....",
"friends_count": 169,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000191458849/f552369370ab1c0eaaeb8097401e96ea_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "ThePhelanSix",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6523,
"name": "Megan Phelan",
"notifications": false,
"url": null,
"created_at": "Tue Nov 22 14:45:33 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:25 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye #KanyeWest #AmberRose #wizzkhalifa #Wizz #lol https://t.co/Wq8JY6fIZF",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525604818829313,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
7,
17
],
"text": "KanyeWest"
},
{
"indices": [
18,
28
],
"text": "AmberRose"
},
{
"indices": [
29,
41
],
"text": "wizzkhalifa"
},
{
"indices": [
43,
48
],
"text": "Wizz"
},
{
"indices": [
49,
53
],
"text": "lol"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/NateBoiWhite/status/692525604818829313/photo/1",
"display_url": "pic.twitter.com/Wq8JY6fIZF",
"url": "https://t.co/Wq8JY6fIZF",
"media_url_https": "https://pbs.twimg.com/media/CZxYXiAWQAAJed3.jpg",
"id_str": "692525603996712960",
"sizes": {
"small": {
"h": 287,
"resize": "fit",
"w": 340
},
"large": {
"h": 423,
"resize": "fit",
"w": 500
},
"medium": {
"h": 423,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
54,
77
],
"type": "photo",
"id": 692525603996712960,
"media_url": "http://pbs.twimg.com/media/CZxYXiAWQAAJed3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525604818829313",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 455254876,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme19/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/2065367139/bora_4__normal.jpg",
"profile_sidebar_fill_color": "F6FFD1",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 22,
"profile_sidebar_border_color": "FFF8AD",
"id_str": "455254876",
"profile_background_color": "FFF04D",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 101,
"description": "Im not trippin, fames all yours baby! Im good!",
"friends_count": 104,
"location": "Seattle",
"profile_link_color": "0099CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/2065367139/bora_4__normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif",
"screen_name": "NateBoiWhite",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 25,
"name": "Nate",
"notifications": false,
"url": null,
"created_at": "Wed Jan 04 22:27:21 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:52:25 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525582622531585,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525582622531585",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3592848795,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/664935991451492352/sSMaIcVU_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 206,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3592848795",
"profile_background_color": "C0DEED",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 2354,
"description": "ASQUAD",
"friends_count": 226,
"location": "Connecticut, USA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/664935991451492352/sSMaIcVU_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3592848795/1452840121",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "haxhavelli",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 598,
"name": "haxhi",
"notifications": false,
"url": null,
"created_at": "Wed Sep 09 00:23:40 +0000 2015",
"contributors_enabled": false,
"time_zone": "EDT",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:20 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@TMZ Don't ask me about a beef that I publicly flamed. Wtf is wrong with Donda's baby \ud83d\ude2a #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": 692491055992815617,
"id": 692525577492905987,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 16331010,
"indices": [
0,
4
],
"id_str": "16331010",
"screen_name": "TMZ",
"name": "TMZ"
}
],
"hashtags": [
{
"indices": [
88,
94
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "TMZ",
"in_reply_to_user_id": 16331010,
"retweet_count": 0,
"id_str": "692525577492905987",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2428478491,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/645596803925045253/8nUJrJ4E_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 31,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2428478491",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 171,
"description": "just a girl who loves awesome customer service and will tweet when it doesnt happen. @_HamptonU bound!",
"friends_count": 106,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/645596803925045253/8nUJrJ4E_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2428478491/1442757175",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "ForeverFab5",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 159,
"name": "Forever",
"notifications": false,
"url": null,
"created_at": "Sat Apr 05 07:15:36 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "16331010",
"lang": "en",
"created_at": "Thu Jan 28 01:52:18 +0000 2016",
"in_reply_to_status_id_str": "692491055992815617",
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525575865516041,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692525575865516041",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 157626908,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/651939947331624960/Al2FXdST_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/QlWUPmBFjb",
"indices": [
0,
23
],
"expanded_url": "http://www.rapriot.com",
"display_url": "rapriot.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 842,
"profile_sidebar_border_color": "C0DEED",
"id_str": "157626908",
"profile_background_color": "C0DEED",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 19956,
"description": "SC: muhdshaheed #Taylor Gang# automobile enthusiast! formerly @muhdshaheeed",
"friends_count": 801,
"location": "ZION ",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/651939947331624960/Al2FXdST_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/157626908/1452652340",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "muhdshaheed",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 147,
"name": "Shahid",
"notifications": false,
"url": "https://t.co/QlWUPmBFjb",
"created_at": "Sun Jun 20 11:04:08 +0000 2010",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:18 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "What!? Kanye takes a break from his' genius' self to tweet? Then again gotta keep up with Kardashians. In other 'news' water is wet. #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525570891071490,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
133,
139
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525570891071490",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 34889083,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685344940176445440/lQjU-zra_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/LCoJd5EQIX",
"indices": [
0,
23
],
"expanded_url": "http://vladdyb.bandcamp.com",
"display_url": "vladdyb.bandcamp.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/NWJZNsYgoS",
"indices": [
106,
129
],
"expanded_url": "http://www.reverbnation.com/vladdyb",
"display_url": "reverbnation.com/vladdyb"
}
]
}
},
"followers_count": 902,
"profile_sidebar_border_color": "C0DEED",
"id_str": "34889083",
"profile_background_color": "C0DEED",
"listed_count": 19,
"is_translation_enabled": false,
"utc_offset": 39600,
"statuses_count": 1770,
"description": "Songwriter / Musician from Melbourne. Australia.Sketchy Romantic Truth Seeker sharing all sorts of vibes! https://t.co/NWJZNsYgoS",
"friends_count": 605,
"location": "Melbourne",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/685344940176445440/lQjU-zra_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/34889083/1419162639",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "VladdyB",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 66,
"name": "Vladdy B",
"notifications": false,
"url": "https://t.co/LCoJd5EQIX",
"created_at": "Fri Apr 24 09:40:16 +0000 2009",
"contributors_enabled": false,
"time_zone": "Melbourne",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:17 +0000 2016",
"in_reply_to_status_id_str": null,
"place": {
"country_code": "AU",
"url": "https://api.twitter.com/1.1/geo/id/01864a8a64df9dc4.json",
"country": "Australia",
"place_type": "city",
"bounding_box": {
"type": "Polygon",
"coordinates": [
[
[
144.593741856,
-38.433859306
],
[
145.512528832,
-38.433859306
],
[
145.512528832,
-37.5112737225
],
[
144.593741856,
-37.5112737225
]
]
]
},
"contained_within": [],
"full_name": "Melbourne, Victoria",
"attributes": {},
"id": "01864a8a64df9dc4",
"name": "Melbourne"
},
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @TutDaDamnRuler: #kanye https://t.co/DFDstp0Jcz",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525564297646080,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 3048551549,
"indices": [
3,
18
],
"id_str": "3048551549",
"screen_name": "TutDaDamnRuler",
"name": "R. Robinson"
}
],
"hashtags": [
{
"indices": [
20,
26
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 3048551549,
"source_status_id_str": "692525157735337985",
"expanded_url": "http://twitter.com/TutDaDamnRuler/status/692525157735337985/photo/1",
"display_url": "pic.twitter.com/DFDstp0Jcz",
"url": "https://t.co/DFDstp0Jcz",
"media_url_https": "https://pbs.twimg.com/media/CZxX9Q1WEAE1X_S.jpg",
"source_user_id_str": "3048551549",
"source_status_id": 692525157735337985,
"id_str": "692525152710561793",
"sizes": {
"large": {
"h": 960,
"resize": "fit",
"w": 960
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
27,
50
],
"type": "photo",
"id": 692525152710561793,
"media_url": "http://pbs.twimg.com/media/CZxX9Q1WEAE1X_S.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692525564297646080",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye https://t.co/DFDstp0Jcz",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525157735337985,
"favorite_count": 2,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/TutDaDamnRuler/status/692525157735337985/photo/1",
"display_url": "pic.twitter.com/DFDstp0Jcz",
"url": "https://t.co/DFDstp0Jcz",
"media_url_https": "https://pbs.twimg.com/media/CZxX9Q1WEAE1X_S.jpg",
"id_str": "692525152710561793",
"sizes": {
"large": {
"h": 960,
"resize": "fit",
"w": 960
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
7,
30
],
"type": "photo",
"id": 692525152710561793,
"media_url": "http://pbs.twimg.com/media/CZxX9Q1WEAE1X_S.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692525157735337985",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3048551549,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687723376794824705/nUFE46N1_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/ACnmQK7EPR",
"indices": [
0,
23
],
"expanded_url": "http://jizzleinstrumentals.com",
"display_url": "jizzleinstrumentals.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 169,
"profile_sidebar_border_color": "000000",
"id_str": "3048551549",
"profile_background_color": "000000",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 154,
"description": "Its RJ short for Robert. Instrumentalist of all types of sounds..-logistics mng.- Consious negus-Vet",
"friends_count": 389,
"location": "The World",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/687723376794824705/nUFE46N1_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3048551549/1452797553",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "TutDaDamnRuler",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 21,
"name": "R. Robinson",
"notifications": false,
"url": "https://t.co/ACnmQK7EPR",
"created_at": "Sat Feb 21 03:10:37 +0000 2015",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:50:38 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 321122255,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/534523027543715844/oxqyiUSz.jpeg",
"verified": false,
"profile_text_color": "3D1957",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689313266347020288/kz5JW023_normal.jpg",
"profile_sidebar_fill_color": "7AC3EE",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/5DxTzNzAFP",
"indices": [
0,
23
],
"expanded_url": "http://DaniIsBae.com",
"display_url": "DaniIsBae.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 890,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "321122255",
"profile_background_color": "642D8B",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 19512,
"description": "#NC | #SHSU",
"friends_count": 775,
"location": "",
"profile_link_color": "FF0000",
"profile_image_url": "http://pbs.twimg.com/profile_images/689313266347020288/kz5JW023_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/321122255/1453737606",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/534523027543715844/oxqyiUSz.jpeg",
"screen_name": "EvaaZuniga",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 6722,
"name": "\u00a3va",
"notifications": false,
"url": "https://t.co/5DxTzNzAFP",
"created_at": "Tue Jun 21 02:05:04 +0000 2011",
"contributors_enabled": false,
"time_zone": "Mountain Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": true,
"lang": "und",
"created_at": "Thu Jan 28 01:52:15 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye R.I.P",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525561130926080,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525561130926080",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3722374336,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690302272119664641/H8wKvKo7_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 101,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3722374336",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 280,
"description": "welcome to hoe universe",
"friends_count": 77,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690302272119664641/H8wKvKo7_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3722374336/1453415766",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "tommowayslays",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3125,
"name": "harreh",
"notifications": false,
"url": null,
"created_at": "Sun Sep 20 23:12:47 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "und",
"created_at": "Thu Jan 28 01:52:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525528906080258,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525528906080258",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 260495587,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/286245706/xd7488250aa1b8cf4cdd17647a3eacd5.jpg",
"verified": false,
"profile_text_color": "921519",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687269593606324225/j_jg92pO_normal.jpg",
"profile_sidebar_fill_color": "28150E",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/PWUfPi1wKE",
"indices": [
0,
23
],
"expanded_url": "http://www.facebook.com/antonio.alaniz",
"display_url": "facebook.com/antonio.alaniz"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 623,
"profile_sidebar_border_color": "FFDAA6",
"id_str": "260495587",
"profile_background_color": "420F0E",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 14077,
"description": "\u03a9\u0394\u03a6 #261 - Delta Chapter - Texas A&M University Class of 2015 - Sport Management - U.S. Army Infantry Officer \n\n PSN: TonyHype15",
"friends_count": 797,
"location": "Pasadena, TX",
"profile_link_color": "FE0E33",
"profile_image_url": "http://pbs.twimg.com/profile_images/687269593606324225/j_jg92pO_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/260495587/1451188271",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/286245706/xd7488250aa1b8cf4cdd17647a3eacd5.jpg",
"screen_name": "TonyAggie",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 4349,
"name": "Antonio Alaniz",
"notifications": false,
"url": "https://t.co/PWUfPi1wKE",
"created_at": "Fri Mar 04 00:25:04 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:07 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @kellixboyle: LOL North is tweeting again. Kids do the darndest things!!! #wizwearscoolpants #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525528264368131,
"favorite_count": 0,
"source": "<a href=\"http://mobile.twitter.com\" rel=\"nofollow\">Mobile Web</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 408063183,
"indices": [
3,
15
],
"id_str": "408063183",
"screen_name": "kellixboyle",
"name": "Kelli Boyle"
}
],
"hashtags": [
{
"indices": [
77,
95
],
"text": "wizwearscoolpants"
},
{
"indices": [
96,
102
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 66,
"id_str": "692525528264368131",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "LOL North is tweeting again. Kids do the darndest things!!! #wizwearscoolpants #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692428747732094977,
"favorite_count": 135,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
60,
78
],
"text": "wizwearscoolpants"
},
{
"indices": [
79,
85
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 66,
"id_str": "692428747732094977",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 408063183,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/509546960018092032/RiveOUz3.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690297546976137216/pHObIKXD_normal.jpg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/Qeaq6juhtu",
"indices": [
0,
23
],
"expanded_url": "http://elitedaily.com/users/kboyle/",
"display_url": "elitedaily.com/users/kboyle/"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 537,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "408063183",
"profile_background_color": "9EF0E2",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 3830,
"description": "Pasta enthusiast. College Programming Coordinator @EliteDaily IG: kellixboyle",
"friends_count": 569,
"location": "New York, NY",
"profile_link_color": "047C85",
"profile_image_url": "http://pbs.twimg.com/profile_images/690297546976137216/pHObIKXD_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/408063183/1452211426",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/509546960018092032/RiveOUz3.jpeg",
"screen_name": "kellixboyle",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3919,
"name": "Kelli Boyle",
"notifications": false,
"url": "https://t.co/Qeaq6juhtu",
"created_at": "Tue Nov 08 22:50:47 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 19:27:32 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 879229100,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000163533668/dUy9bkOT.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/622884177495621632/QOud1Ue-_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/f3ePZnZkls",
"indices": [
0,
23
],
"expanded_url": "http://giibooks.blogspot.com.br/2016/01/legend-review-resenha.html",
"display_url": "giibooks.blogspot.com.br/2016/01/legend\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 402,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "879229100",
"profile_background_color": "E0C1EB",
"listed_count": 22,
"is_translation_enabled": false,
"utc_offset": -7200,
"statuses_count": 33953,
"description": "-POTTERHEAD-TRIBUTE-DEMIGOD- The truth only hurts those who are lying #Blackfish\n#Captivitykills #tweet4taiji #shuttaijidown",
"friends_count": 584,
"location": "",
"profile_link_color": "7700B3",
"profile_image_url": "http://pbs.twimg.com/profile_images/622884177495621632/QOud1Ue-_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/879229100/1405454149",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000163533668/dUy9bkOT.jpeg",
"screen_name": "BatistaGii",
"lang": "pt",
"profile_background_tile": true,
"favourites_count": 14633,
"name": "Gina Batista",
"notifications": false,
"url": "https://t.co/f3ePZnZkls",
"created_at": "Sun Oct 14 03:29:29 +0000 2012",
"contributors_enabled": false,
"time_zone": "Brasilia",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:07 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "https://t.co/HtG310CdSa Kanye gets fingered #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525519787663360,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
44,
50
],
"text": "kanye"
}
],
"urls": [
{
"url": "https://t.co/HtG310CdSa",
"indices": [
0,
23
],
"expanded_url": "https://vine.co/v/ii3UEUwJ2lw",
"display_url": "vine.co/v/ii3UEUwJ2lw"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525519787663360",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3326789838,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692042371748532224/FsWP4r6E_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/tIWDGXykBk",
"indices": [
0,
23
],
"expanded_url": "https://soundcloud.com/bobby-balboa/er-bobby-balboa",
"display_url": "soundcloud.com/bobby-balboa/e\u2026"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/5NmVhgl51k",
"indices": [
97,
120
],
"expanded_url": "http://vine.co/v/ieahDFQ2JtO",
"display_url": "vine.co/v/ieahDFQ2JtO"
}
]
}
},
"followers_count": 20,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3326789838",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 172,
"description": "SHARING SOUNDS NEW MUSIC. FROM ARTIST BOBBY BALBOA. COMEDY COSMOS OF TONGA YOGA #VINE @WORLDSTAR https://t.co/5NmVhgl51k bill Cosby won his case 10000 loop",
"friends_count": 75,
"location": "Houston, TX",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/692042371748532224/FsWP4r6E_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "PromotionBalboa",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 79,
"name": "Balboa jankins",
"notifications": false,
"url": "https://t.co/tIWDGXykBk",
"created_at": "Sun Aug 23 16:47:53 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "da",
"created_at": "Thu Jan 28 01:52:05 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "da",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I can't keep up with the news today on Twitter #Kanye #Wiz #AmberRose #Common #RKelly",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525518860783618,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
47,
53
],
"text": "Kanye"
},
{
"indices": [
54,
58
],
"text": "Wiz"
},
{
"indices": [
59,
69
],
"text": "AmberRose"
},
{
"indices": [
70,
77
],
"text": "Common"
},
{
"indices": [
78,
85
],
"text": "RKelly"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525518860783618",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 78118277,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/532484735/x226ba9902b57febc6302eafb27968db.png",
"verified": false,
"profile_text_color": "0B0A6D",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687873403550887936/5crwcaPd_normal.jpg",
"profile_sidebar_fill_color": "121F43",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 418,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "78118277",
"profile_background_color": "000000",
"listed_count": 9,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 22731,
"description": "I'm searching for paradise.",
"friends_count": 123,
"location": "#blacklivesmatter",
"profile_link_color": "93DCF3",
"profile_image_url": "http://pbs.twimg.com/profile_images/687873403550887936/5crwcaPd_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/78118277/1452868178",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/532484735/x226ba9902b57febc6302eafb27968db.png",
"screen_name": "tkwilson01",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 26902,
"name": "taylor k wilson \uf8ff",
"notifications": false,
"url": null,
"created_at": "Mon Sep 28 20:48:56 +0000 2009",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:04 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Soooo #wiz and #kanye both got albums dropping in the coming weeks and y'all think you're seeing a genuine interaction? #coolstory",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525507569696768,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
6,
10
],
"text": "wiz"
},
{
"indices": [
15,
21
],
"text": "kanye"
},
{
"indices": [
120,
130
],
"text": "coolstory"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525507569696768",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3740200158,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/659159062995599362/DrhBmfBv_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 39,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3740200158",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 555,
"description": "toeing the line between ambitious and emotionally unavailable since '91",
"friends_count": 85,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/659159062995599362/DrhBmfBv_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3740200158/1447710153",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "baybellz",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 89,
"name": "Bella Podolsky",
"notifications": false,
"url": null,
"created_at": "Wed Sep 30 20:06:30 +0000 2015",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:52:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525500493881344,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525500493881344",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 737450563,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000150426857/ynIcdXAI.jpeg",
"verified": false,
"profile_text_color": "2280A9",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/683252847404662784/5js6D_c0_normal.jpg",
"profile_sidebar_fill_color": "020812",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 203,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "737450563",
"profile_background_color": "C1EBCC",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 6854,
"description": "",
"friends_count": 193,
"location": "",
"profile_link_color": "48B300",
"profile_image_url": "http://pbs.twimg.com/profile_images/683252847404662784/5js6D_c0_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/737450563/1453807236",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000150426857/ynIcdXAI.jpeg",
"screen_name": "bernardkung_",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5438,
"name": "bernard :3",
"notifications": false,
"url": null,
"created_at": "Sat Aug 04 21:31:51 +0000 2012",
"contributors_enabled": false,
"time_zone": "Hawaii",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:52:00 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Guess Amber but her thumb in his butt :// #kanye #amberrose",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525497264271360,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
42,
48
],
"text": "kanye"
},
{
"indices": [
49,
59
],
"text": "amberrose"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525497264271360",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 962994157,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691106682508738560/UJQKzUXe_normal.jpg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/vZhIQqpjTS",
"indices": [
0,
23
],
"expanded_url": "http://www.xxdrakeswifexx.tumblr.com/",
"display_url": "xxdrakeswifexx.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 832,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "962994157",
"profile_background_color": "ACDED6",
"listed_count": 12,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 15935,
"description": "just a black girl loving herself dm me if you plz",
"friends_count": 1746,
"location": "",
"profile_link_color": "87B1F0",
"profile_image_url": "http://pbs.twimg.com/profile_images/691106682508738560/UJQKzUXe_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/962994157/1453607647",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif",
"screen_name": "YuNg__pLaNt",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 24207,
"name": "egg",
"notifications": false,
"url": "https://t.co/vZhIQqpjTS",
"created_at": "Wed Nov 21 19:51:52 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:51:59 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525489248927744,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692525489248927744",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2937259564,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/627865694739267585/t1jqVvLl_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/7p26zLkJ7n",
"indices": [
0,
23
],
"expanded_url": "http://smule.com/getcabbage69420",
"display_url": "smule.com/getcabbage69420"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 281,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2937259564",
"profile_background_color": "C0DEED",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 11813,
"description": "biochemical calculus/rapping/hand modeling triple major",
"friends_count": 267,
"location": "the Zoo69",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/627865694739267585/t1jqVvLl_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2937259564/1452993224",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "DJMashdPotatoez",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 42381,
"name": "daniel",
"notifications": false,
"url": "https://t.co/7p26zLkJ7n",
"created_at": "Mon Dec 22 17:31:02 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:51:57 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525486824628224,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525486824628224",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2454278912,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681958051427913728/kc6IzRdj_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/DANYX85qiB",
"indices": [
0,
23
],
"expanded_url": "https://Instagram.com/sophie.chavez/#link_profile",
"display_url": "Instagram.com/sophie.chavez/\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 727,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2454278912",
"profile_background_color": "C0DEED",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 11960,
"description": "yung latina w/ an attitude",
"friends_count": 2160,
"location": "California, USA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/681958051427913728/kc6IzRdj_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2454278912/1451426447",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "sophchav",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 12724,
"name": "potato sophie",
"notifications": false,
"url": "https://t.co/DANYX85qiB",
"created_at": "Sun Apr 20 05:58:44 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:57 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @MsGlea: Watching all this #Kanye #Wiz #Amber Twitter drama like... https://t.co/Jp8MKAxZgg",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525470139707392,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 18057356,
"indices": [
3,
10
],
"id_str": "18057356",
"screen_name": "MsGlea",
"name": "Gleana Albritton"
}
],
"hashtags": [
{
"indices": [
30,
36
],
"text": "Kanye"
},
{
"indices": [
37,
41
],
"text": "Wiz"
},
{
"indices": [
42,
48
],
"text": "Amber"
}
],
"urls": [
{
"url": "https://t.co/Jp8MKAxZgg",
"indices": [
71,
94
],
"expanded_url": "http://twitter.com/MsGlea/status/692465218149040129/photo/1",
"display_url": "pic.twitter.com/Jp8MKAxZgg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692525470139707392",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Watching all this #Kanye #Wiz #Amber Twitter drama like... https://t.co/Jp8MKAxZgg",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692465218149040129,
"favorite_count": 7,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
18,
24
],
"text": "Kanye"
},
{
"indices": [
25,
29
],
"text": "Wiz"
},
{
"indices": [
30,
36
],
"text": "Amber"
}
],
"urls": [
{
"url": "https://t.co/Jp8MKAxZgg",
"indices": [
59,
82
],
"expanded_url": "http://twitter.com/MsGlea/status/692465218149040129/photo/1",
"display_url": "pic.twitter.com/Jp8MKAxZgg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692465218149040129",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 18057356,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/166428673/xd4fdd8a076ba7ca65c7db789ccbb589.png",
"verified": false,
"profile_text_color": "1C1F23",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/619534619214393344/4yFq05sA_normal.jpg",
"profile_sidebar_fill_color": "C9C9C9",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/kIa6Z6UADl",
"indices": [
0,
22
],
"expanded_url": "http://www.gleaclub.blogspot.com",
"display_url": "gleaclub.blogspot.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 1399,
"profile_sidebar_border_color": "BFBFBF",
"id_str": "18057356",
"profile_background_color": "07090B",
"listed_count": 71,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 42215,
"description": "Marketer @twitter: Media & Entertainment. MBA. TV Pusher. OTT/VOD obsessed. Pop culture enthusiast. Karaoke Queen.\n\n*All opinions expressed here are my own*",
"friends_count": 1521,
"location": "Los Angeles, CA",
"profile_link_color": "C34242",
"profile_image_url": "http://pbs.twimg.com/profile_images/619534619214393344/4yFq05sA_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18057356/1418275460",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/166428673/xd4fdd8a076ba7ca65c7db789ccbb589.png",
"screen_name": "MsGlea",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 24812,
"name": "Gleana Albritton",
"notifications": false,
"url": "http://t.co/kIa6Z6UADl",
"created_at": "Thu Dec 11 19:21:29 +0000 2008",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:52:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 128920587,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000157114756/4K_58fAN.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/417545382017503232/NLOLI-CK_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 145,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "128920587",
"profile_background_color": "ACDED6",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 2985,
"description": "I don't hate you, it's just my face.",
"friends_count": 331,
"location": "NYC",
"profile_link_color": "038543",
"profile_image_url": "http://pbs.twimg.com/profile_images/417545382017503232/NLOLI-CK_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/128920587/1451969647",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000157114756/4K_58fAN.png",
"screen_name": "PoodleKun",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1059,
"name": "Lauren Bart",
"notifications": false,
"url": null,
"created_at": "Fri Apr 02 16:17:22 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:53 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @hamiltonvines: Say No to This always reminded me of @kanyewest Addiction #Ham4Ye #WAVES #Kanye #HamYe https://t.co/IEqmJlCint",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525450174816257,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 4138188184,
"indices": [
3,
17
],
"id_str": "4138188184",
"screen_name": "hamiltonvines",
"name": "HaMiLtOn ViNe$\u2728"
},
{
"id": 169686021,
"indices": [
56,
66
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
77,
84
],
"text": "Ham4Ye"
},
{
"indices": [
85,
91
],
"text": "WAVES"
},
{
"indices": [
92,
98
],
"text": "Kanye"
},
{
"indices": [
99,
105
],
"text": "HamYe"
}
],
"urls": [],
"media": [
{
"source_user_id": 4138188184,
"source_status_id_str": "692440585991495681",
"expanded_url": "http://twitter.com/hamiltonvines/status/692440585991495681/video/1",
"display_url": "pic.twitter.com/IEqmJlCint",
"url": "https://t.co/IEqmJlCint",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692440495730118656/pu/img/plJ2YdKIjSW7y740.jpg",
"source_user_id_str": "4138188184",
"source_status_id": 692440585991495681,
"id_str": "692440495730118656",
"sizes": {
"large": {
"h": 540,
"resize": "fit",
"w": 960
},
"small": {
"h": 191,
"resize": "fit",
"w": 340
},
"medium": {
"h": 338,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
106,
129
],
"type": "photo",
"id": 692440495730118656,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692440495730118656/pu/img/plJ2YdKIjSW7y740.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692525450174816257",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Say No to This always reminded me of @kanyewest Addiction #Ham4Ye #WAVES #Kanye #HamYe https://t.co/IEqmJlCint",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692440585991495681,
"favorite_count": 3,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
37,
47
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
58,
65
],
"text": "Ham4Ye"
},
{
"indices": [
66,
72
],
"text": "WAVES"
},
{
"indices": [
73,
79
],
"text": "Kanye"
},
{
"indices": [
80,
86
],
"text": "HamYe"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/hamiltonvines/status/692440585991495681/video/1",
"display_url": "pic.twitter.com/IEqmJlCint",
"url": "https://t.co/IEqmJlCint",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692440495730118656/pu/img/plJ2YdKIjSW7y740.jpg",
"id_str": "692440495730118656",
"sizes": {
"large": {
"h": 540,
"resize": "fit",
"w": 960
},
"small": {
"h": 191,
"resize": "fit",
"w": 340
},
"medium": {
"h": 338,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
87,
110
],
"type": "photo",
"id": 692440495730118656,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692440495730118656/pu/img/plJ2YdKIjSW7y740.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692440585991495681",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 4138188184,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/688522145958354945/inB57Agc_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 4620,
"profile_sidebar_border_color": "000000",
"id_str": "4138188184",
"profile_background_color": "000000",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 2112,
"description": "fan account",
"friends_count": 2231,
"location": "under my own Vine",
"profile_link_color": "4A913C",
"profile_image_url": "http://pbs.twimg.com/profile_images/688522145958354945/inB57Agc_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "hamiltonvines",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 10902,
"name": "HaMiLtOn ViNe$\u2728",
"notifications": false,
"url": null,
"created_at": "Sun Nov 08 01:03:26 +0000 2015",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 20:14:35 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 182001591,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/594465809/zvy91v4t5jxtuo7avf6u.jpeg",
"verified": false,
"profile_text_color": "C20404",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/671179737872670726/YMZ8cv9k_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 615,
"profile_sidebar_border_color": "000000",
"id_str": "182001591",
"profile_background_color": "F70021",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 29403,
"description": "actress. theatre. sometimes the musical kind.. NO DAY BUT TODAY.",
"friends_count": 866,
"location": "The Space. \u221e",
"profile_link_color": "FF0000",
"profile_image_url": "http://pbs.twimg.com/profile_images/671179737872670726/YMZ8cv9k_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/182001591/1440463762",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/594465809/zvy91v4t5jxtuo7avf6u.jpeg",
"screen_name": "ItsAja_Lynn",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 241,
"name": "\u262f A'ja Lynn \u262f",
"notifications": false,
"url": null,
"created_at": "Mon Aug 23 15:53:10 +0000 2010",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:48 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT #campaign Buy a #BBKing or #jazz #album NOT @kaynewest #kanye 's new Crap, since he doesn't know how to play a Musical Instrument! #share",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525405870428160,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 15628527,
"indices": [
47,
57
],
"id_str": "15628527",
"screen_name": "kaynewest",
"name": "kaynewest"
}
],
"hashtags": [
{
"indices": [
3,
12
],
"text": "campaign"
},
{
"indices": [
19,
26
],
"text": "BBKing"
},
{
"indices": [
30,
35
],
"text": "jazz"
},
{
"indices": [
36,
42
],
"text": "album"
},
{
"indices": [
58,
64
],
"text": "kanye"
},
{
"indices": [
134,
140
],
"text": "share"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525405870428160",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 124673448,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/763514061/images_normal.jpeg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/IbFcuR6UW0",
"indices": [
0,
22
],
"expanded_url": "http://Frenzyworks.blogspot.com",
"display_url": "Frenzyworks.blogspot.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 165,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "124673448",
"profile_background_color": "022330",
"listed_count": 16,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 144,
"description": "Vote for THE DON",
"friends_count": 609,
"location": "Dallas",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/763514061/images_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png",
"screen_name": "Frenzyworks",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 123,
"name": "Mark Frenzy",
"notifications": false,
"url": "http://t.co/IbFcuR6UW0",
"created_at": "Sat Mar 20 05:20:40 +0000 2010",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:51:37 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @NeezusMocz: #kanye from outta nowhere on #wiz !!!!!!\n\nBrought to you by the @ericandre show.\n#RIPWiz https://t.co/JBsviy21Hd",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525361620504576,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 473630824,
"indices": [
3,
14
],
"id_str": "473630824",
"screen_name": "NeezusMocz",
"name": "Nic MoczALLA"
},
{
"id": 26939677,
"indices": [
80,
90
],
"id_str": "26939677",
"screen_name": "ericandre",
"name": "Eric Andre"
}
],
"hashtags": [
{
"indices": [
16,
22
],
"text": "kanye"
},
{
"indices": [
45,
49
],
"text": "wiz"
},
{
"indices": [
97,
104
],
"text": "RIPWiz"
}
],
"urls": [],
"media": [
{
"source_user_id": 473630824,
"source_status_id_str": "692439875983908865",
"expanded_url": "http://twitter.com/NeezusMocz/status/692439875983908865/photo/1",
"display_url": "pic.twitter.com/JBsviy21Hd",
"url": "https://t.co/JBsviy21Hd",
"media_url_https": "https://pbs.twimg.com/media/CZwKZcuXEAEnrPe.jpg",
"source_user_id_str": "473630824",
"source_status_id": 692439875983908865,
"id_str": "692439875031863297",
"sizes": {
"small": {
"h": 161,
"resize": "fit",
"w": 340
},
"large": {
"h": 485,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 284,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
105,
128
],
"type": "photo",
"id": 692439875031863297,
"media_url": "http://pbs.twimg.com/media/CZwKZcuXEAEnrPe.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 176,
"id_str": "692525361620504576",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye from outta nowhere on #wiz !!!!!!\n\nBrought to you by the @ericandre show.\n#RIPWiz https://t.co/JBsviy21Hd",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692439875983908865,
"favorite_count": 309,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 26939677,
"indices": [
64,
74
],
"id_str": "26939677",
"screen_name": "ericandre",
"name": "Eric Andre"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
},
{
"indices": [
29,
33
],
"text": "wiz"
},
{
"indices": [
81,
88
],
"text": "RIPWiz"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/NeezusMocz/status/692439875983908865/photo/1",
"display_url": "pic.twitter.com/JBsviy21Hd",
"url": "https://t.co/JBsviy21Hd",
"media_url_https": "https://pbs.twimg.com/media/CZwKZcuXEAEnrPe.jpg",
"id_str": "692439875031863297",
"sizes": {
"small": {
"h": 161,
"resize": "fit",
"w": 340
},
"large": {
"h": 485,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 284,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
89,
112
],
"type": "photo",
"id": 692439875031863297,
"media_url": "http://pbs.twimg.com/media/CZwKZcuXEAEnrPe.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 176,
"id_str": "692439875983908865",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 473630824,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/842047982/abbf1d25dfa662fa655eacfd0b39f3dd.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/684362206796881920/ywpvrvlj_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/BNINHTHVby",
"indices": [
0,
23
],
"expanded_url": "https://vine.co/u/979264353570615296",
"display_url": "vine.co/u/979264353570\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 355,
"profile_sidebar_border_color": "000000",
"id_str": "473630824",
"profile_background_color": "000000",
"listed_count": 19,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 10126,
"description": "1st Comic signed to GOOD Music. Chicago:Writer/Director/Streetwear Punk. For bookings and or creative direction: MoczallaProductions@gmail OR TheSLKRS@gmail",
"friends_count": 274,
"location": "Producing in the finest fits.",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/684362206796881920/ywpvrvlj_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/473630824/1453128209",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/842047982/abbf1d25dfa662fa655eacfd0b39f3dd.jpeg",
"screen_name": "NeezusMocz",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 8290,
"name": "Nic MoczALLA",
"notifications": false,
"url": "https://t.co/BNINHTHVby",
"created_at": "Wed Jan 25 05:19:31 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 20:11:46 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2885439577,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme16/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/688621334306238464/Q0HFydDQ_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 72,
"profile_sidebar_border_color": "000000",
"id_str": "2885439577",
"profile_background_color": "BADFCD",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3356,
"description": "raised in the streets and cums in his sheets",
"friends_count": 148,
"location": "boxing",
"profile_link_color": "F5ABB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/688621334306238464/Q0HFydDQ_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2885439577/1453848684",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme16/bg.gif",
"screen_name": "brandens1997",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1262,
"name": "Dank Kush David",
"notifications": false,
"url": null,
"created_at": "Fri Oct 31 16:16:27 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:27 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye said what he had to say.. LMAO #fingersinthebutt https://t.co/R4AXkrYfPH",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525348307734528,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
38,
55
],
"text": "fingersinthebutt"
}
],
"urls": [
{
"url": "https://t.co/R4AXkrYfPH",
"indices": [
56,
79
],
"expanded_url": "http://www.tmz.com/2016/01/27/kanye-west-lax-video-wiz-khalifa-beef/",
"display_url": "tmz.com/2016/01/27/kan\u2026"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525348307734528",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 338005354,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/568130531439542272/eh-FZBFS.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/673203037180047360/Po_Fa_lN_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1337,
"profile_sidebar_border_color": "000000",
"id_str": "338005354",
"profile_background_color": "131516",
"listed_count": 35,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 30562,
"description": "Peace Lover. Monsanto Hater & believer in the power of Honesty,Respect & Love.",
"friends_count": 1149,
"location": "in your face :) ",
"profile_link_color": "080808",
"profile_image_url": "http://pbs.twimg.com/profile_images/673203037180047360/Po_Fa_lN_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/338005354/1449338942",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/568130531439542272/eh-FZBFS.jpeg",
"screen_name": "ItsMeBelle557",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 13492,
"name": "JustShell",
"notifications": false,
"url": null,
"created_at": "Mon Jul 18 22:44:39 +0000 2011",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:24 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@sarahhdaviau @difdroyal #DIFD #BellLetsTalk #EndTheStigma #MentalIllnessTaughtMe #kanye #ShawnWorldTour @newcountry94 @CTVNews @ctvottawa",
"is_quote_status": false,
"in_reply_to_status_id": 692516294411849728,
"id": 692525310798073856,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2228843939,
"indices": [
0,
13
],
"id_str": "2228843939",
"screen_name": "sarahhdaviau",
"name": "Sarah Daviau"
},
{
"id": 1129203463,
"indices": [
14,
24
],
"id_str": "1129203463",
"screen_name": "difdroyal",
"name": "DIFD at The Royal"
},
{
"id": 2841940318,
"indices": [
105,
118
],
"id_str": "2841940318",
"screen_name": "newcountry94",
"name": "New Country 94"
},
{
"id": 203123011,
"indices": [
119,
127
],
"id_str": "203123011",
"screen_name": "CTVNews",
"name": "CTV News"
},
{
"id": 21212604,
"indices": [
128,
138
],
"id_str": "21212604",
"screen_name": "ctvottawa",
"name": "CTV Ottawa"
}
],
"hashtags": [
{
"indices": [
25,
30
],
"text": "DIFD"
},
{
"indices": [
31,
44
],
"text": "BellLetsTalk"
},
{
"indices": [
45,
58
],
"text": "EndTheStigma"
},
{
"indices": [
59,
81
],
"text": "MentalIllnessTaughtMe"
},
{
"indices": [
82,
88
],
"text": "kanye"
},
{
"indices": [
89,
104
],
"text": "ShawnWorldTour"
}
],
"urls": []
},
"in_reply_to_screen_name": "sarahhdaviau",
"in_reply_to_user_id": 2228843939,
"retweet_count": 0,
"id_str": "692525310798073856",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 713270448,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme17/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687145110627196928/Ei7FyLwS_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 416,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "713270448",
"profile_background_color": "12E0D6",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 5084,
"description": "(Marcie) | DIFD | Be somebody who makes everybody feel like a somebody | Curling & Rowing",
"friends_count": 414,
"location": "Ottawa ",
"profile_link_color": "9266CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/687145110627196928/Ei7FyLwS_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/713270448/1452045436",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme17/bg.gif",
"screen_name": "mkrichardson15",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 9692,
"name": "Marcia",
"notifications": false,
"url": null,
"created_at": "Mon Jul 23 22:48:29 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "2228843939",
"lang": "und",
"created_at": "Thu Jan 28 01:51:15 +0000 2016",
"in_reply_to_status_id_str": "692516294411849728",
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "except women - jerk #KanyeWest #kanye @kimkardasianwest #music #tidal #AmberVsKanye https://t.co/BEW6aaYXSX",
"is_quote_status": true,
"in_reply_to_status_id": null,
"id": 692525308797394944,
"favorite_count": 0,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
20,
30
],
"text": "KanyeWest"
},
{
"indices": [
31,
37
],
"text": "kanye"
},
{
"indices": [
56,
62
],
"text": "music"
},
{
"indices": [
63,
69
],
"text": "tidal"
},
{
"indices": [
70,
83
],
"text": "AmberVsKanye"
}
],
"urls": [
{
"url": "https://t.co/BEW6aaYXSX",
"indices": [
85,
108
],
"expanded_url": "https://twitter.com/kanyewest/status/692435254431199233",
"display_url": "twitter.com/kanyewest/stat\u2026"
}
]
},
"quoted_status_id": 692435254431199233,
"retweeted": false,
"coordinates": null,
"quoted_status": {
"contributors": null,
"truncated": false,
"text": "What\u2019s sad is I love Wiz and I love all all my brothers and all people",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692435254431199233,
"favorite_count": 56167,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 35591,
"id_str": "692435254431199233",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 169686021,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/390200267/Screen_Shot_2011-12-27_at_11.53.35_PM.png",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/585565077207678977/N_eNSBXi_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/ZdywsugSWD",
"indices": [
0,
22
],
"expanded_url": "http://KANYEWEST.COM",
"display_url": "KANYEWEST.COM"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 17834927,
"profile_sidebar_border_color": "C0DEED",
"id_str": "169686021",
"profile_background_color": "C0DEED",
"listed_count": 46833,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 296,
"description": "",
"friends_count": 1,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/585565077207678977/N_eNSBXi_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/169686021/1428444619",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/390200267/Screen_Shot_2011-12-27_at_11.53.35_PM.png",
"screen_name": "kanyewest",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1,
"name": "KANYE WEST",
"notifications": false,
"url": "http://t.co/ZdywsugSWD",
"created_at": "Thu Jul 22 23:00:05 +0000 2010",
"contributors_enabled": false,
"time_zone": "Hawaii",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 19:53:24 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525308797394944",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 625857378,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/691745503994843141/y4NeOXXT.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/623594906141851648/Y6EUFQuq_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/QxgQGMLgWz",
"indices": [
0,
22
],
"expanded_url": "http://www.buttuglyart.blogspot.com/",
"display_url": "buttuglyart.blogspot.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 3020,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "625857378",
"profile_background_color": "DD2E44",
"listed_count": 273,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 11283,
"description": "This cock-eyed optimist paints portraits of dope black women. Love software, road-trips, tiny homes, Politics, & The Muthafucking Blues",
"friends_count": 3595,
"location": "Chicago, IL",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/623594906141851648/Y6EUFQuq_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/691745503994843141/y4NeOXXT.jpg",
"screen_name": "maestrocanada",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 10240,
"name": "Butt Ugly Art",
"notifications": false,
"url": "http://t.co/QxgQGMLgWz",
"created_at": "Tue Jul 03 18:30:41 +0000 2012",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:14 +0000 2016",
"quoted_status_id_str": "692435254431199233",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @YounqDame: #kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525306612154368,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 818993779,
"indices": [
3,
13
],
"id_str": "818993779",
"screen_name": "YounqDame",
"name": "Young Dame"
},
{
"id": 20322929,
"indices": [
59,
70
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
15,
21
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 818993779,
"source_status_id_str": "692507521689505792",
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"source_user_id_str": "818993779",
"source_status_id": 692507521689505792,
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692525306612154368",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692507521689505792,
"favorite_count": 37,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
44,
55
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
56,
79
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692507521689505792",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 818993779,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": [
{
"url": "https://t.co/QVkwFOkmFt",
"indices": [
77,
100
],
"expanded_url": "http://Facebook.com/RealYounqDame",
"display_url": "Facebook.com/RealYounqDame"
}
]
}
},
"followers_count": 40572,
"profile_sidebar_border_color": "C0DEED",
"id_str": "818993779",
"profile_background_color": "C0DEED",
"listed_count": 28,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 453,
"description": "For Features DM or Email Booking:YounqDame@gmail.com . . Snapchat: YounqDame https://t.co/QVkwFOkmFt",
"friends_count": 8030,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/818993779/1366666976",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "YounqDame",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1251,
"name": "Young Dame",
"notifications": false,
"url": null,
"created_at": "Wed Sep 12 06:42:26 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 00:40:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1061208697,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000021586895/9251132f828e25bf7f066888f113f0d5.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/632609395852083200/OqRv7sYT_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 344,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "1061208697",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 4808,
"description": "Keep it real in a world that's filled with politicians",
"friends_count": 83,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/632609395852083200/OqRv7sYT_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1061208697/1391038812",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000021586895/9251132f828e25bf7f066888f113f0d5.gif",
"screen_name": "TLaninga",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1858,
"name": "Ty",
"notifications": false,
"url": null,
"created_at": "Fri Jan 04 19:12:31 +0000 2013",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @YounqDame: #kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525257262010368,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 818993779,
"indices": [
3,
13
],
"id_str": "818993779",
"screen_name": "YounqDame",
"name": "Young Dame"
},
{
"id": 20322929,
"indices": [
59,
70
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
15,
21
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 818993779,
"source_status_id_str": "692507521689505792",
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"source_user_id_str": "818993779",
"source_status_id": 692507521689505792,
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692525257262010368",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692507521689505792,
"favorite_count": 37,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
44,
55
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
56,
79
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692507521689505792",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 818993779,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": [
{
"url": "https://t.co/QVkwFOkmFt",
"indices": [
77,
100
],
"expanded_url": "http://Facebook.com/RealYounqDame",
"display_url": "Facebook.com/RealYounqDame"
}
]
}
},
"followers_count": 40572,
"profile_sidebar_border_color": "C0DEED",
"id_str": "818993779",
"profile_background_color": "C0DEED",
"listed_count": 28,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 453,
"description": "For Features DM or Email Booking:YounqDame@gmail.com . . Snapchat: YounqDame https://t.co/QVkwFOkmFt",
"friends_count": 8030,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/818993779/1366666976",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "YounqDame",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1251,
"name": "Young Dame",
"notifications": false,
"url": null,
"created_at": "Wed Sep 12 06:42:26 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 00:40:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 45706835,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/17248093/Chinese_New_Year1.JPG",
"verified": false,
"profile_text_color": "663B12",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/667590152311574528/yNekmc0Z_normal.jpg",
"profile_sidebar_fill_color": "DAECF4",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 67,
"profile_sidebar_border_color": "C6E2EE",
"id_str": "45706835",
"profile_background_color": "C6E2EE",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 1560,
"description": "Sure...why not",
"friends_count": 122,
"location": "Washington, DC",
"profile_link_color": "1F98C7",
"profile_image_url": "http://pbs.twimg.com/profile_images/667590152311574528/yNekmc0Z_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/17248093/Chinese_New_Year1.JPG",
"screen_name": "tderrough",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 4769,
"name": "Tori Derrough",
"notifications": false,
"url": null,
"created_at": "Mon Jun 08 23:47:34 +0000 2009",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:51:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525212273885185,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692525212273885185",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 571938032,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/742448225/8afd438e04a8b815e1bfbfd8d39583d1.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/658614312374804480/GtUZ6oAO_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/ToJadlTe21",
"indices": [
0,
22
],
"expanded_url": "http://Stylerevo.com",
"display_url": "Stylerevo.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 417,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "571938032",
"profile_background_color": "131516",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 4140,
"description": "Entrepreneur in the making. die today live forever, failure is not an option",
"friends_count": 438,
"location": "london,England",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/658614312374804480/GtUZ6oAO_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/571938032/1393199407",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/742448225/8afd438e04a8b815e1bfbfd8d39583d1.jpeg",
"screen_name": "SamsonJenyo",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 2590,
"name": "O.B.O",
"notifications": false,
"url": "http://t.co/ToJadlTe21",
"created_at": "Sat May 05 17:39:44 +0000 2012",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:51 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @chlocalandra: Meek: they ain't making fun of me anymore can I go outside \n\nGo ahead #kanye \ud83d\udc80 https://t.co/DPV9lbHPNa",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525191960903680,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 587923125,
"indices": [
3,
16
],
"id_str": "587923125",
"screen_name": "chlocalandra",
"name": "chlo\u2728"
}
],
"hashtags": [
{
"indices": [
88,
94
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 587923125,
"source_status_id_str": "692476739382034436",
"expanded_url": "http://twitter.com/chlocalandra/status/692476739382034436/photo/1",
"display_url": "pic.twitter.com/DPV9lbHPNa",
"url": "https://t.co/DPV9lbHPNa",
"media_url_https": "https://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg",
"source_user_id_str": "587923125",
"source_status_id": 692476739382034436,
"id_str": "692476733493284865",
"sizes": {
"large": {
"h": 564,
"resize": "fit",
"w": 564
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 564,
"resize": "fit",
"w": 564
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692476733493284865,
"media_url": "http://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 554,
"id_str": "692525191960903680",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Meek: they ain't making fun of me anymore can I go outside \n\nGo ahead #kanye \ud83d\udc80 https://t.co/DPV9lbHPNa",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692476739382034436,
"favorite_count": 528,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
70,
76
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/chlocalandra/status/692476739382034436/photo/1",
"display_url": "pic.twitter.com/DPV9lbHPNa",
"url": "https://t.co/DPV9lbHPNa",
"media_url_https": "https://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg",
"id_str": "692476733493284865",
"sizes": {
"large": {
"h": 564,
"resize": "fit",
"w": 564
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 564,
"resize": "fit",
"w": 564
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
79,
102
],
"type": "photo",
"id": 692476733493284865,
"media_url": "http://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 554,
"id_str": "692476739382034436",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 587923125,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689911764331413505/-9FdHG3d_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/Vw69VMJONI",
"indices": [
0,
23
],
"expanded_url": "http://youtu.be/CVhobq7HUCQ",
"display_url": "youtu.be/CVhobq7HUCQ"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 11426,
"profile_sidebar_border_color": "C0DEED",
"id_str": "587923125",
"profile_background_color": "C0DEED",
"listed_count": 18,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 15279,
"description": "insta: chlocalandra \u2728",
"friends_count": 581,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/689911764331413505/-9FdHG3d_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/587923125/1447207676",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "chlocalandra",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 28336,
"name": "chlo\u2728",
"notifications": false,
"url": "https://t.co/Vw69VMJONI",
"created_at": "Tue May 22 23:40:14 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 22:38:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 319432247,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/814826195/6bfc4653359f04e1ea3185bb3c416f4d.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687145184421888000/rH-IKR_2_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/G4IuNSDSRo",
"indices": [
0,
23
],
"expanded_url": "http://ask.fm/OMGTheseNutss",
"display_url": "ask.fm/OMGTheseNutss"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 1429,
"profile_sidebar_border_color": "000000",
"id_str": "319432247",
"profile_background_color": "ACDED6",
"listed_count": 9,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 75998,
"description": "not shit, pls don't hml #UNCC",
"friends_count": 1065,
"location": "high point",
"profile_link_color": "EB1DBB",
"profile_image_url": "http://pbs.twimg.com/profile_images/687145184421888000/rH-IKR_2_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/319432247/1444188784",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/814826195/6bfc4653359f04e1ea3185bb3c416f4d.jpeg",
"screen_name": "bruciebadazzzz",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 6774,
"name": "lil kbeezy",
"notifications": false,
"url": "https://t.co/G4IuNSDSRo",
"created_at": "Sat Jun 18 03:20:49 +0000 2011",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": true,
"lang": "en",
"created_at": "Thu Jan 28 01:50:46 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @TheDalyPlanet: Pretty much sums up social media when #Tump with his foot in his mouth and #Kanye with fingers in his rear dominate the \u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525191566643201,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 24449694,
"indices": [
3,
17
],
"id_str": "24449694",
"screen_name": "TheDalyPlanet",
"name": "John Daly"
}
],
"hashtags": [
{
"indices": [
57,
62
],
"text": "Tump"
},
{
"indices": [
94,
100
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692525191566643201",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Pretty much sums up social media when #Tump with his foot in his mouth and #Kanye with fingers in his rear dominate the conversation.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523777876443137,
"favorite_count": 3,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
38,
43
],
"text": "Tump"
},
{
"indices": [
75,
81
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692523777876443137",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 24449694,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/661724467161382912/N-1HFS8r.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/670322619669831680/G6bOcNWt_normal.jpg",
"profile_sidebar_fill_color": "F9A5BF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 13966,
"profile_sidebar_border_color": "000000",
"id_str": "24449694",
"profile_background_color": "020504",
"listed_count": 823,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 146840,
"description": "We have been talking about sports and TV since 2007. Opinions are my own.",
"friends_count": 3295,
"location": "",
"profile_link_color": "040708",
"profile_image_url": "http://pbs.twimg.com/profile_images/670322619669831680/G6bOcNWt_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/24449694/1376664827",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/661724467161382912/N-1HFS8r.jpg",
"screen_name": "TheDalyPlanet",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 64,
"name": "John Daly",
"notifications": false,
"url": null,
"created_at": "Sat Mar 14 23:29:15 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:09 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 153164762,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/628001260113936384/T1B1twrA.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/688809387956260864/NgUkHG_s_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 49,
"profile_sidebar_border_color": "000000",
"id_str": "153164762",
"profile_background_color": "000000",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 902,
"description": "i really honestly don't care ...",
"friends_count": 99,
"location": "churrono",
"profile_link_color": "F5ABB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/688809387956260864/NgUkHG_s_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/153164762/1453059929",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/628001260113936384/T1B1twrA.jpg",
"screen_name": "beemrea",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 360,
"name": "AN-G",
"notifications": false,
"url": null,
"created_at": "Mon Jun 07 21:20:31 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:46 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "How much finger are we talking @kanyewest like the entire finger #kanye? Or like to the first knuckle? #wizwearscoolpants #KanyeWest",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525168850239488,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
31,
41
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
67,
73
],
"text": "kanye"
},
{
"indices": [
105,
123
],
"text": "wizwearscoolpants"
},
{
"indices": [
124,
134
],
"text": "KanyeWest"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525168850239488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 348013961,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/688121779861065729/mfWjphhQ_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 520,
"profile_sidebar_border_color": "000000",
"id_str": "348013961",
"profile_background_color": "000000",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 2704,
"description": "i feel like the pronunciation of the word colonel is a bunch of bologna.",
"friends_count": 978,
"location": "Boston",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/688121779861065729/mfWjphhQ_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/348013961/1448375200",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "bobbymo11",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 5596,
"name": "Rob",
"notifications": false,
"url": null,
"created_at": "Wed Aug 03 18:50:47 +0000 2011",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "When wiki says #wiz died today lmao smh #petty #shade #kanye \ud83d\ude29\ud83d\ude29\ud83d\ude29\ud83d\ude29\ud83d\ude29 https://t.co/JBEGBcj515",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525160721715200,
"favorite_count": 2,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
15,
19
],
"text": "wiz"
},
{
"indices": [
40,
46
],
"text": "petty"
},
{
"indices": [
47,
53
],
"text": "shade"
},
{
"indices": [
54,
60
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/ShineThru___/status/692525160721715200/photo/1",
"display_url": "pic.twitter.com/JBEGBcj515",
"url": "https://t.co/JBEGBcj515",
"media_url_https": "https://pbs.twimg.com/media/CZxX9mBWcAEdXRk.jpg",
"id_str": "692525158398062593",
"sizes": {
"small": {
"h": 223,
"resize": "fit",
"w": 267
},
"large": {
"h": 223,
"resize": "fit",
"w": 267
},
"medium": {
"h": 223,
"resize": "fit",
"w": 267
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
67,
90
],
"type": "photo",
"id": 692525158398062593,
"media_url": "http://pbs.twimg.com/media/CZxX9mBWcAEdXRk.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525160721715200",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 30247884,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/214344899/stat_melo.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/660256965717860352/X54RC6qs_normal.jpg",
"profile_sidebar_fill_color": "2E3EE8",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/SOUcG6ABpO",
"indices": [
0,
23
],
"expanded_url": "https://m.youtube.com/watch?feature=youtu.be&v=fNCspvM8mqY",
"display_url": "m.youtube.com/watch?feature=\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 528,
"profile_sidebar_border_color": "ED751A",
"id_str": "30247884",
"profile_background_color": "ED974C",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 20282,
"description": "Likes Long Walks To The Bank IG: ShineThru__",
"friends_count": 501,
"location": "#Exit13, Long Money Island",
"profile_link_color": "000FB3",
"profile_image_url": "http://pbs.twimg.com/profile_images/660256965717860352/X54RC6qs_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/30247884/1389917355",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/214344899/stat_melo.jpg",
"screen_name": "ShineThru___",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 808,
"name": "Blue Hefner",
"notifications": false,
"url": "https://t.co/SOUcG6ABpO",
"created_at": "Fri Apr 10 16:14:04 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#kanye https://t.co/DFDstp0Jcz",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525157735337985,
"favorite_count": 2,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/TutDaDamnRuler/status/692525157735337985/photo/1",
"display_url": "pic.twitter.com/DFDstp0Jcz",
"url": "https://t.co/DFDstp0Jcz",
"media_url_https": "https://pbs.twimg.com/media/CZxX9Q1WEAE1X_S.jpg",
"id_str": "692525152710561793",
"sizes": {
"large": {
"h": 960,
"resize": "fit",
"w": 960
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
7,
30
],
"type": "photo",
"id": 692525152710561793,
"media_url": "http://pbs.twimg.com/media/CZxX9Q1WEAE1X_S.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692525157735337985",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3048551549,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687723376794824705/nUFE46N1_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/ACnmQK7EPR",
"indices": [
0,
23
],
"expanded_url": "http://jizzleinstrumentals.com",
"display_url": "jizzleinstrumentals.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 169,
"profile_sidebar_border_color": "000000",
"id_str": "3048551549",
"profile_background_color": "000000",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 154,
"description": "Its RJ short for Robert. Instrumentalist of all types of sounds..-logistics mng.- Consious negus-Vet",
"friends_count": 389,
"location": "The World",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/687723376794824705/nUFE46N1_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3048551549/1452797553",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "TutDaDamnRuler",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 21,
"name": "R. Robinson",
"notifications": false,
"url": "https://t.co/ACnmQK7EPR",
"created_at": "Sat Feb 21 03:10:37 +0000 2015",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:50:38 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @ManRepeller: I wish it had gotten to like 20th or 21st #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525147614547968,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 141598384,
"indices": [
3,
15
],
"id_str": "141598384",
"screen_name": "ManRepeller",
"name": "Man Repeller"
}
],
"hashtags": [
{
"indices": [
59,
65
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 37,
"id_str": "692525147614547968",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "I wish it had gotten to like 20th or 21st #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692436884237193218,
"favorite_count": 63,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
42,
48
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 37,
"id_str": "692436884237193218",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 141598384,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/217747776/12.jpg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/665660410796863488/EfBBaSMO_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/ZnRKnEs9AL",
"indices": [
0,
23
],
"expanded_url": "http://www.manrepeller.com/",
"display_url": "manrepeller.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 351833,
"profile_sidebar_border_color": "C0DEED",
"id_str": "141598384",
"profile_background_color": "C0DEED",
"listed_count": 2885,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 22626,
"description": "Where an interest in fashion never minimizes one's intellect.",
"friends_count": 332,
"location": "The Internet",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/665660410796863488/EfBBaSMO_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/141598384/1452018363",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/217747776/12.jpg",
"screen_name": "ManRepeller",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 3170,
"name": "Man Repeller",
"notifications": false,
"url": "https://t.co/ZnRKnEs9AL",
"created_at": "Sat May 08 14:06:24 +0000 2010",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 19:59:52 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 46553209,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000069956855/c40c7a3fdd5dd88f703a3b472eb3795b_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 107,
"profile_sidebar_border_color": "C0DEED",
"id_str": "46553209",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 1296,
"description": "",
"friends_count": 149,
"location": "New York City",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000069956855/c40c7a3fdd5dd88f703a3b472eb3795b_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "cristinarizzuto",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 166,
"name": "cristina rizzuto",
"notifications": false,
"url": null,
"created_at": "Fri Jun 12 02:05:09 +0000 2009",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:36 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525142413549568,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525142413549568",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2349726998,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/513175439485829124/l0BUZqFX.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691007842770223105/wwEzgype_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/gDXLOAdioT",
"indices": [
0,
23
],
"expanded_url": "http://ask.fm/ivykimcho",
"display_url": "ask.fm/ivykimcho"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 220,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "2349726998",
"profile_background_color": "F5ABB5",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 6766,
"description": "fuck a sasuke and go get yourself a rock lee bc you deserve better",
"friends_count": 198,
"location": "honeymoon avenue \u2601\ufe0f\u2728",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/691007842770223105/wwEzgype_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2349726998/1453880457",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/513175439485829124/l0BUZqFX.png",
"screen_name": "ivykimcho",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 4298,
"name": "iverson",
"notifications": false,
"url": "https://t.co/gDXLOAdioT",
"created_at": "Tue Feb 18 07:33:47 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:35 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "When is Kanye gonna go after Ray J? He wrote a song about rearranging your Kim's intestines basically #kanye #fingersinthebootyassbitch",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525136965169153,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
102,
108
],
"text": "kanye"
},
{
"indices": [
109,
135
],
"text": "fingersinthebootyassbitch"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525136965169153",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 438691448,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/386779736/120.gif",
"verified": false,
"profile_text_color": "382C38",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/669921273804230657/MqHircIn_normal.jpg",
"profile_sidebar_fill_color": "606060",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1951,
"profile_sidebar_border_color": "E6E4E4",
"id_str": "438691448",
"profile_background_color": "000000",
"listed_count": 10,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 53556,
"description": "UA's Dirtiest Blonde Alumna. Sweetheart by nature. Comedian by accident. Unknown author on Amazon. Asshole by choice. Eats cake on April 12th #RTR #followme",
"friends_count": 1862,
"location": "Where The First 48 Shoot, AL",
"profile_link_color": "D158D1",
"profile_image_url": "http://pbs.twimg.com/profile_images/669921273804230657/MqHircIn_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/438691448/1417234583",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/386779736/120.gif",
"screen_name": "GoldenButJuicy",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 107,
"name": "Dungeon Cat",
"notifications": false,
"url": null,
"created_at": "Fri Dec 16 22:16:32 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525132926078980,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525132926078980",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2370970357,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687808122769915904/5uv83DXE_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 169,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2370970357",
"profile_background_color": "C0DEED",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 599,
"description": "this is the part were I say something cool |junior @ W.F West | \n\n\n|Instagram| \u2022 |vine| - @letisiaalaniz\n|snapchat| - letisial21",
"friends_count": 489,
"location": "earth",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/687808122769915904/5uv83DXE_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2370970357/1451181251",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "LetisiaAlaniz",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1370,
"name": "leti",
"notifications": false,
"url": null,
"created_at": "Mon Mar 03 21:28:16 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:32 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @TheRealCarolina: And then Amber Rose had the BOOM CLAP of the century!!!! #amberrose #kanye #wiz... https://t.co/g48dRflUgD",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525118350843906,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 168663787,
"indices": [
3,
19
],
"id_str": "168663787",
"screen_name": "TheRealCarolina",
"name": "Carolina Bermudez"
}
],
"hashtags": [
{
"indices": [
78,
88
],
"text": "amberrose"
},
{
"indices": [
89,
95
],
"text": "kanye"
},
{
"indices": [
96,
100
],
"text": "wiz"
}
],
"urls": [
{
"url": "https://t.co/g48dRflUgD",
"indices": [
104,
127
],
"expanded_url": "http://fb.me/75OgoOPq3",
"display_url": "fb.me/75OgoOPq3"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692525118350843906",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "And then Amber Rose had the BOOM CLAP of the century!!!! #amberrose #kanye #wiz... https://t.co/g48dRflUgD",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524330094297089,
"favorite_count": 3,
"source": "<a href=\"http://www.facebook.com/twitter\" rel=\"nofollow\">Facebook</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
57,
67
],
"text": "amberrose"
},
{
"indices": [
68,
74
],
"text": "kanye"
},
{
"indices": [
75,
79
],
"text": "wiz"
}
],
"urls": [
{
"url": "https://t.co/g48dRflUgD",
"indices": [
83,
106
],
"expanded_url": "http://fb.me/75OgoOPq3",
"display_url": "fb.me/75OgoOPq3"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692524330094297089",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 168663787,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/667697742/4ad5c873565df0a3f1322658faf6c555.jpeg",
"verified": false,
"profile_text_color": "3C3940",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/659380547534372865/ydIrfF-w_normal.jpg",
"profile_sidebar_fill_color": "95E8EC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/3rrj95N5Bb",
"indices": [
0,
23
],
"expanded_url": "http://www.carolinabermudez.com",
"display_url": "carolinabermudez.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 85875,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "168663787",
"profile_background_color": "FFF04D",
"listed_count": 492,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 27915,
"description": "Nicoya in NYC! Noah & Asher's mama. Co-host Cubby & Carolina in the Morning on @1035ktu! One time, Stevie Wonder told me I was beautiful. But, he's blind so...",
"friends_count": 1554,
"location": "Brooklyn, NY",
"profile_link_color": "0099CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/659380547534372865/ydIrfF-w_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/168663787/1357520077",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/667697742/4ad5c873565df0a3f1322658faf6c555.jpeg",
"screen_name": "TheRealCarolina",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 887,
"name": "Carolina Bermudez",
"notifications": false,
"url": "https://t.co/3rrj95N5Bb",
"created_at": "Tue Jul 20 13:42:18 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:21 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4427775077,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681851198480216065/cZPGa3PZ_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 538,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4427775077",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2360,
"description": "que tudo der certo. facebook: Priscila Xavier BX Inta:Pryxavier4172",
"friends_count": 544,
"location": "Brasil, Fortaleza.",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/681851198480216065/cZPGa3PZ_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4427775077/1453661748",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "PrycyllaPrim",
"lang": "pt",
"profile_background_tile": false,
"favourites_count": 4111,
"name": "Priscila Xavier",
"notifications": false,
"url": null,
"created_at": "Wed Dec 09 15:11:46 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#vicious @kanyewest @DaRealAmberRose #kanye https://t.co/YnE5qgh2lQ",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525117457440770,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
9,
19
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 155620016,
"indices": [
20,
36
],
"id_str": "155620016",
"screen_name": "DaRealAmberRose",
"name": "Amber Rose"
}
],
"hashtags": [
{
"indices": [
0,
8
],
"text": "vicious"
},
{
"indices": [
37,
43
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Tatted_galx/status/692525117457440770/photo/1",
"display_url": "pic.twitter.com/YnE5qgh2lQ",
"url": "https://t.co/YnE5qgh2lQ",
"media_url_https": "https://pbs.twimg.com/media/CZxX7B7WcAAFkRW.jpg",
"id_str": "692525114349481984",
"sizes": {
"small": {
"h": 286,
"resize": "fit",
"w": 340
},
"large": {
"h": 340,
"resize": "fit",
"w": 403
},
"medium": {
"h": 340,
"resize": "fit",
"w": 403
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
44,
67
],
"type": "photo",
"id": 692525114349481984,
"media_url": "http://pbs.twimg.com/media/CZxX7B7WcAAFkRW.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525117457440770",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1438400647,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692226528348872704/XEkGLC8E_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 182,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1438400647",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1393,
"description": "... full-time pizza enthusiast",
"friends_count": 425,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/692226528348872704/XEkGLC8E_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1438400647/1452672069",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Tatted_galx",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 127,
"name": "Alanna Reeves",
"notifications": false,
"url": null,
"created_at": "Sat May 18 13:20:44 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:50:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "All I can say is I never ever listened to any of dese dudes music,but one earned my respect today, #Kanye is the type of guy who wd die 4luv",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525114160734208,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
99,
105
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525114160734208",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3107545366,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/680364989773950981/U48x62I7_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 268,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3107545366",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 7080,
"description": "As long as u have God you have everything, i tweet a lot if u cant deal dont ff \nOn instagram it's @gneverlost4word. Ghana",
"friends_count": 72,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/680364989773950981/U48x62I7_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3107545366/1451046627",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "G_Nevalost4Word",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1733,
"name": "gina#OklemekukuGuest",
"notifications": false,
"url": null,
"created_at": "Mon Mar 23 12:13:25 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525072922316801,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692525072922316801",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3524101821,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/639085562339704836/N7nkwfXe_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 155,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3524101821",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 363,
"description": "",
"friends_count": 88,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/639085562339704836/N7nkwfXe_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3524101821/1441264423",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "snyper_m",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6,
"name": "Snyper",
"notifications": false,
"url": null,
"created_at": "Wed Sep 02 14:37:13 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:18 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Wiz n #Kanye ..smh #ThatShtDead\ud83d\udc47",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525055591477248,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
4
],
"text": "Wiz"
},
{
"indices": [
7,
13
],
"text": "Kanye"
},
{
"indices": [
20,
32
],
"text": "ThatShtDead"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525055591477248",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4647602656,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691323521725767680/Do5wkkXa_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/zY5ToCUjzJ",
"indices": [
0,
23
],
"expanded_url": "http://coast2coastmixtapes.com/mixtapes/mixtapedetail.aspx/dto-realnegusbakinstyle-ep",
"display_url": "coast2coastmixtapes.com/mixtapes/mixta\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 243,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4647602656",
"profile_background_color": "F5F8FA",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 708,
"description": "Independent Recording Artist , SongWriter , Performer ;Here for MUSIC , MOTIVATION & KNOWLEDGE SnapChat DTO731\nBooking :DTO731773@gmail.com",
"friends_count": 459,
"location": "United States",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://pbs.twimg.com/profile_images/691323521725767680/Do5wkkXa_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4647602656/1452576390",
"profile_background_image_url": null,
"screen_name": "DTO731",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 437,
"name": "DTO",
"notifications": false,
"url": "https://t.co/zY5ToCUjzJ",
"created_at": "Tue Dec 29 22:37:56 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525052026314752,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692525052026314752",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 225295511,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/181884883/23569_779547533449_11811814_42887093_548324_n.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685251211164020740/WU6_Gqrm_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1153,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "225295511",
"profile_background_color": "131516",
"listed_count": 20,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 62177,
"description": "Classy Goon. Bearded Gawd. Retired Thirst Captain. Slander Expert. LEO. Laughin @ Something or Somebody... Oh yea I make Beats \u266bProducer\u266b",
"friends_count": 1003,
"location": "Progressing",
"profile_link_color": "4A913C",
"profile_image_url": "http://pbs.twimg.com/profile_images/685251211164020740/WU6_Gqrm_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/181884883/23569_779547533449_11811814_42887093_548324_n.jpg",
"screen_name": "BigMykeBeats",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 562,
"name": "Big Myke Beats!!!",
"notifications": false,
"url": null,
"created_at": "Sat Dec 11 06:44:47 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525049585258499,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525049585258499",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2156577831,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692199527256834049/J79UXCRN_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 160,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2156577831",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3148,
"description": "Nothing in life is promised except death",
"friends_count": 95,
"location": "Baltimore, MD",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/692199527256834049/J79UXCRN_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2156577831/1453867759",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "jocelyn_2x",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 930,
"name": "TrapGoddess \u2728",
"notifications": false,
"url": null,
"created_at": "Mon Oct 28 02:16:45 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:12 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525043541213187,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692525043541213187",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 70499035,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif",
"verified": false,
"profile_text_color": "0C3E53",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/457578485465116673/1elGSQTM_normal.jpeg",
"profile_sidebar_fill_color": "FFF7CC",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/jjbvR84mqu",
"indices": [
0,
22
],
"expanded_url": "http://www.facebook.com/renonezero",
"display_url": "facebook.com/renonezero"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 898,
"profile_sidebar_border_color": "F2E195",
"id_str": "70499035",
"profile_background_color": "BADFCD",
"listed_count": 24,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 18865,
"description": "a person who happens to be online most of the time",
"friends_count": 2009,
"location": "knoxville, tn",
"profile_link_color": "FF0000",
"profile_image_url": "http://pbs.twimg.com/profile_images/457578485465116673/1elGSQTM_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/70499035/1397929622",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif",
"screen_name": "renonezero",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 744,
"name": "renita harris",
"notifications": false,
"url": "http://t.co/jjbvR84mqu",
"created_at": "Mon Aug 31 20:59:59 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:11 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @TheRealCarolina: And then Amber Rose had the BOOM CLAP of the century!!!! #amberrose #kanye #wiz... https://t.co/g48dRflUgD",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525037883146240,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 168663787,
"indices": [
3,
19
],
"id_str": "168663787",
"screen_name": "TheRealCarolina",
"name": "Carolina Bermudez"
}
],
"hashtags": [
{
"indices": [
78,
88
],
"text": "amberrose"
},
{
"indices": [
89,
95
],
"text": "kanye"
},
{
"indices": [
96,
100
],
"text": "wiz"
}
],
"urls": [
{
"url": "https://t.co/g48dRflUgD",
"indices": [
104,
127
],
"expanded_url": "http://fb.me/75OgoOPq3",
"display_url": "fb.me/75OgoOPq3"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692525037883146240",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "And then Amber Rose had the BOOM CLAP of the century!!!! #amberrose #kanye #wiz... https://t.co/g48dRflUgD",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524330094297089,
"favorite_count": 3,
"source": "<a href=\"http://www.facebook.com/twitter\" rel=\"nofollow\">Facebook</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
57,
67
],
"text": "amberrose"
},
{
"indices": [
68,
74
],
"text": "kanye"
},
{
"indices": [
75,
79
],
"text": "wiz"
}
],
"urls": [
{
"url": "https://t.co/g48dRflUgD",
"indices": [
83,
106
],
"expanded_url": "http://fb.me/75OgoOPq3",
"display_url": "fb.me/75OgoOPq3"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692524330094297089",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 168663787,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/667697742/4ad5c873565df0a3f1322658faf6c555.jpeg",
"verified": false,
"profile_text_color": "3C3940",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/659380547534372865/ydIrfF-w_normal.jpg",
"profile_sidebar_fill_color": "95E8EC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/3rrj95N5Bb",
"indices": [
0,
23
],
"expanded_url": "http://www.carolinabermudez.com",
"display_url": "carolinabermudez.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 85875,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "168663787",
"profile_background_color": "FFF04D",
"listed_count": 492,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 27915,
"description": "Nicoya in NYC! Noah & Asher's mama. Co-host Cubby & Carolina in the Morning on @1035ktu! One time, Stevie Wonder told me I was beautiful. But, he's blind so...",
"friends_count": 1554,
"location": "Brooklyn, NY",
"profile_link_color": "0099CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/659380547534372865/ydIrfF-w_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/168663787/1357520077",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/667697742/4ad5c873565df0a3f1322658faf6c555.jpeg",
"screen_name": "TheRealCarolina",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 887,
"name": "Carolina Bermudez",
"notifications": false,
"url": "https://t.co/3rrj95N5Bb",
"created_at": "Tue Jul 20 13:42:18 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:21 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 282235038,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/234423453/x2b0ce2fda7ebe36cf854f70f09fb49f.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1840251362/image_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 68,
"profile_sidebar_border_color": "C0DEED",
"id_str": "282235038",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 10723,
"description": "Who am I?? Good question, it depends on the day...",
"friends_count": 534,
"location": "planet Venus by way of Earth",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/1840251362/image_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/234423453/x2b0ce2fda7ebe36cf854f70f09fb49f.png",
"screen_name": "moodring21",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 3216,
"name": "Not Telling",
"notifications": false,
"url": null,
"created_at": "Thu Apr 14 20:30:45 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:10 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye I don't have much but @DaRealAmberRose said you like it dirty with the finger. So, here is some SLICK grease https://t.co/pup49CunhE",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525020153778179,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 155620016,
"indices": [
29,
45
],
"id_str": "155620016",
"screen_name": "DaRealAmberRose",
"name": "Amber Rose"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Blog_N_Write/status/692525020153778179/photo/1",
"display_url": "pic.twitter.com/pup49CunhE",
"url": "https://t.co/pup49CunhE",
"media_url_https": "https://pbs.twimg.com/media/CZxX1ffXEAAccSa.jpg",
"id_str": "692525019205931008",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
117,
140
],
"type": "photo",
"id": 692525019205931008,
"media_url": "http://pbs.twimg.com/media/CZxX1ffXEAAccSa.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692525020153778179",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3750502094,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif",
"verified": false,
"profile_text_color": "362720",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685556297408761859/rri_ooJc_normal.jpg",
"profile_sidebar_fill_color": "E5507E",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/iNINMVuVOy",
"indices": [
0,
23
],
"expanded_url": "https://www.facebook.com/4families.edublogs",
"display_url": "facebook.com/4families.edub\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 291,
"profile_sidebar_border_color": "CC3366",
"id_str": "3750502094",
"profile_background_color": "FF6699",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 495,
"description": "Blogger, Writer, Jewelry Designer, Author, Content Marketing Manager, and Law Student (Respects Lady Justice)",
"friends_count": 298,
"location": "Lansing, MI",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/685556297408761859/rri_ooJc_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3750502094/1452283569",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif",
"screen_name": "Blog_N_Write",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 590,
"name": "An-Nikah Blogger",
"notifications": false,
"url": "https://t.co/iNINMVuVOy",
"created_at": "Thu Oct 01 18:17:39 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:05 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: #Kanye after @DaRealAmberRose got involved https://t.co/qTYHUIJl2F",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525012885073921,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 155620016,
"indices": [
26,
42
],
"id_str": "155620016",
"screen_name": "DaRealAmberRose",
"name": "Amber Rose"
}
],
"hashtags": [
{
"indices": [
13,
19
],
"text": "Kanye"
}
],
"urls": [
{
"url": "https://t.co/qTYHUIJl2F",
"indices": [
56,
79
],
"expanded_url": "http://twitter.com/WeSupportOpTic/status/692449730048188416/photo/1",
"display_url": "pic.twitter.com/qTYHUIJl2F"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 417,
"id_str": "692525012885073921",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye after @DaRealAmberRose got involved https://t.co/qTYHUIJl2F",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692465041744994305,
"favorite_count": 414,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 155620016,
"indices": [
13,
29
],
"id_str": "155620016",
"screen_name": "DaRealAmberRose",
"name": "Amber Rose"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
}
],
"urls": [
{
"url": "https://t.co/qTYHUIJl2F",
"indices": [
43,
66
],
"expanded_url": "http://twitter.com/WeSupportOpTic/status/692449730048188416/photo/1",
"display_url": "pic.twitter.com/qTYHUIJl2F"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 417,
"id_str": "692465041744994305",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:51:45 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 384680473,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1628113827/035_-_Copy_-_Copy_normal.JPG",
"profile_sidebar_fill_color": "252429",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 49,
"profile_sidebar_border_color": "181A1E",
"id_str": "384680473",
"profile_background_color": "1A1B1F",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 827,
"description": "Black excellence, opulence, decadence...",
"friends_count": 65,
"location": "",
"profile_link_color": "ED5C2F",
"profile_image_url": "http://pbs.twimg.com/profile_images/1628113827/035_-_Copy_-_Copy_normal.JPG",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "TheRealDreez",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 23,
"name": "Dreez",
"notifications": false,
"url": null,
"created_at": "Tue Oct 04 03:51:46 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:50:04 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @StephStricklen: i wonder which episode of the kardashians this makes it into. #kanye #AmberRose",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525009735122944,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 16302064,
"indices": [
3,
18
],
"id_str": "16302064",
"screen_name": "StephStricklen",
"name": "Steph Stricklen"
}
],
"hashtags": [
{
"indices": [
82,
88
],
"text": "kanye"
},
{
"indices": [
89,
99
],
"text": "AmberRose"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 49,
"id_str": "692525009735122944",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "i wonder which episode of the kardashians this makes it into. #kanye #AmberRose",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692484097202114561,
"favorite_count": 159,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
62,
68
],
"text": "kanye"
},
{
"indices": [
69,
79
],
"text": "AmberRose"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 49,
"id_str": "692484097202114561",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 16302064,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme5/bg.gif",
"verified": true,
"profile_text_color": "3E4415",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/536330172/IMG_5891_SoftFocus_normal.jpg",
"profile_sidebar_fill_color": "99CC33",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Q5PE6CIukY",
"indices": [
0,
22
],
"expanded_url": "http://facebook.com/stephstricklenTV",
"display_url": "facebook.com/stephstricklen\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 12149,
"profile_sidebar_border_color": "829D5E",
"id_str": "16302064",
"profile_background_color": "352726",
"listed_count": 587,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 46549,
"description": "TV news anchor, occasional artist, eternal optomist, lousy speller, geek. Prefers unicorns. And the didgeridoo. \u2708\ufe0f",
"friends_count": 2053,
"location": "Portland",
"profile_link_color": "D02B55",
"profile_image_url": "http://pbs.twimg.com/profile_images/536330172/IMG_5891_SoftFocus_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/16302064/1424972879",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme5/bg.gif",
"screen_name": "StephStricklen",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3288,
"name": "Steph Stricklen",
"notifications": false,
"url": "http://t.co/Q5PE6CIukY",
"created_at": "Mon Sep 15 21:07:08 +0000 2008",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 23:07:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2191156806,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/677808908610568192/QG1RTBaE_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 208,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2191156806",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 4048,
"description": "let's go on a date, plus ur dog minus u",
"friends_count": 200,
"location": "Torrance, CA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/677808908610568192/QG1RTBaE_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2191156806/1421054629",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "jessyuripyun",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 10846,
"name": "jess",
"notifications": false,
"url": null,
"created_at": "Tue Nov 12 22:27:56 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:03 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692525005129801731,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692525005129801731",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 290606792,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/439588963683033088/nqXMHWmA.jpeg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/621501318608355332/9nQsWAMw_normal.jpg",
"profile_sidebar_fill_color": "E96F33",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 324,
"profile_sidebar_border_color": "000000",
"id_str": "290606792",
"profile_background_color": "FAFAFF",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 10251,
"description": "EMU '19",
"friends_count": 315,
"location": "Northville",
"profile_link_color": "0065C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/621501318608355332/9nQsWAMw_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/290606792/1412397832",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/439588963683033088/nqXMHWmA.jpeg",
"screen_name": "JustinNights",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 4173,
"name": "Justin Days",
"notifications": false,
"url": null,
"created_at": "Sat Apr 30 15:34:26 +0000 2011",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:50:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#KidCudi tho #Kanye #WizKhalifa https://t.co/GloJaOXZD5",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524996539846658,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
8
],
"text": "KidCudi"
},
{
"indices": [
13,
19
],
"text": "Kanye"
},
{
"indices": [
20,
31
],
"text": "WizKhalifa"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Glexdaddy/status/692524996539846658/photo/1",
"display_url": "pic.twitter.com/GloJaOXZD5",
"url": "https://t.co/GloJaOXZD5",
"media_url_https": "https://pbs.twimg.com/media/CZxXz7zWcAEYdlG.jpg",
"id_str": "692524992446230529",
"sizes": {
"small": {
"h": 457,
"resize": "fit",
"w": 340
},
"large": {
"h": 963,
"resize": "fit",
"w": 715
},
"medium": {
"h": 808,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
32,
55
],
"type": "photo",
"id": 692524992446230529,
"media_url": "http://pbs.twimg.com/media/CZxXz7zWcAEYdlG.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524996539846658",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 283778987,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000178017973/L_61oSZE.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/613200937683914754/fHTJ-GSB_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 486,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "283778987",
"profile_background_color": "FFFFFF",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 39109,
"description": "Entrepreneur, always want to have fun, Life isn't a race, its a journey, Engineering #QCC \u2653 March 13th",
"friends_count": 194,
"location": "Spencer MA",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/613200937683914754/fHTJ-GSB_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/283778987/1353198228",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000178017973/L_61oSZE.jpeg",
"screen_name": "Glexdaddy",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 28817,
"name": "That GlexualHealing",
"notifications": false,
"url": null,
"created_at": "Mon Apr 18 00:57:04 +0000 2011",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:50:00 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#kanye trending again \ud83d\ude12",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524991276019714,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524991276019714",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2364823555,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/606522254663548929/33wKuEJW_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 36410,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2364823555",
"profile_background_color": "DD2E44",
"listed_count": 19,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 2354,
"description": "\u029d\u03c5\u0455\u0442 c\u043d\u03b9\u2113\u2113",
"friends_count": 36334,
"location": "internet",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/606522254663548929/33wKuEJW_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2364823555/1450712931",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "chill_vibes5",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1128,
"name": "\u13b7\u13be\u13de\u13c6N\u0394",
"notifications": false,
"url": null,
"created_at": "Fri Feb 28 00:15:27 +0000 2014",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:49:59 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Kanye got his ass kicked.. What's wrong wit dude? #Amber #Wiz #Kanye\u2026 https://t.co/zLPrVKIpZK",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524970753269761,
"favorite_count": 0,
"source": "<a href=\"http://instagram.com\" rel=\"nofollow\">Instagram</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
50,
56
],
"text": "Amber"
},
{
"indices": [
57,
61
],
"text": "Wiz"
},
{
"indices": [
62,
68
],
"text": "Kanye"
}
],
"urls": [
{
"url": "https://t.co/zLPrVKIpZK",
"indices": [
70,
93
],
"expanded_url": "https://www.instagram.com/p/BBEJwjMnl6W-_QlwJALIhaXxVQd7qJExDIonXY0/",
"display_url": "instagram.com/p/BBEJwjMnl6W-\u2026"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524970753269761",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 30728418,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/846931017/96dc1e2c68a0331f8e2685bd5bb13ec7.jpeg",
"verified": false,
"profile_text_color": "2400B3",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/674894426557308928/xGtZNBAf_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1105,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "30728418",
"profile_background_color": "DE3535",
"listed_count": 25,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 49735,
"description": "Da Ol Dog..Da Hero......Confessed Horror Junkie...Sports Enthusiast...Da Man Himself....Welcum 2 Da Werl Of MR K! BBM da Vamp 2AB873FD #TeamDirtyNerdyMoney",
"friends_count": 2000,
"location": "\u00dcT: 40.813399,-73.908875",
"profile_link_color": "F00E0E",
"profile_image_url": "http://pbs.twimg.com/profile_images/674894426557308928/xGtZNBAf_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/30728418/1383640522",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/846931017/96dc1e2c68a0331f8e2685bd5bb13ec7.jpeg",
"screen_name": "K_IZZA_VAMPIRE",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 132,
"name": "DANCIN SQUAD 4 LYFE!",
"notifications": false,
"url": null,
"created_at": "Sun Apr 12 21:41:04 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:54 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524950775840768,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692524950775840768",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 883016450,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690758548658229252/pulOHAJX_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 629,
"profile_sidebar_border_color": "C0DEED",
"id_str": "883016450",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 2643,
"description": "God's Very Own--Queen. Live. Love. Laugh.\r\nLet Love Lead.\nDo Not Be Afraid For I, The Lord Your God, I Am With You.",
"friends_count": 546,
"location": "Heaven in Accra",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690758548658229252/pulOHAJX_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/883016450/1453729365",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "PetiteGoddesss",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 558,
"name": "Gifty Yasmine",
"notifications": false,
"url": null,
"created_at": "Mon Oct 15 19:59:21 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:49 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Now I'm glad I wasn't able to shake hands with Amber Rose that time I saw her at a party. She was still w/ Kanye. #manicure #waves #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524931830190080,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
114,
123
],
"text": "manicure"
},
{
"indices": [
124,
130
],
"text": "waves"
},
{
"indices": [
131,
137
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524931830190080",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 19360216,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/259720152/Christian_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 135,
"profile_sidebar_border_color": "181A1E",
"id_str": "19360216",
"profile_background_color": "1A1B1F",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1060,
"description": "Marketing Exec / Sports & Entertainment Junkie / Father of 3 Crazy Boys",
"friends_count": 337,
"location": "\u00dcT: 34.049074,-118.409581",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/259720152/Christian_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "Sapodaca",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 35,
"name": "Sal Apodaca",
"notifications": false,
"url": null,
"created_at": "Thu Jan 22 20:47:23 +0000 2009",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:49:44 +0000 2016",
"in_reply_to_status_id_str": null,
"place": {
"country_code": "US",
"url": "https://api.twitter.com/1.1/geo/id/3b77caf94bfc81fe.json",
"country": "United States",
"place_type": "city",
"bounding_box": {
"type": "Polygon",
"coordinates": [
[
[
-118.668404,
33.704538
],
[
-118.155409,
33.704538
],
[
-118.155409,
34.337041
],
[
-118.668404,
34.337041
]
]
]
},
"contained_within": [],
"full_name": "Los Angeles, CA",
"attributes": {},
"id": "3b77caf94bfc81fe",
"name": "Los Angeles"
},
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524915728195585,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524915728195585",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 234642014,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/515717542958997505/eCGc-uaG.jpeg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687072278648107008/yyu4QXHc_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/B0vF3NgNyr",
"indices": [
0,
23
],
"expanded_url": "http://youtube.com/VanDammeComedy",
"display_url": "youtube.com/VanDammeComedy"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 22629,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "234642014",
"profile_background_color": "DD2E44",
"listed_count": 340,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 4870,
"description": "writer. comedian. @UCBTheatreNY alumn. @VanDammeComedy. CCNY. intersectional af. offensive.",
"friends_count": 9698,
"location": "NYC",
"profile_link_color": "0099FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/687072278648107008/yyu4QXHc_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/234642014/1453945410",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/515717542958997505/eCGc-uaG.jpeg",
"screen_name": "LisaVikingstad",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 33382,
"name": "Lisa Vikingstad",
"notifications": false,
"url": "https://t.co/B0vF3NgNyr",
"created_at": "Thu Jan 06 05:34:12 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524885143347200,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524885143347200",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2747323741,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687531416486309888/AUXQDCug_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1080,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2747323741",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 51905,
"description": "there's more to life then just a pretty face\u2604",
"friends_count": 721,
"location": "my name Kaitlin not Kmichelle",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/687531416486309888/AUXQDCug_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2747323741/1452494693",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "__kmichelle16__",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 25232,
"name": "\u13a9\u13eb\u13cc\u1587 \u13b0\u13af\u13c9\u13eb\u1587\u13b2\u13bf\u13cb \u265b\u264b",
"notifications": false,
"url": null,
"created_at": "Wed Aug 20 00:07:17 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @djvice: It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524876150738944,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 18224432,
"indices": [
3,
10
],
"id_str": "18224432",
"screen_name": "djvice",
"name": "VICE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "waves"
},
{
"indices": [
58,
64
],
"text": "kanye"
},
{
"indices": [
65,
77
],
"text": "WizKhalifia"
},
{
"indices": [
78,
88
],
"text": "AmberRose"
},
{
"indices": [
89,
96
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"source_user_id": 18224432,
"source_status_id_str": "692483844713373696",
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"source_user_id_str": "18224432",
"source_status_id": 692483844713373696,
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692524876150738944",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692483844713373696,
"favorite_count": 112,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
39,
45
],
"text": "waves"
},
{
"indices": [
46,
52
],
"text": "kanye"
},
{
"indices": [
53,
65
],
"text": "WizKhalifia"
},
{
"indices": [
66,
76
],
"text": "AmberRose"
},
{
"indices": [
77,
84
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
85,
108
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692483844713373696",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 18224432,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/e5EadzPTMe",
"indices": [
0,
23
],
"expanded_url": "http://vice.fm/BadLoveRmxs",
"display_url": "vice.fm/BadLoveRmxs"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 70273,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "18224432",
"profile_background_color": "000000",
"listed_count": 814,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 23710,
"description": "djvicepromo@gmail.com",
"friends_count": 1196,
"location": "everywhere!",
"profile_link_color": "76BD22",
"profile_image_url": "http://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18224432/1452879456",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"screen_name": "djvice",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2327,
"name": "VICE",
"notifications": false,
"url": "https://t.co/e5EadzPTMe",
"created_at": "Thu Dec 18 20:36:08 +0000 2008",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:06:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2859122041,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685895394887360512/H_NmDwFJ_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 163,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2859122041",
"profile_background_color": "C0DEED",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 6576,
"description": "while you trynna fit in imma stand out . just a young boy playing soccer living life how its supposed to be lived\u26bd#Kingofeverything Rolling Papers 2; on check",
"friends_count": 188,
"location": "taylor gang or diee",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/685895394887360512/H_NmDwFJ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2859122041/1449552192",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "khalifaboa",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2130,
"name": "Savage Khalifa ",
"notifications": false,
"url": null,
"created_at": "Fri Oct 17 01:24:54 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:31 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @jezeb2k: Who did this \ud83d\ude2e\ud83d\ude30 #kanye #kanyewest #AmberVsKanye #amberrose https://t.co/WemQK90oRs",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524842025877506,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 862751570,
"indices": [
3,
11
],
"id_str": "862751570",
"screen_name": "jezeb2k",
"name": "Jeremiah"
}
],
"hashtags": [
{
"indices": [
29,
35
],
"text": "kanye"
},
{
"indices": [
36,
46
],
"text": "kanyewest"
},
{
"indices": [
47,
60
],
"text": "AmberVsKanye"
},
{
"indices": [
61,
71
],
"text": "amberrose"
}
],
"urls": [],
"media": [
{
"source_user_id": 862751570,
"source_status_id_str": "692517551885152256",
"expanded_url": "http://twitter.com/jezeb2k/status/692517551885152256/photo/1",
"display_url": "pic.twitter.com/WemQK90oRs",
"url": "https://t.co/WemQK90oRs",
"media_url_https": "https://pbs.twimg.com/media/CZxRBgIWAAEC9pI.jpg",
"source_user_id_str": "862751570",
"source_status_id": 692517551885152256,
"id_str": "692517528954863617",
"sizes": {
"small": {
"h": 303,
"resize": "fit",
"w": 340
},
"large": {
"h": 546,
"resize": "fit",
"w": 612
},
"medium": {
"h": 535,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
72,
95
],
"type": "photo",
"id": 692517528954863617,
"media_url": "http://pbs.twimg.com/media/CZxRBgIWAAEC9pI.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 3,
"id_str": "692524842025877506",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Who did this \ud83d\ude2e\ud83d\ude30 #kanye #kanyewest #AmberVsKanye #amberrose https://t.co/WemQK90oRs",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692517551885152256,
"favorite_count": 2,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
16,
22
],
"text": "kanye"
},
{
"indices": [
23,
33
],
"text": "kanyewest"
},
{
"indices": [
34,
47
],
"text": "AmberVsKanye"
},
{
"indices": [
48,
58
],
"text": "amberrose"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/jezeb2k/status/692517551885152256/photo/1",
"display_url": "pic.twitter.com/WemQK90oRs",
"url": "https://t.co/WemQK90oRs",
"media_url_https": "https://pbs.twimg.com/media/CZxRBgIWAAEC9pI.jpg",
"id_str": "692517528954863617",
"sizes": {
"small": {
"h": 303,
"resize": "fit",
"w": 340
},
"large": {
"h": 546,
"resize": "fit",
"w": 612
},
"medium": {
"h": 535,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
59,
82
],
"type": "photo",
"id": 692517528954863617,
"media_url": "http://pbs.twimg.com/media/CZxRBgIWAAEC9pI.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 3,
"id_str": "692517551885152256",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 862751570,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689490357030121472/AWSnPqn__normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/bUIhsigw51",
"indices": [
0,
23
],
"expanded_url": "http://www.facebook.com/jerremiah.yamah.1",
"display_url": "facebook.com/jerremiah.yama\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 407,
"profile_sidebar_border_color": "C0DEED",
"id_str": "862751570",
"profile_background_color": "C0DEED",
"listed_count": 10,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 4133,
"description": "\u263a",
"friends_count": 340,
"location": "Scunthorpe",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/689490357030121472/AWSnPqn__normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/862751570/1425827873",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "jezeb2k",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2110,
"name": "Jeremiah",
"notifications": false,
"url": "https://t.co/bUIhsigw51",
"created_at": "Fri Oct 05 09:00:22 +0000 2012",
"contributors_enabled": false,
"time_zone": "Edinburgh",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:20:25 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 848205631,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif",
"verified": false,
"profile_text_color": "362720",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/673600221423624193/klHx3sCm_normal.jpg",
"profile_sidebar_fill_color": "E5507E",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 3384,
"profile_sidebar_border_color": "CC3366",
"id_str": "848205631",
"profile_background_color": "FF6699",
"listed_count": 48,
"is_translation_enabled": true,
"utc_offset": -21600,
"statuses_count": 70429,
"description": "LIFE IS TOO SHORT TO WORRY ABOUT SOME KEYBOARD WARRIOR LURKING IN THE INTERNET SHADOWS!",
"friends_count": 2951,
"location": "United States",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/673600221423624193/klHx3sCm_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/848205631/1440697579",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif",
"screen_name": "GatorGirl2489",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 64997,
"name": "Gator Girl",
"notifications": false,
"url": null,
"created_at": "Wed Sep 26 22:00:13 +0000 2012",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:23 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524818676236289,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692524818676236289",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2863362445,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691304661236740097/JAL67PGs_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "http://beyonce.com",
"indices": [
0,
18
],
"expanded_url": null
}
]
},
"description": {
"urls": []
}
},
"followers_count": 473,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2863362445",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 16387,
"description": "God~Music",
"friends_count": 444,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/691304661236740097/JAL67PGs_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2863362445/1453670298",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "mvnibby",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 7307,
"name": "Man\u00ed",
"notifications": false,
"url": "http://beyonce.com",
"created_at": "Sat Oct 18 19:41:58 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:17 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524810254094338,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692524810254094338",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1362831229,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/678922760190603264/OqtsfC7w_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 103,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1362831229",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2627,
"description": "",
"friends_count": 92,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/678922760190603264/OqtsfC7w_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1362831229/1450702774",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "BookloverTrey",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3325,
"name": "(trey)",
"notifications": false,
"url": null,
"created_at": "Thu Apr 18 20:17:23 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:49:15 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Whisper KK 3 times in a dark room and #kanye will appear and try to cut you.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524788800184320,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
38,
44
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524788800184320",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 482069591,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/756682492/59f0a4be695dc05fc7bbf005ff2204ca.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/3071903141/d9a2cccaed5f77d5aabe1600ae607e66_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/uvQnKUxi2q",
"indices": [
0,
23
],
"expanded_url": "https://www.thewaster.com",
"display_url": "thewaster.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 197,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "482069591",
"profile_background_color": "F7D2F5",
"listed_count": 9,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 1392,
"description": "We should've stayed strangers.",
"friends_count": 271,
"location": "Knoxville, TN",
"profile_link_color": "3AD2E6",
"profile_image_url": "http://pbs.twimg.com/profile_images/3071903141/d9a2cccaed5f77d5aabe1600ae607e66_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/482069591/1357451320",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/756682492/59f0a4be695dc05fc7bbf005ff2204ca.jpeg",
"screen_name": "Brittany_Darlin",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 915,
"name": "Brittany Norvell",
"notifications": false,
"url": "https://t.co/uvQnKUxi2q",
"created_at": "Fri Feb 03 13:58:26 +0000 2012",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:49:10 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524736585318400,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524736585318400",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1549440800,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000008737646/4d383db4e7591f9842ad5c8d1c709c91.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/678446441354928128/05ggLvyY_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 320,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "1549440800",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 6600,
"description": "Proficient in the field of Photography Video editing and Film. Head in the clouds. Heart is down on earth. Aim High. C/o 2016 ig:_saulwalker",
"friends_count": 929,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/678446441354928128/05ggLvyY_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1549440800/1452223793",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000008737646/4d383db4e7591f9842ad5c8d1c709c91.jpeg",
"screen_name": "semi_lost",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1835,
"name": "ELIJAH",
"notifications": false,
"url": null,
"created_at": "Thu Jun 27 00:47:14 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:58 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524724463730688,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692524724463730688",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2743351097,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/666848459996008450/2Yu5TG8P_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 115,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2743351097",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 905,
"description": "Kill 'em with success _ Bury 'em with a smile #WhoJahBlessNoManCurse",
"friends_count": 145,
"location": "Bih please/Deez Nutz",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/666848459996008450/2Yu5TG8P_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2743351097/1450993382",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Lexy_Card",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1041,
"name": "\u03c0\u00b0\u00b6\u00b6",
"notifications": false,
"url": null,
"created_at": "Fri Aug 15 08:20:59 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:55 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524719149596674,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524719149596674",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1312478924,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/605161805539733504/eaeSgGkD_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/ASWV9dv2KP",
"indices": [
0,
23
],
"expanded_url": "http://instagram.com/marissa_asparagus_gibbous",
"display_url": "instagram.com/marissa_aspara\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 900,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1312478924",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2977,
"description": "I'm Marissa . You may not see my crown, but I'm a princess. Aspiring Politician/ OBGYN or Midwife.",
"friends_count": 1177,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/605161805539733504/eaeSgGkD_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1312478924/1447369480",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "MarissaGibson12",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6489,
"name": "Marissa A. Gibson",
"notifications": false,
"url": "https://t.co/ASWV9dv2KP",
"created_at": "Fri Mar 29 03:40:40 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:54 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524684240408576,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524684240408576",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3179721107,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/675114941834256385/Nk8DoM4d_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 150,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3179721107",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 6754,
"description": "I'm the last of my kind",
"friends_count": 141,
"location": "where the wild things are ",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/675114941834256385/Nk8DoM4d_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3179721107/1447891204",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "r_pakks",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1772,
"name": "randy",
"notifications": false,
"url": null,
"created_at": "Sat Apr 18 14:57:32 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:45 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye #KanyeWest #YeAndWiz #IceCream @wizkhalifa https://t.co/434vouMqFc",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524677990895619,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
38,
49
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
7,
17
],
"text": "KanyeWest"
},
{
"indices": [
18,
27
],
"text": "YeAndWiz"
},
{
"indices": [
28,
37
],
"text": "IceCream"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/KanyeIceCream/status/692524677990895619/photo/1",
"display_url": "pic.twitter.com/434vouMqFc",
"url": "https://t.co/434vouMqFc",
"media_url_https": "https://pbs.twimg.com/media/CZxXhk6WYAEFZ2w.jpg",
"id_str": "692524677063925761",
"sizes": {
"large": {
"h": 633,
"resize": "fit",
"w": 718
},
"small": {
"h": 299,
"resize": "fit",
"w": 340
},
"medium": {
"h": 528,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
50,
73
],
"type": "photo",
"id": 692524677063925761,
"media_url": "http://pbs.twimg.com/media/CZxXhk6WYAEFZ2w.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524677990895619",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3243888999,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/597133584764252160/MWHcnsdL_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 13,
"profile_sidebar_border_color": "000000",
"id_str": "3243888999",
"profile_background_color": "000000",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 22,
"description": "Kanye loves ice cream.",
"friends_count": 1,
"location": "",
"profile_link_color": "000000",
"profile_image_url": "http://pbs.twimg.com/profile_images/597133584764252160/MWHcnsdL_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3243888999/1431203065",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "KanyeIceCream",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Kanye Ice Cream",
"notifications": false,
"url": null,
"created_at": "Sat May 09 20:17:00 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:48:44 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Check out #Funko POP Shrek Fairytales Universal Cartoon Animation https://t.co/eUZ4rTxdn9 #starwars #captainamericacivilwar #idol #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524669384155137,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
10,
16
],
"text": "Funko"
},
{
"indices": [
91,
100
],
"text": "starwars"
},
{
"indices": [
101,
124
],
"text": "captainamericacivilwar"
},
{
"indices": [
125,
130
],
"text": "idol"
},
{
"indices": [
131,
137
],
"text": "kanye"
}
],
"urls": [
{
"url": "https://t.co/eUZ4rTxdn9",
"indices": [
67,
90
],
"expanded_url": "http://www.ebay.com/itm/-/131711613092?roken=cUgayN&soutkn=XfUeAC",
"display_url": "ebay.com/itm/-/13171161\u2026"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524669384155137",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 382260612,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/611999670059950080/NKCEArVL_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 403,
"profile_sidebar_border_color": "C0DEED",
"id_str": "382260612",
"profile_background_color": "C0DEED",
"listed_count": 19,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 53944,
"description": "My name is Brent. I work with children that have autism but also enjoy promoting music on my free time. If you are an artist needing promoting contact me",
"friends_count": 209,
"location": "Covina, Ca",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/611999670059950080/NKCEArVL_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/382260612/1434747111",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "HeyYoItsBrent",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2057,
"name": "Brent Castro",
"notifications": false,
"url": null,
"created_at": "Thu Sep 29 19:21:01 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524664543932422,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524664543932422",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2764539983,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692030886980636672/uTQP5KoU_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 649,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2764539983",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2282,
"description": "",
"friends_count": 609,
"location": "Athens, TX & San Diego, CA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/692030886980636672/uTQP5KoU_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2764539983/1451342182",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "bexboister",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3467,
"name": "Becca",
"notifications": false,
"url": null,
"created_at": "Mon Sep 08 05:17:00 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524640493789190,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524640493789190",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2779084626,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691312474474287105/647B-EPc_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 179,
"profile_sidebar_border_color": "000000",
"id_str": "2779084626",
"profile_background_color": "000000",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 4020,
"description": "Bussin' Moves since friends was on TV",
"friends_count": 313,
"location": "West London",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/691312474474287105/647B-EPc_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2779084626/1453656507",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Mikaeil1998",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1052,
"name": "Tribe Called Mikaeil",
"notifications": false,
"url": null,
"created_at": "Fri Aug 29 20:41:07 +0000 2014",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:35 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @mafaldagp: The Whole Kanye Vs Wiz feud, you're welcome #kanye #wizkhalifa https://t.co/dsLXOgJlsp",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524633308971008,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 67399285,
"indices": [
3,
13
],
"id_str": "67399285",
"screen_name": "mafaldagp",
"name": "a good person"
}
],
"hashtags": [
{
"indices": [
59,
65
],
"text": "kanye"
},
{
"indices": [
66,
77
],
"text": "wizkhalifa"
}
],
"urls": [],
"media": [
{
"source_user_id": 67399285,
"source_status_id_str": "692448196820234240",
"expanded_url": "http://twitter.com/mafaldagp/status/692448196820234240/photo/1",
"display_url": "pic.twitter.com/dsLXOgJlsp",
"url": "https://t.co/dsLXOgJlsp",
"media_url_https": "https://pbs.twimg.com/media/CZwR8enUAAA1By3.jpg",
"source_user_id_str": "67399285",
"source_status_id": 692448196820234240,
"id_str": "692448173415989248",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 1024,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
78,
101
],
"type": "photo",
"id": 692448173415989248,
"media_url": "http://pbs.twimg.com/media/CZwR8enUAAA1By3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 165,
"id_str": "692524633308971008",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "The Whole Kanye Vs Wiz feud, you're welcome #kanye #wizkhalifa https://t.co/dsLXOgJlsp",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692448196820234240,
"favorite_count": 199,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
44,
50
],
"text": "kanye"
},
{
"indices": [
51,
62
],
"text": "wizkhalifa"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/mafaldagp/status/692448196820234240/photo/1",
"display_url": "pic.twitter.com/dsLXOgJlsp",
"url": "https://t.co/dsLXOgJlsp",
"media_url_https": "https://pbs.twimg.com/media/CZwR8enUAAA1By3.jpg",
"id_str": "692448173415989248",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 1024,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
63,
86
],
"type": "photo",
"id": 692448173415989248,
"media_url": "http://pbs.twimg.com/media/CZwR8enUAAA1By3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 165,
"id_str": "692448196820234240",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 67399285,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/788287182/0b0b207a84fab499769d0215706ecb03.jpeg",
"verified": false,
"profile_text_color": "0F0205",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/683350271519363072/3TvZhI2i_normal.jpg",
"profile_sidebar_fill_color": "D6BFBF",
"entities": {
"url": {
"urls": [
{
"url": "http://analupost.blogspot.com",
"indices": [
0,
29
],
"expanded_url": null
}
]
},
"description": {
"urls": []
}
},
"followers_count": 3944,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "67399285",
"profile_background_color": "BFCBE0",
"listed_count": 37,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 78148,
"description": "mi mam\u00e1 siempre me esta amenazando con devolverme al utero... analucilagp Snapchat",
"friends_count": 1832,
"location": "DOMINICANA",
"profile_link_color": "3CCCD6",
"profile_image_url": "http://pbs.twimg.com/profile_images/683350271519363072/3TvZhI2i_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/67399285/1437970597",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/788287182/0b0b207a84fab499769d0215706ecb03.jpeg",
"screen_name": "mafaldagp",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 11211,
"name": "a good person",
"notifications": false,
"url": "http://analupost.blogspot.com",
"created_at": "Thu Aug 20 19:26:00 +0000 2009",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 20:44:49 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4442446541,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/686100399556698112/aKvBk-UI_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 61,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4442446541",
"profile_background_color": "F5F8FA",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 261,
"description": "17 & indestructible",
"friends_count": 68,
"location": "Trill, TX",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://pbs.twimg.com/profile_images/686100399556698112/aKvBk-UI_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4442446541/1452212880",
"profile_background_image_url": null,
"screen_name": "alexisxadame",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 327,
"name": "shawty",
"notifications": false,
"url": null,
"created_at": "Thu Dec 10 23:30:02 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524626749079553,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524626749079553",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 275855330,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/653066898/9rs6g4y9tql9t010h97c.jpeg",
"verified": false,
"profile_text_color": "5F5F5F",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/684564274287513600/VLonyyvP_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/SWtZ72dPNW",
"indices": [
0,
23
],
"expanded_url": "http://youtu.be/wXiYmS18cZM",
"display_url": "youtu.be/wXiYmS18cZM"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 1231,
"profile_sidebar_border_color": "000000",
"id_str": "275855330",
"profile_background_color": "1A1B1F",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 23573,
"description": "#RIPNL",
"friends_count": 1077,
"location": "Keller, TX",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/684564274287513600/VLonyyvP_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/275855330/1450643432",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/653066898/9rs6g4y9tql9t010h97c.jpeg",
"screen_name": "RyanRambo25",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 13913,
"name": "\u272dRy\u272d",
"notifications": false,
"url": "https://t.co/SWtZ72dPNW",
"created_at": "Sat Apr 02 04:19:01 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:32 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I want to see @kanyewest and @realDonaldTrump get into a Twitter spat. #Kanye #Trump #yeezy #yuge",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524619513892865,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
14,
24
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 25073877,
"indices": [
29,
45
],
"id_str": "25073877",
"screen_name": "realDonaldTrump",
"name": "Donald J. Trump"
}
],
"hashtags": [
{
"indices": [
71,
77
],
"text": "Kanye"
},
{
"indices": [
78,
84
],
"text": "Trump"
},
{
"indices": [
85,
91
],
"text": "yeezy"
},
{
"indices": [
92,
97
],
"text": "yuge"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524619513892865",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 230787751,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000092646521/4f5617cd57792b24efaa41b865d5e35a.png",
"verified": true,
"profile_text_color": "663B12",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681987485866573824/Mzig4niM_normal.jpg",
"profile_sidebar_fill_color": "DAECF4",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 5527,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "230787751",
"profile_background_color": "FF5D00",
"listed_count": 131,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 21782,
"description": "Journalist, Duty Editor, all things politics at @storyful || Irishman in the Big Apple || Musings mine || donie.osullivan@storyful.com",
"friends_count": 4874,
"location": "NYC",
"profile_link_color": "FF5D00",
"profile_image_url": "http://pbs.twimg.com/profile_images/681987485866573824/Mzig4niM_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/230787751/1411764154",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000092646521/4f5617cd57792b24efaa41b865d5e35a.png",
"screen_name": "donie",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5340,
"name": "Donie O'Sullivan",
"notifications": false,
"url": null,
"created_at": "Sun Dec 26 17:40:14 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:48:30 +0000 2016",
"in_reply_to_status_id_str": null,
"place": {
"country_code": "US",
"url": "https://api.twitter.com/1.1/geo/id/01a9a39529b27f36.json",
"country": "United States",
"place_type": "city",
"bounding_box": {
"type": "Polygon",
"coordinates": [
[
[
-74.026675,
40.683935
],
[
-73.910408,
40.683935
],
[
-73.910408,
40.877483
],
[
-74.026675,
40.877483
]
]
]
},
"contained_within": [],
"full_name": "Manhattan, NY",
"attributes": {},
"id": "01a9a39529b27f36",
"name": "Manhattan"
},
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Ive always wondered if #kanye is to blame for the current state of #hiphop dont get me wrong his music dope..but fashion & attitude wise",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524618612129792,
"favorite_count": 2,
"source": "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
},
{
"indices": [
67,
74
],
"text": "hiphop"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524618612129792",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 17750078,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000070246330/0cef5a6b3ba150b1f8a52cd30bca184a.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/652320610836725760/J6yWiJ3P_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/d2BFSWzpDu",
"indices": [
0,
23
],
"expanded_url": "http://www.ceromundo.com",
"display_url": "ceromundo.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 729,
"profile_sidebar_border_color": "000000",
"id_str": "17750078",
"profile_background_color": "131516",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 8923,
"description": "aka Cero, MC, DJ, Artistpreneur, owner of #escheveredesigns\n\nDMV by way of \n\nNew single dejame saber on itunes\n\nAlbums on iTunes and Pandora radio",
"friends_count": 1228,
"location": "ceromundo@gmail.com",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/652320610836725760/J6yWiJ3P_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000070246330/0cef5a6b3ba150b1f8a52cd30bca184a.jpeg",
"screen_name": "Ceromundo",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 59,
"name": "Estevan Palasquesea",
"notifications": false,
"url": "https://t.co/d2BFSWzpDu",
"created_at": "Sun Nov 30 06:09:17 +0000 2008",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:48:30 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "When you realize @kanyewest lost your vote today... #kanye #wizwearscoolpants @DaRealAmberRose @WORLDSTAR https://t.co/Qe982D88Fy",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524616502349824,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
17,
27
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 155620016,
"indices": [
78,
94
],
"id_str": "155620016",
"screen_name": "DaRealAmberRose",
"name": "Amber Rose"
},
{
"id": 11912362,
"indices": [
95,
105
],
"id_str": "11912362",
"screen_name": "WORLDSTAR",
"name": "WORLDSTARHIPHOP"
}
],
"hashtags": [
{
"indices": [
52,
58
],
"text": "kanye"
},
{
"indices": [
59,
77
],
"text": "wizwearscoolpants"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/NateGHQ/status/692524616502349824/photo/1",
"display_url": "pic.twitter.com/Qe982D88Fy",
"url": "https://t.co/Qe982D88Fy",
"media_url_https": "https://pbs.twimg.com/media/CZxXdTYWQAATzuv.jpg",
"id_str": "692524603638431744",
"sizes": {
"small": {
"h": 604,
"resize": "fit",
"w": 340
},
"large": {
"h": 1820,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 1066,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
106,
129
],
"type": "photo",
"id": 692524603638431744,
"media_url": "http://pbs.twimg.com/media/CZxXdTYWQAATzuv.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524616502349824",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 483598684,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/674699366465163265/rYZuWUwj_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 123,
"profile_sidebar_border_color": "C0DEED",
"id_str": "483598684",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 149,
"description": "Without a gun and a badge what do ya got?\n#12THMAN L.O.B.",
"friends_count": 7,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/674699366465163265/rYZuWUwj_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/483598684/1452407449",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "NateGHQ",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 565,
"name": "Nathaniel Head",
"notifications": false,
"url": null,
"created_at": "Sun Feb 05 05:54:57 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524609955090434,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524609955090434",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1074987806,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/451759571392925697/CdPBDK6u.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/683765567803752450/aenhp0w7_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 389,
"profile_sidebar_border_color": "000000",
"id_str": "1074987806",
"profile_background_color": "FFFFFF",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 20709,
"description": "Put a smile on the devil's face",
"friends_count": 309,
"location": "Chicago, IL",
"profile_link_color": "080708",
"profile_image_url": "http://pbs.twimg.com/profile_images/683765567803752450/aenhp0w7_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1074987806/1438736182",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/451759571392925697/CdPBDK6u.jpeg",
"screen_name": "Oxymoron37",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 6559,
"name": "Matthew",
"notifications": false,
"url": null,
"created_at": "Wed Jan 09 21:47:16 +0000 2013",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524604598919168,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524604598919168",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2720036181,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690071343971340289/oRtFFUqV_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/I4BJDPlzLJ",
"indices": [
0,
23
],
"expanded_url": "http://www.cincinnatiymca.org",
"display_url": "cincinnatiymca.org"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 227,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2720036181",
"profile_background_color": "C0DEED",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1708,
"description": "Instagram-zachehman Snapchat-zhehman_12",
"friends_count": 576,
"location": "Elk Lake",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690071343971340289/oRtFFUqV_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2720036181/1452823868",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Hehman24",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 8007,
"name": "Tommy Boy",
"notifications": false,
"url": "https://t.co/I4BJDPlzLJ",
"created_at": "Mon Jul 21 20:21:44 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:26 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @djvice: It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524561066229760,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 18224432,
"indices": [
3,
10
],
"id_str": "18224432",
"screen_name": "djvice",
"name": "VICE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "waves"
},
{
"indices": [
58,
64
],
"text": "kanye"
},
{
"indices": [
65,
77
],
"text": "WizKhalifia"
},
{
"indices": [
78,
88
],
"text": "AmberRose"
},
{
"indices": [
89,
96
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"source_user_id": 18224432,
"source_status_id_str": "692483844713373696",
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"source_user_id_str": "18224432",
"source_status_id": 692483844713373696,
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692524561066229760",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692483844713373696,
"favorite_count": 112,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
39,
45
],
"text": "waves"
},
{
"indices": [
46,
52
],
"text": "kanye"
},
{
"indices": [
53,
65
],
"text": "WizKhalifia"
},
{
"indices": [
66,
76
],
"text": "AmberRose"
},
{
"indices": [
77,
84
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
85,
108
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692483844713373696",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 18224432,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/e5EadzPTMe",
"indices": [
0,
23
],
"expanded_url": "http://vice.fm/BadLoveRmxs",
"display_url": "vice.fm/BadLoveRmxs"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 70273,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "18224432",
"profile_background_color": "000000",
"listed_count": 814,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 23710,
"description": "djvicepromo@gmail.com",
"friends_count": 1196,
"location": "everywhere!",
"profile_link_color": "76BD22",
"profile_image_url": "http://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18224432/1452879456",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"screen_name": "djvice",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2327,
"name": "VICE",
"notifications": false,
"url": "https://t.co/e5EadzPTMe",
"created_at": "Thu Dec 18 20:36:08 +0000 2008",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:06:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2429738881,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/675907578854010880/edI-jewn_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 48,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2429738881",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 373,
"description": "now you're missing what we used to have",
"friends_count": 171,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/675907578854010880/edI-jewn_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2429738881/1449985800",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "sysy576",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 337,
"name": "Syerra Epps",
"notifications": false,
"url": null,
"created_at": "Sun Apr 06 02:17:16 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @driickygraham: Reading #Kanye #Wiz & #AmberRose Tweets like ... https://t.co/blqzVAsg0N",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524534969274368,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 207232388,
"indices": [
3,
17
],
"id_str": "207232388",
"screen_name": "driickygraham",
"name": "Driicky"
}
],
"hashtags": [
{
"indices": [
27,
33
],
"text": "Kanye"
},
{
"indices": [
34,
38
],
"text": "Wiz"
},
{
"indices": [
45,
55
],
"text": "AmberRose"
}
],
"urls": [],
"media": [
{
"source_user_id": 207232388,
"source_status_id_str": "692469918516809728",
"expanded_url": "http://twitter.com/driickygraham/status/692469918516809728/video/1",
"display_url": "pic.twitter.com/blqzVAsg0N",
"url": "https://t.co/blqzVAsg0N",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg",
"source_user_id_str": "207232388",
"source_status_id": 692469918516809728,
"id_str": "692469857741357056",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
72,
95
],
"type": "photo",
"id": 692469857741357056,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 78,
"id_str": "692524534969274368",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Reading #Kanye #Wiz & #AmberRose Tweets like ... https://t.co/blqzVAsg0N",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692469918516809728,
"favorite_count": 147,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
8,
14
],
"text": "Kanye"
},
{
"indices": [
15,
19
],
"text": "Wiz"
},
{
"indices": [
26,
36
],
"text": "AmberRose"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/driickygraham/status/692469918516809728/video/1",
"display_url": "pic.twitter.com/blqzVAsg0N",
"url": "https://t.co/blqzVAsg0N",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg",
"id_str": "692469857741357056",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
53,
76
],
"type": "photo",
"id": 692469857741357056,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 78,
"id_str": "692469918516809728",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 207232388,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/541749711820951552/hVM3dUfM.jpeg",
"verified": true,
"profile_text_color": "242024",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/678467738407342080/oQxpQ0wr_normal.jpg",
"profile_sidebar_fill_color": "FFFFFF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/Sc2R09PFCN",
"indices": [
0,
23
],
"expanded_url": "https://soundcloud.com/nasir-graham/pull-up-quick",
"display_url": "soundcloud.com/nasir-graham/p\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 79208,
"profile_sidebar_border_color": "000000",
"id_str": "207232388",
"profile_background_color": "1F1C1F",
"listed_count": 123,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 32575,
"description": "PBM/EOne records. #SnapBacksAndTatoos #Platinum #PullUpQuick link in bio. bookings: phantomboyz@gmail.com",
"friends_count": 774,
"location": "Oxford, NC",
"profile_link_color": "1F1C1F",
"profile_image_url": "http://pbs.twimg.com/profile_images/678467738407342080/oQxpQ0wr_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/207232388/1445746210",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/541749711820951552/hVM3dUfM.jpeg",
"screen_name": "driickygraham",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2109,
"name": "Driicky",
"notifications": false,
"url": "https://t.co/Sc2R09PFCN",
"created_at": "Sun Oct 24 21:10:26 +0000 2010",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 22:11:08 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 199110958,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/563551839283466240/wNEDRRka.jpeg",
"verified": false,
"profile_text_color": "757373",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/686437515583066113/1IcMxfpN_normal.jpg",
"profile_sidebar_fill_color": "12080A",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 464,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "199110958",
"profile_background_color": "ABB8C2",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 5121,
"description": "",
"friends_count": 401,
"location": "",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/686437515583066113/1IcMxfpN_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/199110958/1451463981",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/563551839283466240/wNEDRRka.jpeg",
"screen_name": "StaceyBaaaaby",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 2408,
"name": "StaceyR.",
"notifications": false,
"url": null,
"created_at": "Wed Oct 06 01:53:53 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:48:10 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "OH: \"How is #kanye at the top of Twitter moments when #githubisdown?!\"",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524500076892160,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
12,
18
],
"text": "kanye"
},
{
"indices": [
54,
67
],
"text": "githubisdown"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524500076892160",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3038971,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/627264328094232576/YKU22Yc2_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/ztAv2dVWnR",
"indices": [
0,
22
],
"expanded_url": "http://ambethia.com",
"display_url": "ambethia.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 437,
"profile_sidebar_border_color": "000000",
"id_str": "3038971",
"profile_background_color": "000000",
"listed_count": 28,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 1371,
"description": "Software Developer",
"friends_count": 420,
"location": "St. Petersburg, FL",
"profile_link_color": "666666",
"profile_image_url": "http://pbs.twimg.com/profile_images/627264328094232576/YKU22Yc2_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "ambethia",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 482,
"name": "Jason L Perry",
"notifications": false,
"url": "http://t.co/ztAv2dVWnR",
"created_at": "Sat Mar 31 04:50:26 +0000 2007",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:48:01 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I believe @Eminem is the greatest artist of all time, not Kanye. Who lied to #kanye ?",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524489830187008,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 22940219,
"indices": [
10,
17
],
"id_str": "22940219",
"screen_name": "Eminem",
"name": "Marshall Mathers"
}
],
"hashtags": [
{
"indices": [
78,
84
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524489830187008",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2827640177,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/626303750165016576/3Kyh-0K5_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 19,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2827640177",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 74,
"description": "",
"friends_count": 122,
"location": "California",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/626303750165016576/3Kyh-0K5_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2827640177/1420358243",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "SoSalty89",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 29,
"name": "Salina G",
"notifications": false,
"url": null,
"created_at": "Mon Oct 13 15:56:57 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:59 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524488135675905,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692524488135675905",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 372812142,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/345706296/jgfyjud.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689154045785849860/GotnVMGV_normal.jpg",
"profile_sidebar_fill_color": "F4F7DC",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 319,
"profile_sidebar_border_color": "000000",
"id_str": "372812142",
"profile_background_color": "F58C29",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": 3600,
"statuses_count": 23156,
"description": "",
"friends_count": 157,
"location": "",
"profile_link_color": "C400FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/689154045785849860/GotnVMGV_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/372812142/1444562828",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/345706296/jgfyjud.jpg",
"screen_name": "ZaimiaNazim",
"lang": "fr",
"profile_background_tile": true,
"favourites_count": 10220,
"name": "pablo aimar",
"notifications": false,
"url": null,
"created_at": "Tue Sep 13 13:26:23 +0000 2011",
"contributors_enabled": false,
"time_zone": "Paris",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:59 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524478899843073,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692524478899843073",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 18883770,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/2183489520/facebook_profile_normal.jpg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 159,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "18883770",
"profile_background_color": "022330",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 5426,
"description": "",
"friends_count": 219,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/2183489520/facebook_profile_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18883770/1398253687",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png",
"screen_name": "aron_duby",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2397,
"name": "Aron Duby",
"notifications": false,
"url": null,
"created_at": "Sun Jan 11 23:32:05 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:56 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @TheDalyPlanet: Pretty much sums up social media when #Tump with his foot in his mouth and #Kanye with fingers in his rear dominate the \u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524450898694145,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 24449694,
"indices": [
3,
17
],
"id_str": "24449694",
"screen_name": "TheDalyPlanet",
"name": "John Daly"
}
],
"hashtags": [
{
"indices": [
57,
62
],
"text": "Tump"
},
{
"indices": [
94,
100
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692524450898694145",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Pretty much sums up social media when #Tump with his foot in his mouth and #Kanye with fingers in his rear dominate the conversation.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523777876443137,
"favorite_count": 3,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
38,
43
],
"text": "Tump"
},
{
"indices": [
75,
81
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692523777876443137",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 24449694,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/661724467161382912/N-1HFS8r.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/670322619669831680/G6bOcNWt_normal.jpg",
"profile_sidebar_fill_color": "F9A5BF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 13966,
"profile_sidebar_border_color": "000000",
"id_str": "24449694",
"profile_background_color": "020504",
"listed_count": 823,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 146840,
"description": "We have been talking about sports and TV since 2007. Opinions are my own.",
"friends_count": 3295,
"location": "",
"profile_link_color": "040708",
"profile_image_url": "http://pbs.twimg.com/profile_images/670322619669831680/G6bOcNWt_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/24449694/1376664827",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/661724467161382912/N-1HFS8r.jpg",
"screen_name": "TheDalyPlanet",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 64,
"name": "John Daly",
"notifications": false,
"url": null,
"created_at": "Sat Mar 14 23:29:15 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:09 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 48315004,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/347594949/0000054388_20090114162304_normal.jpg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 575,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "48315004",
"profile_background_color": "022330",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 38193,
"description": "Eagle Scout, ex. USAF, Cancer survivor, NASCAR, I see stupid people daily & I cuss like a fucker. Oh yeah I'm Gay. Got a problem with any of this don't follow.",
"friends_count": 453,
"location": "USA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/347594949/0000054388_20090114162304_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/48315004/1431948164",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png",
"screen_name": "chrisdabear",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 33396,
"name": "chris smith",
"notifications": false,
"url": null,
"created_at": "Thu Jun 18 10:59:16 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:50 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524444015857664,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692524444015857664",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 335773075,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/606298329/681ebsbnb0ueg4bhmk6q.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/660100590870097921/mn7fOBEd_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 170,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "335773075",
"profile_background_color": "FFFFFF",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 4445,
"description": "",
"friends_count": 267,
"location": "",
"profile_link_color": "8A0404",
"profile_image_url": "http://pbs.twimg.com/profile_images/660100590870097921/mn7fOBEd_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/335773075/1452607595",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/606298329/681ebsbnb0ueg4bhmk6q.jpeg",
"screen_name": "OhYouScotch",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 545,
"name": "scott piza partys",
"notifications": false,
"url": null,
"created_at": "Fri Jul 15 06:27:53 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:48 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524402085335041,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524402085335041",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2492048386,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/658447316240723969/KV09Jh_i_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 385,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2492048386",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 13250,
"description": "pixburgh",
"friends_count": 234,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/658447316240723969/KV09Jh_i_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2492048386/1452868158",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "alexernst7",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 5883,
"name": "uh huh honey",
"notifications": false,
"url": null,
"created_at": "Fri Apr 18 11:56:21 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:38 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524384477650944,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524384477650944",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1489461000,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/665383116329107456/MIicxuHi_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 465,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1489461000",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3815,
"description": "Wife...To the most amazing man!!! #LuckyGirlProblems#Not Funny..Lol!! But definitely not Shady.....",
"friends_count": 996,
"location": "heaven",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/665383116329107456/MIicxuHi_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1489461000/1447474672",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "kace_klein",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2383,
"name": "Kacey",
"notifications": false,
"url": null,
"created_at": "Fri Jun 07 04:25:29 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:34 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524373677379584,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692524373677379584",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 472198968,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/670827614949408768/hqOAie-O_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 22,
"profile_sidebar_border_color": "000000",
"id_str": "472198968",
"profile_background_color": "000000",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 149,
"description": "Prisioneiro da eterna recorr\u00eancia. Esta d\u00e1 para sacar petr\u00f3leo.",
"friends_count": 55,
"location": "Leiria ",
"profile_link_color": "C0C0C0",
"profile_image_url": "http://pbs.twimg.com/profile_images/670827614949408768/hqOAie-O_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/472198968/1441817283",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif",
"screen_name": "bichomortifero",
"lang": "pt",
"profile_background_tile": false,
"favourites_count": 73,
"name": "Lu\u00eds Fonseca",
"notifications": false,
"url": null,
"created_at": "Mon Jan 23 18:10:27 +0000 2012",
"contributors_enabled": false,
"time_zone": "Lisbon",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:31 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@wizkhalifa @kanyewest #kanye winning",
"is_quote_status": false,
"in_reply_to_status_id": 692524301107499010,
"id": 692524367448784896,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
0,
11
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
},
{
"id": 169686021,
"indices": [
12,
22
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "johnpaulkardash",
"in_reply_to_user_id": 983362651,
"retweet_count": 0,
"id_str": "692524367448784896",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 983362651,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000845751626/80616534fc17ff9e1ccb5abf498dd782_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 17,
"profile_sidebar_border_color": "C0DEED",
"id_str": "983362651",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 50,
"description": "",
"friends_count": 134,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000845751626/80616534fc17ff9e1ccb5abf498dd782_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "johnpaulkardash",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 213,
"name": "k",
"notifications": false,
"url": null,
"created_at": "Sat Dec 01 21:19:52 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "983362651",
"lang": "en",
"created_at": "Thu Jan 28 01:47:30 +0000 2016",
"in_reply_to_status_id_str": "692524301107499010",
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524366471512064,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524366471512064",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1659387565,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/631175768270221315/jtg3AT91_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 66,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1659387565",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1067,
"description": "\u2022Jesse \u20221\u20e38\u20e3 \u2022Taylor Gang \u2708\ufe0f \u2022 Fc Barcelona \u26bd\ufe0f",
"friends_count": 224,
"location": "Whittier, CA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/631175768270221315/jtg3AT91_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1659387565/1408780935",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "whiteboyjes",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 739,
"name": "Jesse Villase\u00f1or",
"notifications": false,
"url": null,
"created_at": "Sat Aug 10 05:38:05 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:30 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524355201400832,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524355201400832",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 137077300,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/385839756/mb.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000324470301/ea2bda7fe6e22dc4e827a4499ac752af_normal.jpeg",
"profile_sidebar_fill_color": "F6FFD1",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/cH87YV3q60",
"indices": [
0,
22
],
"expanded_url": "http://instagram.com/mama_beatz",
"display_url": "instagram.com/mama_beatz"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 589,
"profile_sidebar_border_color": "FFF8AD",
"id_str": "137077300",
"profile_background_color": "FFF04D",
"listed_count": 17,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 16456,
"description": "Dj . Writer . Producer . Hood-Rat Procurer .",
"friends_count": 227,
"location": "In a galaxy far far away ",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000324470301/ea2bda7fe6e22dc4e827a4499ac752af_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/137077300/1407788835",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/385839756/mb.jpg",
"screen_name": "ConfuseTheSheep",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 337,
"name": "MaMa BeatZ",
"notifications": false,
"url": "http://t.co/cH87YV3q60",
"created_at": "Sun Apr 25 18:36:06 +0000 2010",
"contributors_enabled": false,
"time_zone": "Mountain Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:27 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @ChrisMarvel: #Kanye never forget you loved that stripper so much you licked #waves into her hair after a fresh One Blade. https://t.co/\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524351141363714,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 27739781,
"indices": [
3,
15
],
"id_str": "27739781",
"screen_name": "ChrisMarvel",
"name": "Chr\u03b9s \u039carv\u03b5l"
}
],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
80,
86
],
"text": "waves"
}
],
"urls": [],
"media": [
{
"source_user_id": 27739781,
"source_status_id_str": "692461750852141056",
"expanded_url": "http://twitter.com/ChrisMarvel/status/692461750852141056/photo/1",
"display_url": "pic.twitter.com/BYI4xoeQyF",
"url": "https://t.co/BYI4xoeQyF",
"media_url_https": "https://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg",
"source_user_id_str": "27739781",
"source_status_id": 692461750852141056,
"id_str": "692461749916823552",
"sizes": {
"small": {
"h": 226,
"resize": "fit",
"w": 340
},
"large": {
"h": 333,
"resize": "fit",
"w": 500
},
"medium": {
"h": 333,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
126,
140
],
"type": "photo",
"id": 692461749916823552,
"media_url": "http://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 81,
"id_str": "692524351141363714",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye never forget you loved that stripper so much you licked #waves into her hair after a fresh One Blade. https://t.co/BYI4xoeQyF",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692461750852141056,
"favorite_count": 93,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
63,
69
],
"text": "waves"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/ChrisMarvel/status/692461750852141056/photo/1",
"display_url": "pic.twitter.com/BYI4xoeQyF",
"url": "https://t.co/BYI4xoeQyF",
"media_url_https": "https://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg",
"id_str": "692461749916823552",
"sizes": {
"small": {
"h": 226,
"resize": "fit",
"w": 340
},
"large": {
"h": 333,
"resize": "fit",
"w": 500
},
"medium": {
"h": 333,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
109,
132
],
"type": "photo",
"id": 692461749916823552,
"media_url": "http://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 81,
"id_str": "692461750852141056",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 27739781,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
0,
23
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
84,
107
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
}
},
"followers_count": 2872,
"profile_sidebar_border_color": "000000",
"id_str": "27739781",
"profile_background_color": "131516",
"listed_count": 24,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 35945,
"description": "Author| Relationship Expert | Speaker | Contributor- XoNecole, Elite Daily, Blavity https://t.co/dKoY6tezJB",
"friends_count": 904,
"location": "USAfricanAmerica",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/27739781/1448341334",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"screen_name": "ChrisMarvel",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2216,
"name": "Chr\u03b9s \u039carv\u03b5l",
"notifications": false,
"url": "https://t.co/dKoY6tezJB",
"created_at": "Mon Mar 30 21:55:53 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:38:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 473463747,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/439079803962937344/WRQSR8X6.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691059971555864576/_uaY7Ovf_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1610,
"profile_sidebar_border_color": "000000",
"id_str": "473463747",
"profile_background_color": "C0DEED",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 13874,
"description": "",
"friends_count": 497,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/691059971555864576/_uaY7Ovf_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/473463747/1453596522",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/439079803962937344/WRQSR8X6.jpeg",
"screen_name": "hannahmariexx__",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 2247,
"name": "hannah potter: \u25b3\u20d2\u20d8",
"notifications": false,
"url": null,
"created_at": "Wed Jan 25 00:42:15 +0000 2012",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:26 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524338038345728,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692524338038345728",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 641,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4835202207,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690536946666467328/ChSSVpUU_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 50,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4835202207",
"profile_background_color": "F5F8FA",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 75,
"description": "An online platform to promote, showcase & support the work of visual artists.",
"friends_count": 23,
"location": "",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://pbs.twimg.com/profile_images/690536946666467328/ChSSVpUU_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4835202207/1453482252",
"profile_background_image_url": null,
"screen_name": "ching_uk",
"lang": "en-GB",
"profile_background_tile": false,
"favourites_count": 25,
"name": "Ching",
"notifications": false,
"url": null,
"created_at": "Fri Jan 22 14:09:32 +0000 2016",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:23 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "And then Amber Rose had the BOOM CLAP of the century!!!! #amberrose #kanye #wiz... https://t.co/g48dRflUgD",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524330094297089,
"favorite_count": 3,
"source": "<a href=\"http://www.facebook.com/twitter\" rel=\"nofollow\">Facebook</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
57,
67
],
"text": "amberrose"
},
{
"indices": [
68,
74
],
"text": "kanye"
},
{
"indices": [
75,
79
],
"text": "wiz"
}
],
"urls": [
{
"url": "https://t.co/g48dRflUgD",
"indices": [
83,
106
],
"expanded_url": "http://fb.me/75OgoOPq3",
"display_url": "fb.me/75OgoOPq3"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692524330094297089",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 168663787,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/667697742/4ad5c873565df0a3f1322658faf6c555.jpeg",
"verified": false,
"profile_text_color": "3C3940",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/659380547534372865/ydIrfF-w_normal.jpg",
"profile_sidebar_fill_color": "95E8EC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/3rrj95N5Bb",
"indices": [
0,
23
],
"expanded_url": "http://www.carolinabermudez.com",
"display_url": "carolinabermudez.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 85875,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "168663787",
"profile_background_color": "FFF04D",
"listed_count": 492,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 27915,
"description": "Nicoya in NYC! Noah & Asher's mama. Co-host Cubby & Carolina in the Morning on @1035ktu! One time, Stevie Wonder told me I was beautiful. But, he's blind so...",
"friends_count": 1554,
"location": "Brooklyn, NY",
"profile_link_color": "0099CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/659380547534372865/ydIrfF-w_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/168663787/1357520077",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/667697742/4ad5c873565df0a3f1322658faf6c555.jpeg",
"screen_name": "TheRealCarolina",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 887,
"name": "Carolina Bermudez",
"notifications": false,
"url": "https://t.co/3rrj95N5Bb",
"created_at": "Tue Jul 20 13:42:18 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:21 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @Jona_Amy: Hahaha who did this lmao #kanye #wizzkhalifa #amber #kim https://t.co/aSFR8xdBr6",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524323312123904,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 1001115254,
"indices": [
3,
12
],
"id_str": "1001115254",
"screen_name": "Jona_Amy",
"name": "Amy Corchado"
}
],
"hashtags": [
{
"indices": [
39,
45
],
"text": "kanye"
},
{
"indices": [
46,
58
],
"text": "wizzkhalifa"
},
{
"indices": [
59,
65
],
"text": "amber"
},
{
"indices": [
66,
70
],
"text": "kim"
}
],
"urls": [],
"media": [
{
"source_user_id": 1001115254,
"source_status_id_str": "692520678294188032",
"expanded_url": "http://twitter.com/Jona_Amy/status/692520678294188032/photo/1",
"display_url": "pic.twitter.com/aSFR8xdBr6",
"url": "https://t.co/aSFR8xdBr6",
"media_url_https": "https://pbs.twimg.com/media/CZxT3gfWkAAh1qi.jpg",
"source_user_id_str": "1001115254",
"source_status_id": 692520678294188032,
"id_str": "692520655787560960",
"sizes": {
"small": {
"h": 604,
"resize": "fit",
"w": 340
},
"large": {
"h": 1820,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 1066,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692520655787560960,
"media_url": "http://pbs.twimg.com/media/CZxT3gfWkAAh1qi.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692524323312123904",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Hahaha who did this lmao #kanye #wizzkhalifa #amber #kim https://t.co/aSFR8xdBr6",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692520678294188032,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
25,
31
],
"text": "kanye"
},
{
"indices": [
32,
44
],
"text": "wizzkhalifa"
},
{
"indices": [
45,
51
],
"text": "amber"
},
{
"indices": [
52,
56
],
"text": "kim"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Jona_Amy/status/692520678294188032/photo/1",
"display_url": "pic.twitter.com/aSFR8xdBr6",
"url": "https://t.co/aSFR8xdBr6",
"media_url_https": "https://pbs.twimg.com/media/CZxT3gfWkAAh1qi.jpg",
"id_str": "692520655787560960",
"sizes": {
"small": {
"h": 604,
"resize": "fit",
"w": 340
},
"large": {
"h": 1820,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 1066,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
57,
80
],
"type": "photo",
"id": 692520655787560960,
"media_url": "http://pbs.twimg.com/media/CZxT3gfWkAAh1qi.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692520678294188032",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1001115254,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/629611099361517568/gD_jdey2_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 93,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1001115254",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3166,
"description": "",
"friends_count": 263,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/629611099361517568/gD_jdey2_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1001115254/1438946089",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Jona_Amy",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1827,
"name": "Amy Corchado",
"notifications": false,
"url": null,
"created_at": "Mon Dec 10 07:05:12 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:32:50 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 182650481,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/475837587/tumblr_lpnbfysuOG1qko5nzo1_500.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685926597703020544/fLBcAcd2_normal.jpg",
"profile_sidebar_fill_color": "FFFFFF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 306,
"profile_sidebar_border_color": "000000",
"id_str": "182650481",
"profile_background_color": "030202",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 25041,
"description": "",
"friends_count": 295,
"location": "",
"profile_link_color": "59D3F2",
"profile_image_url": "http://pbs.twimg.com/profile_images/685926597703020544/fLBcAcd2_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/182650481/1452495883",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/475837587/tumblr_lpnbfysuOG1qko5nzo1_500.jpg",
"screen_name": "karlyilene_",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 46,
"name": "k beltran",
"notifications": false,
"url": null,
"created_at": "Wed Aug 25 02:23:58 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:19 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "How is #kanye at the top of twitter moments when @github is down #githubisdown",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524319654727681,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 13334762,
"indices": [
49,
56
],
"id_str": "13334762",
"screen_name": "github",
"name": "GitHub"
}
],
"hashtags": [
{
"indices": [
7,
13
],
"text": "kanye"
},
{
"indices": [
65,
78
],
"text": "githubisdown"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524319654727681",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 107284794,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/673359661911826432/IRdYz5mk_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/4cfwljodJN",
"indices": [
0,
23
],
"expanded_url": "http://programmingfromscratch.com",
"display_url": "programmingfromscratch.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 73,
"profile_sidebar_border_color": "C0DEED",
"id_str": "107284794",
"profile_background_color": "C0DEED",
"listed_count": 11,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 364,
"description": "I'm a freelance C# developer making line of business web apps",
"friends_count": 86,
"location": "Tampa, Fl",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/673359661911826432/IRdYz5mk_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "ClaytonHunt_104",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 25,
"name": "Clayton Hunt",
"notifications": false,
"url": "https://t.co/4cfwljodJN",
"created_at": "Fri Jan 22 02:36:06 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:18 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524310435594240,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692524310435594240",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 4442444902,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691420908213252096/-otLJnJz_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 94,
"profile_sidebar_border_color": "000000",
"id_str": "4442444902",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 534,
"description": "WRHS || dive || HHH",
"friends_count": 145,
"location": "Santa Clarita, CA",
"profile_link_color": "89C9FA",
"profile_image_url": "http://pbs.twimg.com/profile_images/691420908213252096/-otLJnJz_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4442444902/1450523249",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "_alexrojas__",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 532,
"name": "Alex",
"notifications": false,
"url": null,
"created_at": "Thu Dec 10 23:21:04 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "\ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02\ud83d\ude02 #Kanye #FingersInTheBootyAssBitch #meekmill #Wiz #AmberVsKanye https://t.co/KK25jNeP5k",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524308741095425,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
9,
15
],
"text": "Kanye"
},
{
"indices": [
16,
42
],
"text": "FingersInTheBootyAssBitch"
},
{
"indices": [
43,
52
],
"text": "meekmill"
},
{
"indices": [
53,
57
],
"text": "Wiz"
},
{
"indices": [
58,
71
],
"text": "AmberVsKanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/1pizzaslice/status/692524308741095425/photo/1",
"display_url": "pic.twitter.com/KK25jNeP5k",
"url": "https://t.co/KK25jNeP5k",
"media_url_https": "https://pbs.twimg.com/media/CZxXLr5WQAEnnBv.jpg",
"id_str": "692524300981649409",
"sizes": {
"large": {
"h": 609,
"resize": "fit",
"w": 639
},
"small": {
"h": 324,
"resize": "fit",
"w": 340
},
"medium": {
"h": 571,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
72,
95
],
"type": "photo",
"id": 692524300981649409,
"media_url": "http://pbs.twimg.com/media/CZxXLr5WQAEnnBv.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524308741095425",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3405437788,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/633558626347696128/jIvkEE0t_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 7,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3405437788",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 33,
"description": "swerve swerve Yeah,Yeah",
"friends_count": 5,
"location": "25.0000\u00b0 N, 71.0000\u00b0 W ",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/633558626347696128/jIvkEE0t_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3405437788/1438923689",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "1pizzaslice",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 36,
"name": "hawk",
"notifications": false,
"url": null,
"created_at": "Thu Aug 06 09:07:01 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:47:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#Kanye, Imma let you finish but.. #AmberRose has one of the best tweets of all time.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524294325321729,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
35,
45
],
"text": "AmberRose"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524294325321729",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1426398536,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/867733264/84206b7e5fc2006002456a126fde354e.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/615344317830303744/2bHHN8Mp_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 46,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "1426398536",
"profile_background_color": "FFC4E1",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 1075,
"description": "Nobody likes you when you're 23.",
"friends_count": 47,
"location": "",
"profile_link_color": "299EAD",
"profile_image_url": "http://pbs.twimg.com/profile_images/615344317830303744/2bHHN8Mp_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1426398536/1435545278",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/867733264/84206b7e5fc2006002456a126fde354e.jpeg",
"screen_name": "LittleMissVania",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 854,
"name": "Vania V",
"notifications": false,
"url": null,
"created_at": "Mon May 13 21:02:49 +0000 2013",
"contributors_enabled": false,
"time_zone": "Bogota",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:12 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524260447928323,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524260447928323",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 280619334,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/676497935899762688/hZsyOXej_normal.jpg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 262,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "280619334",
"profile_background_color": "000000",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 14159,
"description": "",
"friends_count": 174,
"location": "FL. ",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/676497935899762688/hZsyOXej_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/280619334/1447898757",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png",
"screen_name": "AnqellR",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 7097,
"name": "Angel Rodriguez",
"notifications": false,
"url": null,
"created_at": "Mon Apr 11 18:03:58 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:47:04 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Looks it will be a @realDonaldTrump and @kanyewest ticket #kanye #Narcissists",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524256232603648,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 25073877,
"indices": [
19,
35
],
"id_str": "25073877",
"screen_name": "realDonaldTrump",
"name": "Donald J. Trump"
},
{
"id": 169686021,
"indices": [
40,
50
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
58,
64
],
"text": "kanye"
},
{
"indices": [
65,
77
],
"text": "Narcissists"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524256232603648",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3600025339,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/645007520000446464/vkEGUiPL_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 199,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3600025339",
"profile_background_color": "C0DEED",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3194,
"description": "",
"friends_count": 2075,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/645007520000446464/vkEGUiPL_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Totem_Soul",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2149,
"name": "Totem.Soul",
"notifications": false,
"url": null,
"created_at": "Fri Sep 18 01:37:21 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:47:03 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @ChrisMarvel: #Kanye never forget you loved that stripper so much you licked #waves into her hair after a fresh One Blade. https://t.co/\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524233256222721,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 27739781,
"indices": [
3,
15
],
"id_str": "27739781",
"screen_name": "ChrisMarvel",
"name": "Chr\u03b9s \u039carv\u03b5l"
}
],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
80,
86
],
"text": "waves"
}
],
"urls": [],
"media": [
{
"source_user_id": 27739781,
"source_status_id_str": "692461750852141056",
"expanded_url": "http://twitter.com/ChrisMarvel/status/692461750852141056/photo/1",
"display_url": "pic.twitter.com/BYI4xoeQyF",
"url": "https://t.co/BYI4xoeQyF",
"media_url_https": "https://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg",
"source_user_id_str": "27739781",
"source_status_id": 692461750852141056,
"id_str": "692461749916823552",
"sizes": {
"small": {
"h": 226,
"resize": "fit",
"w": 340
},
"large": {
"h": 333,
"resize": "fit",
"w": 500
},
"medium": {
"h": 333,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
126,
140
],
"type": "photo",
"id": 692461749916823552,
"media_url": "http://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 81,
"id_str": "692524233256222721",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye never forget you loved that stripper so much you licked #waves into her hair after a fresh One Blade. https://t.co/BYI4xoeQyF",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692461750852141056,
"favorite_count": 93,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
63,
69
],
"text": "waves"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/ChrisMarvel/status/692461750852141056/photo/1",
"display_url": "pic.twitter.com/BYI4xoeQyF",
"url": "https://t.co/BYI4xoeQyF",
"media_url_https": "https://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg",
"id_str": "692461749916823552",
"sizes": {
"small": {
"h": 226,
"resize": "fit",
"w": 340
},
"large": {
"h": 333,
"resize": "fit",
"w": 500
},
"medium": {
"h": 333,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
109,
132
],
"type": "photo",
"id": 692461749916823552,
"media_url": "http://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 81,
"id_str": "692461750852141056",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 27739781,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
0,
23
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
84,
107
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
}
},
"followers_count": 2872,
"profile_sidebar_border_color": "000000",
"id_str": "27739781",
"profile_background_color": "131516",
"listed_count": 24,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 35945,
"description": "Author| Relationship Expert | Speaker | Contributor- XoNecole, Elite Daily, Blavity https://t.co/dKoY6tezJB",
"friends_count": 904,
"location": "USAfricanAmerica",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/27739781/1448341334",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"screen_name": "ChrisMarvel",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2216,
"name": "Chr\u03b9s \u039carv\u03b5l",
"notifications": false,
"url": "https://t.co/dKoY6tezJB",
"created_at": "Mon Mar 30 21:55:53 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:38:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 356947448,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/469975248041811969/U81i6xWy.jpeg",
"verified": false,
"profile_text_color": "DB0909",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685632755376504832/BbEb2vH6_normal.jpg",
"profile_sidebar_fill_color": "FAFAFA",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 680,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "356947448",
"profile_background_color": "080807",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 6549,
"description": "| SouthWard | Brick City | Great minds dont think alike, they think for themselves | #BullsNation | #Capricorn | 973 |",
"friends_count": 601,
"location": "Newark, NJ",
"profile_link_color": "4A913C",
"profile_image_url": "http://pbs.twimg.com/profile_images/685632755376504832/BbEb2vH6_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/356947448/1444601737",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/469975248041811969/U81i6xWy.jpeg",
"screen_name": "GiftedOne_XCII",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 188,
"name": "ZOO_Jersey",
"notifications": false,
"url": null,
"created_at": "Wed Aug 17 16:19:07 +0000 2011",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:58 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "At least my day wasnt as bad as Kanye's. Amber talking about he liked fingers in the butt. Im never shaking Kim K's hand... ever #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524166550048769,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
129,
135
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524166550048769",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 341629263,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/610217963753308160/OzaybnSe_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 70,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "341629263",
"profile_background_color": "131516",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 1388,
"description": "If you're not doing something everyday to get the life that you want, then you don't want it.",
"friends_count": 89,
"location": "Cleveland",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/610217963753308160/OzaybnSe_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/341629263/1437206988",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif",
"screen_name": "AbenJAMIN104",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 122,
"name": "Adam Kazen",
"notifications": false,
"url": null,
"created_at": "Sun Jul 24 17:54:09 +0000 2011",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:46:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": {
"country_code": "US",
"url": "https://api.twitter.com/1.1/geo/id/0eb9676d24b211f1.json",
"country": "United States",
"place_type": "city",
"bounding_box": {
"type": "Polygon",
"coordinates": [
[
[
-81.877771,
41.392684
],
[
-81.5331634,
41.392684
],
[
-81.5331634,
41.599195
],
[
-81.877771,
41.599195
]
]
]
},
"contained_within": [],
"full_name": "Cleveland, OH",
"attributes": {},
"id": "0eb9676d24b211f1",
"name": "Cleveland"
},
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524157213478914,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524157213478914",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1232203603,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/683566152048488448/PtyWgbYD_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 491,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1232203603",
"profile_background_color": "C0DEED",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 73009,
"description": "Keep improving.",
"friends_count": 108,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/683566152048488448/PtyWgbYD_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1232203603/1452883986",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "25Bombdiggidy",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 12471,
"name": "Speedy.",
"notifications": false,
"url": null,
"created_at": "Sat Mar 02 00:29:00 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:40 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524126779633664,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524126779633664",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 473624820,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/3054067294/b2062a30f15af64fe063897492727ad8_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 37,
"profile_sidebar_border_color": "C0DEED",
"id_str": "473624820",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 319,
"description": "",
"friends_count": 55,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/3054067294/b2062a30f15af64fe063897492727ad8_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/473624820/1352697457",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "sunnysea0789",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 9,
"name": "marisol ",
"notifications": false,
"url": null,
"created_at": "Wed Jan 25 05:07:52 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:32 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@kanyewest you have given me so much entertainment, wisdom and joy I feel the need to pay you more. #keepbeingyou #kanye #buying #wave",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524121486462980,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
0,
10
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
101,
114
],
"text": "keepbeingyou"
},
{
"indices": [
115,
121
],
"text": "kanye"
},
{
"indices": [
122,
129
],
"text": "buying"
},
{
"indices": [
130,
135
],
"text": "wave"
}
],
"urls": []
},
"in_reply_to_screen_name": "kanyewest",
"in_reply_to_user_id": 169686021,
"retweet_count": 0,
"id_str": "692524121486462980",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 18744890,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/205208835/n569440189_9306_normal.jpg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/KJUbCpdXaB",
"indices": [
0,
22
],
"expanded_url": "http://mysqldba.blogspot.com?#shots.com/dathan",
"display_url": "mysqldba.blogspot.com/?#shots.com/da\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 733,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "18744890",
"profile_background_color": "022330",
"listed_count": 17,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 899,
"description": "Nerd, Geek, Engineer, CTO, Rebel",
"friends_count": 380,
"location": "San Francisco Bay Area",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/205208835/n569440189_9306_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18744890/1354047212",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png",
"screen_name": "dathanvp",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 250,
"name": "Dathan Pattishall",
"notifications": false,
"url": "http://t.co/KJUbCpdXaB",
"created_at": "Wed Jan 07 23:49:13 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "169686021",
"lang": "en",
"created_at": "Thu Jan 28 01:46:31 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Why ppl R talking about #kanye ??",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524112032440320,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
24,
30
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524112032440320",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4024978393,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679922626177794052/lsg_LF35_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 90,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4024978393",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1698,
"description": "Made In The A.M. #MTVstars One Direction",
"friends_count": 88,
"location": "United States",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/679922626177794052/lsg_LF35_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4024978393/1450863963",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "mimi_styles99",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 4669,
"name": "Lou",
"notifications": false,
"url": null,
"created_at": "Mon Oct 26 13:46:51 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:46:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524105158004736,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524105158004736",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 718917613,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/615431120/w3flrq7jgi0arimz1gv6.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/639930017238134784/GKytZGU6_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1333,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "718917613",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 7821,
"description": "I rather be respected than loved.",
"friends_count": 190,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/639930017238134784/GKytZGU6_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/718917613/1445230102",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/615431120/w3flrq7jgi0arimz1gv6.jpeg",
"screen_name": "Nolnah_",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 851,
"name": "Tim",
"notifications": false,
"url": null,
"created_at": "Thu Jul 26 22:40:59 +0000 2012",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:27 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @YounqDame: #kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524081246289921,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 818993779,
"indices": [
3,
13
],
"id_str": "818993779",
"screen_name": "YounqDame",
"name": "Young Dame"
},
{
"id": 20322929,
"indices": [
59,
70
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
15,
21
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 818993779,
"source_status_id_str": "692507521689505792",
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"source_user_id_str": "818993779",
"source_status_id": 692507521689505792,
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692524081246289921",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692507521689505792,
"favorite_count": 37,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
44,
55
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
56,
79
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692507521689505792",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 818993779,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": [
{
"url": "https://t.co/QVkwFOkmFt",
"indices": [
77,
100
],
"expanded_url": "http://Facebook.com/RealYounqDame",
"display_url": "Facebook.com/RealYounqDame"
}
]
}
},
"followers_count": 40572,
"profile_sidebar_border_color": "C0DEED",
"id_str": "818993779",
"profile_background_color": "C0DEED",
"listed_count": 28,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 453,
"description": "For Features DM or Email Booking:YounqDame@gmail.com . . Snapchat: YounqDame https://t.co/QVkwFOkmFt",
"friends_count": 8030,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/818993779/1366666976",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "YounqDame",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1251,
"name": "Young Dame",
"notifications": false,
"url": null,
"created_at": "Wed Sep 12 06:42:26 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 00:40:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 192252025,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/391971602/Frieke_Janssens_6.jpg",
"verified": false,
"profile_text_color": "039AFF",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690455771201540098/nMWjstTh_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MSS6KGhpeF",
"indices": [
0,
23
],
"expanded_url": "http://marylin-monbitch.tumblr.com",
"display_url": "marylin-monbitch.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 357,
"profile_sidebar_border_color": "000000",
"id_str": "192252025",
"profile_background_color": "000000",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -32400,
"statuses_count": 12632,
"description": "@captain_cosmic is mine.",
"friends_count": 313,
"location": "sgv",
"profile_link_color": "696A6B",
"profile_image_url": "http://pbs.twimg.com/profile_images/690455771201540098/nMWjstTh_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/192252025/1453595444",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/391971602/Frieke_Janssens_6.jpg",
"screen_name": "_sawienerr",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1135,
"name": "dclxvi",
"notifications": false,
"url": "https://t.co/MSS6KGhpeF",
"created_at": "Sat Sep 18 16:18:54 +0000 2010",
"contributors_enabled": false,
"time_zone": "Alaska",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Starting to think #Kanye is a real life sour patch kid. \ud83d\ude02 https://t.co/mKZmiEzpSA via TMZ",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524061780525057,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
18,
24
],
"text": "Kanye"
}
],
"urls": [
{
"url": "https://t.co/mKZmiEzpSA",
"indices": [
58,
81
],
"expanded_url": "http://www.tmz.com/2016/01/27/kanye-west-lax-video-wiz-khalifa-beef/",
"display_url": "tmz.com/2016/01/27/kan\u2026"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692524061780525057",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 5567292,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif",
"verified": false,
"profile_text_color": "362720",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679110583518556160/puFhnP2F_normal.jpg",
"profile_sidebar_fill_color": "E5507E",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 56,
"profile_sidebar_border_color": "CC3366",
"id_str": "5567292",
"profile_background_color": "FF6699",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 390,
"description": "One love",
"friends_count": 108,
"location": "Miami, Fl",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/679110583518556160/puFhnP2F_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/5567292/1450747653",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif",
"screen_name": "Pinkcat3",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 68,
"name": "Keturah",
"notifications": false,
"url": null,
"created_at": "Fri Apr 27 21:11:04 +0000 2007",
"contributors_enabled": false,
"time_zone": "Indiana (East)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:17 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @YounqDame: #kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524040959987712,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 818993779,
"indices": [
3,
13
],
"id_str": "818993779",
"screen_name": "YounqDame",
"name": "Young Dame"
},
{
"id": 20322929,
"indices": [
59,
70
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
15,
21
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 818993779,
"source_status_id_str": "692507521689505792",
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"source_user_id_str": "818993779",
"source_status_id": 692507521689505792,
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692524040959987712",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye was asked about his Twitter beef wit @wizkhalifa https://t.co/8h3Ov2DYBm",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692507521689505792,
"favorite_count": 37,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 20322929,
"indices": [
44,
55
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/YounqDame/status/692507521689505792/video/1",
"display_url": "pic.twitter.com/8h3Ov2DYBm",
"url": "https://t.co/8h3Ov2DYBm",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg",
"id_str": "692507336045400064",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
56,
79
],
"type": "photo",
"id": 692507336045400064,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692507336045400064/pu/img/saAEm8Wn3sjlQ4wb.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 46,
"id_str": "692507521689505792",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 818993779,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": [
{
"url": "https://t.co/QVkwFOkmFt",
"indices": [
77,
100
],
"expanded_url": "http://Facebook.com/RealYounqDame",
"display_url": "Facebook.com/RealYounqDame"
}
]
}
},
"followers_count": 40572,
"profile_sidebar_border_color": "C0DEED",
"id_str": "818993779",
"profile_background_color": "C0DEED",
"listed_count": 28,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 453,
"description": "For Features DM or Email Booking:YounqDame@gmail.com . . Snapchat: YounqDame https://t.co/QVkwFOkmFt",
"friends_count": 8030,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690267435832778752/85cNdsIJ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/818993779/1366666976",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "YounqDame",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1251,
"name": "Young Dame",
"notifications": false,
"url": null,
"created_at": "Wed Sep 12 06:42:26 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 00:40:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2674248305,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691888640922914816/LVhBSx_D_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/J3JpRKd9wF",
"indices": [
0,
23
],
"expanded_url": "http://theweeknd.com",
"display_url": "theweeknd.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 609,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2674248305",
"profile_background_color": "C0DEED",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 4803,
"description": "simply xo",
"friends_count": 1353,
"location": "in that G-Class Grey Matic",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/691888640922914816/LVhBSx_D_normal.png",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2674248305/1453533578",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "simeonXO",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 12190,
"name": "abel's side chick",
"notifications": false,
"url": "https://t.co/J3JpRKd9wF",
"created_at": "Sat Jul 05 02:55:18 +0000 2014",
"contributors_enabled": false,
"time_zone": "Central America",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:12 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524040360202241,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524040360202241",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1528890235,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690005124266266624/1LJyMgQ__normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 135,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1528890235",
"profile_background_color": "C0DEED",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 3839,
"description": "Ball is life -Ball 2:3 pls Calvin don't retire",
"friends_count": 98,
"location": "South Lyon, MI",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/690005124266266624/1LJyMgQ__normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1528890235/1426436158",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Jon56_SL",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 17801,
"name": "Jon S",
"notifications": false,
"url": null,
"created_at": "Tue Jun 18 21:15:20 +0000 2013",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:12 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524018533036032,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524018533036032",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3083188895,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687492819359944704/mqLFtPwG_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 253,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3083188895",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 203,
"description": "XII.V.MMXV.",
"friends_count": 196,
"location": "Gentry, AR",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/687492819359944704/mqLFtPwG_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3083188895/1453829626",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "jfaulkenberry0",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 617,
"name": "Jake Faulkenberry",
"notifications": false,
"url": null,
"created_at": "Tue Mar 10 04:51:43 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:07 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524012254183424,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524012254183424",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 618662579,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000605546960/647a0fc08669620c5e4b096a5cb47c52_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 211,
"profile_sidebar_border_color": "C0DEED",
"id_str": "618662579",
"profile_background_color": "C0DEED",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 3339,
"description": "Texas Glove-Works. @BrownEyedDixie_ has me for good",
"friends_count": 270,
"location": "houston, texas",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000605546960/647a0fc08669620c5e4b096a5cb47c52_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/618662579/1441072787",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "southernrighty",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1146,
"name": "Miller Time",
"notifications": false,
"url": null,
"created_at": "Tue Jun 26 02:51:39 +0000 2012",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:05 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524001760034816,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692524001760034816",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 633400903,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/504493281363759106/m2_jHZ3q.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/676515531663405056/urjejsWE_normal.jpg",
"profile_sidebar_fill_color": "F6FFD1",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 382,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "633400903",
"profile_background_color": "FF6699",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 12309,
"description": "HHS 17'// C.G\u2764\ufe0f",
"friends_count": 377,
"location": "661//818 CA",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/676515531663405056/urjejsWE_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/633400903/1453089581",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/504493281363759106/m2_jHZ3q.jpeg",
"screen_name": "Paolaa_xo_",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 8346,
"name": "Pao",
"notifications": false,
"url": null,
"created_at": "Thu Jul 12 02:39:19 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:03 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692524001353187328,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692524001353187328",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2568380927,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/677226267981271040/F_xd6xvI_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 175,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2568380927",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 493,
"description": "The light house",
"friends_count": 188,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/677226267981271040/F_xd6xvI_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2568380927/1444588534",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "TurnUpForTurnip",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1061,
"name": "Tomi Levnaich",
"notifications": false,
"url": null,
"created_at": "Wed May 28 05:08:01 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:03 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523999272779784,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523999272779784",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 478047502,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/663035676296921088/fJaUjCxl_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 240,
"profile_sidebar_border_color": "C0DEED",
"id_str": "478047502",
"profile_background_color": "C0DEED",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 1219,
"description": "SRH | Musician | Sports Guru | Bullshit Artist | Master Chef | Proud Baltimorean | WVU Alumn",
"friends_count": 395,
"location": "Baltimore, MD",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/663035676296921088/fJaUjCxl_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/478047502/1453412164",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "HaleysComent",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 481,
"name": "Steve Haley",
"notifications": false,
"url": null,
"created_at": "Sun Jan 29 21:07:38 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @MistyKingma: AMBER ROSE WINS. #Kanye #WizKhalifa #AmberRose #finger https://t.co/LV1CFhxQw2 https://t.co/JVuO9Ajj4L",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523997007908865,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 22305914,
"indices": [
3,
15
],
"id_str": "22305914",
"screen_name": "MistyKingma",
"name": "Misty Kingma"
}
],
"hashtags": [
{
"indices": [
34,
40
],
"text": "Kanye"
},
{
"indices": [
41,
52
],
"text": "WizKhalifa"
},
{
"indices": [
53,
63
],
"text": "AmberRose"
},
{
"indices": [
64,
71
],
"text": "finger"
}
],
"urls": [
{
"url": "https://t.co/LV1CFhxQw2",
"indices": [
72,
95
],
"expanded_url": "https://youtu.be/xtAnA9tF93Q",
"display_url": "youtu.be/xtAnA9tF93Q"
}
],
"media": [
{
"source_user_id": 22305914,
"source_status_id_str": "692519467792773121",
"expanded_url": "http://twitter.com/MistyKingma/status/692519467792773121/photo/1",
"display_url": "pic.twitter.com/JVuO9Ajj4L",
"url": "https://t.co/JVuO9Ajj4L",
"media_url_https": "https://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg",
"source_user_id_str": "22305914",
"source_status_id": 692519467792773121,
"id_str": "692519466656219136",
"sizes": {
"small": {
"h": 194,
"resize": "fit",
"w": 340
},
"large": {
"h": 585,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 342,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
96,
119
],
"type": "photo",
"id": 692519466656219136,
"media_url": "http://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 16,
"id_str": "692523997007908865",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "AMBER ROSE WINS. #Kanye #WizKhalifa #AmberRose #finger https://t.co/LV1CFhxQw2 https://t.co/JVuO9Ajj4L",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692519467792773121,
"favorite_count": 19,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
24,
35
],
"text": "WizKhalifa"
},
{
"indices": [
36,
46
],
"text": "AmberRose"
},
{
"indices": [
47,
54
],
"text": "finger"
}
],
"urls": [
{
"url": "https://t.co/LV1CFhxQw2",
"indices": [
55,
78
],
"expanded_url": "https://youtu.be/xtAnA9tF93Q",
"display_url": "youtu.be/xtAnA9tF93Q"
}
],
"media": [
{
"expanded_url": "http://twitter.com/MistyKingma/status/692519467792773121/photo/1",
"display_url": "pic.twitter.com/JVuO9Ajj4L",
"url": "https://t.co/JVuO9Ajj4L",
"media_url_https": "https://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg",
"id_str": "692519466656219136",
"sizes": {
"small": {
"h": 194,
"resize": "fit",
"w": 340
},
"large": {
"h": 585,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 342,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
79,
102
],
"type": "photo",
"id": 692519466656219136,
"media_url": "http://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 16,
"id_str": "692519467792773121",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 22305914,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679904110196334594/zyWhUhvw_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/oabshE2bOT",
"indices": [
0,
23
],
"expanded_url": "http://www.mistykingma.com/",
"display_url": "mistykingma.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/1WBOJGxbK3",
"indices": [
18,
41
],
"expanded_url": "http://beyourselfieblog.com",
"display_url": "beyourselfieblog.com"
},
{
"url": "https://t.co/73gVDxNo5q",
"indices": [
51,
74
],
"expanded_url": "http://youtube.com/mistykingma",
"display_url": "youtube.com/mistykingma"
}
]
}
},
"followers_count": 17361,
"profile_sidebar_border_color": "000000",
"id_str": "22305914",
"profile_background_color": "C6E2EE",
"listed_count": 148,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 17347,
"description": "Lifestyle Blogger https://t.co/1WBOJGxbK3 Youtuber https://t.co/73gVDxNo5q World Traveler #BeYourselfie Entertainment Host #Kingmitches",
"friends_count": 560,
"location": "Los Angeles, CA",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/679904110196334594/zyWhUhvw_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/22305914/1451969654",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif",
"screen_name": "MistyKingma",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1316,
"name": "Misty Kingma",
"notifications": false,
"url": "https://t.co/oabshE2bOT",
"created_at": "Sat Feb 28 23:05:26 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:28:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2743351097,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/666848459996008450/2Yu5TG8P_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 115,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2743351097",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 905,
"description": "Kill 'em with success _ Bury 'em with a smile #WhoJahBlessNoManCurse",
"friends_count": 145,
"location": "Bih please/Deez Nutz",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/666848459996008450/2Yu5TG8P_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2743351097/1450993382",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Lexy_Card",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1041,
"name": "\u03c0\u00b0\u00b6\u00b6",
"notifications": false,
"url": null,
"created_at": "Fri Aug 15 08:20:59 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:46:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523981472141314,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523981472141314",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 383216054,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679566499200151552/gh7d3cox_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 457,
"profile_sidebar_border_color": "C0DEED",
"id_str": "383216054",
"profile_background_color": "C0DEED",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 36719,
"description": "Edgar \u2764\ufe0f | Dodgers",
"friends_count": 635,
"location": "Pomona, CA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/679566499200151552/gh7d3cox_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383216054/1451321362",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "__Ashleyyyyyy__",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3306,
"name": "Ashley",
"notifications": false,
"url": null,
"created_at": "Sat Oct 01 13:42:26 +0000 2011",
"contributors_enabled": false,
"time_zone": "Hawaii",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:58 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I think I missed something on Twitter today?! #whatsgoingon #kanye #wizkhalifa",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523960425148418,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
46,
59
],
"text": "whatsgoingon"
},
{
"indices": [
60,
66
],
"text": "kanye"
},
{
"indices": [
67,
78
],
"text": "wizkhalifa"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523960425148418",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 433908726,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme3/bg.gif",
"verified": false,
"profile_text_color": "634047",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679450057293344768/vUysP3lj_normal.jpg",
"profile_sidebar_fill_color": "E3E2DE",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 439,
"profile_sidebar_border_color": "D3D2CF",
"id_str": "433908726",
"profile_background_color": "EDECE9",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 3047,
"description": "",
"friends_count": 378,
"location": "",
"profile_link_color": "088253",
"profile_image_url": "http://pbs.twimg.com/profile_images/679450057293344768/vUysP3lj_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/433908726/1433367125",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif",
"screen_name": "jujubeeeees",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3432,
"name": "Juhi Thomas",
"notifications": false,
"url": null,
"created_at": "Sun Dec 11 05:24:09 +0000 2011",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:53 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @Flow935: . @RicochetOnAir: The Internet aint about to ease up on #kanye any time soon... #KanyexWiz https://t.co/cA4eCSziC9",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523933057355776,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 19351117,
"indices": [
3,
11
],
"id_str": "19351117",
"screen_name": "Flow935",
"name": "FLOW 93-5"
},
{
"id": 2863789112,
"indices": [
15,
29
],
"id_str": "2863789112",
"screen_name": "RicochetOnAir",
"name": "Ricochet on Flow93.5"
}
],
"hashtags": [
{
"indices": [
69,
75
],
"text": "kanye"
},
{
"indices": [
93,
103
],
"text": "KanyexWiz"
}
],
"urls": [],
"media": [
{
"source_user_id": 19351117,
"source_status_id_str": "692460053165572096",
"expanded_url": "http://twitter.com/Flow935/status/692460053165572096/photo/1",
"display_url": "pic.twitter.com/cA4eCSziC9",
"url": "https://t.co/cA4eCSziC9",
"media_url_https": "https://pbs.twimg.com/media/CZwcro0UEAAdSFf.jpg",
"source_user_id_str": "19351117",
"source_status_id": 692460053165572096,
"id_str": "692459978725003264",
"sizes": {
"large": {
"h": 605,
"resize": "fit",
"w": 639
},
"small": {
"h": 321,
"resize": "fit",
"w": 340
},
"medium": {
"h": 568,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
104,
127
],
"type": "photo",
"id": 692459978725003264,
"media_url": "http://pbs.twimg.com/media/CZwcro0UEAAdSFf.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 133,
"id_str": "692523933057355776",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": ". @RicochetOnAir: The Internet aint about to ease up on #kanye any time soon... #KanyexWiz https://t.co/cA4eCSziC9",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692460053165572096,
"favorite_count": 105,
"source": "<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2863789112,
"indices": [
2,
16
],
"id_str": "2863789112",
"screen_name": "RicochetOnAir",
"name": "Ricochet on Flow93.5"
}
],
"hashtags": [
{
"indices": [
56,
62
],
"text": "kanye"
},
{
"indices": [
80,
90
],
"text": "KanyexWiz"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Flow935/status/692460053165572096/photo/1",
"display_url": "pic.twitter.com/cA4eCSziC9",
"url": "https://t.co/cA4eCSziC9",
"media_url_https": "https://pbs.twimg.com/media/CZwcro0UEAAdSFf.jpg",
"id_str": "692459978725003264",
"sizes": {
"large": {
"h": 605,
"resize": "fit",
"w": 639
},
"small": {
"h": 321,
"resize": "fit",
"w": 340
},
"medium": {
"h": 568,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
91,
114
],
"type": "photo",
"id": 692459978725003264,
"media_url": "http://pbs.twimg.com/media/CZwcro0UEAAdSFf.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 133,
"id_str": "692460053165572096",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 19351117,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/599955078/winup3i8hnzlcvwh76si.jpeg",
"verified": true,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/661197822851616768/7wwM_Nfx_normal.jpg",
"profile_sidebar_fill_color": "FFAE00",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/DLdnDFjsb3",
"indices": [
0,
22
],
"expanded_url": "http://www.flow935.com",
"display_url": "flow935.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 46444,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "19351117",
"profile_background_color": "FF36A1",
"listed_count": 546,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 184610,
"description": "All The Best Throwbacks @jjandmelanie @torontojj @m3laniemartin @MastermindLive @PeterKash @MissAngeOnAir @djpplus @jness935 @megancoadyy @ricochetonair",
"friends_count": 1722,
"location": "Toronto",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/661197822851616768/7wwM_Nfx_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/19351117/1446476811",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/599955078/winup3i8hnzlcvwh76si.jpeg",
"screen_name": "Flow935",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 8458,
"name": "FLOW 93-5",
"notifications": false,
"url": "http://t.co/DLdnDFjsb3",
"created_at": "Thu Jan 22 18:00:33 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:31:56 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 915914496,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691051852448841728/7uDLnz08_normal.jpg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 256,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "915914496",
"profile_background_color": "ACDED6",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 11692,
"description": "\u2022vi.i.xv\u2022",
"friends_count": 170,
"location": "Chicago, IL",
"profile_link_color": "038543",
"profile_image_url": "http://pbs.twimg.com/profile_images/691051852448841728/7uDLnz08_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/915914496/1453160474",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif",
"screen_name": "xoxostteph",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 15490,
"name": "steph",
"notifications": false,
"url": null,
"created_at": "Wed Oct 31 01:54:38 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:46 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I am so ready for the new album #kanye @kanyewest",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523926010892288,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
39,
49
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
32,
38
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523926010892288",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 614713794,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/619420849548886016/UN-G8DwC_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 40,
"profile_sidebar_border_color": "000000",
"id_str": "614713794",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 253,
"description": "Uni student",
"friends_count": 66,
"location": "LA/London",
"profile_link_color": "F5ABB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/619420849548886016/UN-G8DwC_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "maybemayssa",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 281,
"name": "Mayssa Maring",
"notifications": false,
"url": null,
"created_at": "Thu Jun 21 22:34:32 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:45 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523918394068992,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523918394068992",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2629674389,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689695030605283328/82YnRYe1_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 213,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2629674389",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 5573,
"description": "raff.",
"friends_count": 130,
"location": "Martinez, CA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/689695030605283328/82YnRYe1_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2629674389/1453087055",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "_MV7_",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 13888,
"name": "Rock Lee",
"notifications": false,
"url": null,
"created_at": "Sat Jun 21 22:25:56 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:43 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523899590971394,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523899590971394",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2952478817,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689315625668317184/zSF2r0rb_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 160,
"profile_sidebar_border_color": "000000",
"id_str": "2952478817",
"profile_background_color": "000000",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 894,
"description": "EP '19 If you're not with us then you're against us #freeogadenia// snapchat: moeizey_mahad",
"friends_count": 138,
"location": "Eden Prairie, MN",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/689315625668317184/zSF2r0rb_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2952478817/1453180738",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Muhamedmahad",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1170,
"name": "\u3072M0*MAHAD\u3072",
"notifications": false,
"url": null,
"created_at": "Wed Dec 31 04:08:39 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:38 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @freudmayweather: congrats to @kanyewest for not being afraid to cum real hard. don't knock it til you try it, Boring People. \n\n#Fingers\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523881924579328,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 165811205,
"indices": [
3,
19
],
"id_str": "165811205",
"screen_name": "freudmayweather",
"name": "stosh mikita"
},
{
"id": 169686021,
"indices": [
33,
43
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
131,
140
],
"text": "FingersintheButt"
},
{
"indices": [
139,
140
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692523881924579328",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "congrats to @kanyewest for not being afraid to cum real hard. don't knock it til you try it, Boring People. \n\n#FingersintheButt #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692517003307913216,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
12,
22
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
110,
127
],
"text": "FingersintheButt"
},
{
"indices": [
128,
134
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692517003307913216",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 165811205,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/442188663632314368/vsswATdY_normal.jpeg",
"profile_sidebar_fill_color": "252429",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 310,
"profile_sidebar_border_color": "181A1E",
"id_str": "165811205",
"profile_background_color": "1A1B1F",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1531,
"description": "the story of open mic sensation leon wolfboogers",
"friends_count": 498,
"location": "",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/442188663632314368/vsswATdY_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/165811205/1398263559",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "freudmayweather",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 753,
"name": "stosh mikita",
"notifications": false,
"url": null,
"created_at": "Mon Jul 12 16:10:21 +0000 2010",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:18:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 131520345,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/624292371/pwe4eos8ny928ksjkqf1.jpeg",
"verified": false,
"profile_text_color": "FF630F",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/640956665685245952/JJz2qPLf_normal.jpg",
"profile_sidebar_fill_color": "2A354D",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Da3RhnNAS7",
"indices": [
0,
22
],
"expanded_url": "http://youtu.be/l8O5pLxXARE",
"display_url": "youtu.be/l8O5pLxXARE"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 650,
"profile_sidebar_border_color": "000000",
"id_str": "131520345",
"profile_background_color": "211E1E",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 138612,
"description": "World-renowned codependent and worthless sack of shit. Pro Black. #ALS",
"friends_count": 386,
"location": "Breakfast",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/640956665685245952/JJz2qPLf_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/131520345/1435703304",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/624292371/pwe4eos8ny928ksjkqf1.jpeg",
"screen_name": "HighbrowShawn",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 6652,
"name": "Shawn Murray",
"notifications": false,
"url": "http://t.co/Da3RhnNAS7",
"created_at": "Sat Apr 10 14:30:39 +0000 2010",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:34 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @OzMosesJo: #Kanye @kanyewest #HearMe\n\nYour a Sell out Bish and man will fuck all them Kardashians one at a time, even bruce fuck it.\n\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523881589030914,
"favorite_count": 0,
"source": "<a href=\"https://roundteam.co\" rel=\"nofollow\">RoundTeam</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 3099400010,
"indices": [
3,
13
],
"id_str": "3099400010",
"screen_name": "OzMosesJo",
"name": "OzMoses"
},
{
"id": 169686021,
"indices": [
22,
32
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
15,
21
],
"text": "Kanye"
},
{
"indices": [
35,
42
],
"text": "HearMe"
},
{
"indices": [
139,
140
],
"text": "Hobbit"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692523881589030914",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye @kanyewest #HearMe\n\nYour a Sell out Bish and man will fuck all them Kardashians one at a time, even bruce fuck it.\n\n#Hobbit",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518763577499649,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
7,
17
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
20,
27
],
"text": "HearMe"
},
{
"indices": [
125,
132
],
"text": "Hobbit"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692518763577499649",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3099400010,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692126955966173185/2s8bobo1_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/RtDY16IUxi",
"indices": [
0,
23
],
"expanded_url": "https://www.youtube.com/channel/UC9qYZLCMiIyuk_o3KBgb0Ew",
"display_url": "youtube.com/channel/UC9qYZ\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 250,
"profile_sidebar_border_color": "000000",
"id_str": "3099400010",
"profile_background_color": "000000",
"listed_count": 30,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 1791,
"description": "Original, Individual. #TeamGreen #TaxRebellion #NewYearsRevolution #VibrateHigher #KnowThySelf #KnowYourEnemy #FuckTheSystem #FightThePower",
"friends_count": 246,
"location": "Everywhere.",
"profile_link_color": "4A913C",
"profile_image_url": "http://pbs.twimg.com/profile_images/692126955966173185/2s8bobo1_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3099400010/1442495424",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "OzMosesJo",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 625,
"name": "OzMoses",
"notifications": false,
"url": "https://t.co/RtDY16IUxi",
"created_at": "Fri Mar 20 10:33:19 +0000 2015",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:25:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 22866765,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/127191932/n783080718_1665648_4033.jpg",
"verified": false,
"profile_text_color": "3D1957",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/673619095112126464/fxgApmnk_normal.jpg",
"profile_sidebar_fill_color": "7AC3EE",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/RHOPLE7EWd",
"indices": [
0,
23
],
"expanded_url": "http://cfmnews.net",
"display_url": "cfmnews.net"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 306396,
"profile_sidebar_border_color": "65B0DA",
"id_str": "22866765",
"profile_background_color": "642D8B",
"listed_count": 426,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 120777,
"description": "MOOG REALLY IS MY NAME.Rosalita Young Moog Publisher/Owner CFM News RosalitaMoog@CFMNews Reporters: Suzanne @mafgrl , Taffy @lijeyeshaveit , Losill\u00eb Lamb",
"friends_count": 1277,
"location": "California, USA ",
"profile_link_color": "FF0000",
"profile_image_url": "http://pbs.twimg.com/profile_images/673619095112126464/fxgApmnk_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/22866765/1438379910",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/127191932/n783080718_1665648_4033.jpg",
"screen_name": "RosalitaMoog",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6726,
"name": "Rosalita Moog CFMNEW",
"notifications": false,
"url": "https://t.co/RHOPLE7EWd",
"created_at": "Thu Mar 05 02:30:23 +0000 2009",
"contributors_enabled": false,
"time_zone": "America/Los_Angeles",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:34 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I been on twitter more today then ever..smh #socialmedia #wiz #amberrose #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523857148772355,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
44,
56
],
"text": "socialmedia"
},
{
"indices": [
57,
61
],
"text": "wiz"
},
{
"indices": [
62,
72
],
"text": "amberrose"
},
{
"indices": [
73,
79
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523857148772355",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 281942952,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/592516399517573120/mXgSpDmm_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/xKoZHCqT9u",
"indices": [
0,
23
],
"expanded_url": "https://youtu.be/Y0E0WGc4TGs",
"display_url": "youtu.be/Y0E0WGc4TGs"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 710,
"profile_sidebar_border_color": "000000",
"id_str": "281942952",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1272,
"description": "Be the Priority, never the Option!",
"friends_count": 2052,
"location": "VA",
"profile_link_color": "F5ABB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/592516399517573120/mXgSpDmm_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/281942952/1441679400",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "brownsexc1204",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 303,
"name": "Karen (Twin)",
"notifications": false,
"url": "https://t.co/xKoZHCqT9u",
"created_at": "Thu Apr 14 08:32:24 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @melaniebromley: Updated. Added today's feud + 3 breakups. Are we missing anything else? @enews #kanye #wizkhalifa https://t.co/mmo9jaRZ\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523846570741761,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 19930164,
"indices": [
3,
18
],
"id_str": "19930164",
"screen_name": "melaniebromley",
"name": "Melanie Bromley"
},
{
"id": 22179997,
"indices": [
92,
98
],
"id_str": "22179997",
"screen_name": "ENews",
"name": "E! News"
}
],
"hashtags": [
{
"indices": [
99,
105
],
"text": "kanye"
},
{
"indices": [
106,
117
],
"text": "wizkhalifa"
}
],
"urls": [],
"media": [
{
"source_user_id": 19930164,
"source_status_id_str": "692439861781880832",
"expanded_url": "http://twitter.com/melaniebromley/status/692439861781880832/photo/1",
"display_url": "pic.twitter.com/mmo9jaRZZp",
"url": "https://t.co/mmo9jaRZZp",
"media_url_https": "https://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg",
"source_user_id_str": "19930164",
"source_status_id": 692439861781880832,
"id_str": "692439740369375232",
"sizes": {
"large": {
"h": 788,
"resize": "fit",
"w": 1024
},
"small": {
"h": 261,
"resize": "fit",
"w": 340
},
"medium": {
"h": 461,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 692439740369375232,
"media_url": "http://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1429,
"id_str": "692523846570741761",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Updated. Added today's feud + 3 breakups. Are we missing anything else? @enews #kanye #wizkhalifa https://t.co/mmo9jaRZZp",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692439861781880832,
"favorite_count": 1353,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 22179997,
"indices": [
72,
78
],
"id_str": "22179997",
"screen_name": "ENews",
"name": "E! News"
}
],
"hashtags": [
{
"indices": [
79,
85
],
"text": "kanye"
},
{
"indices": [
86,
97
],
"text": "wizkhalifa"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/melaniebromley/status/692439861781880832/photo/1",
"display_url": "pic.twitter.com/mmo9jaRZZp",
"url": "https://t.co/mmo9jaRZZp",
"media_url_https": "https://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg",
"id_str": "692439740369375232",
"sizes": {
"large": {
"h": 788,
"resize": "fit",
"w": 1024
},
"small": {
"h": 261,
"resize": "fit",
"w": 340
},
"medium": {
"h": 461,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
98,
121
],
"type": "photo",
"id": 692439740369375232,
"media_url": "http://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1429,
"id_str": "692439861781880832",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 19930164,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/461066418/873211081_b6e66bf4f9_o-1.jpg",
"verified": true,
"profile_text_color": "1C1F23",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/677005216466788352/7CdJYjeK_normal.jpg",
"profile_sidebar_fill_color": "C9C9C9",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/J6mkqdtREP",
"indices": [
0,
23
],
"expanded_url": "http://www.eonline.com",
"display_url": "eonline.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/Di4xifhjhb",
"indices": [
117,
140
],
"expanded_url": "https://www.linkedin.com/in/melanie-bromley-0967aa47",
"display_url": "linkedin.com/in/melanie-bro\u2026"
}
]
}
},
"followers_count": 26887,
"profile_sidebar_border_color": "BFBFBF",
"id_str": "19930164",
"profile_background_color": "3A0F96",
"listed_count": 92,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 3792,
"description": "Chief News Correspondent for @enews and @eonline. \n\nFeel free to contact me re: stories. melanie.bromley@nbcuni.com\n\nhttps://t.co/Di4xifhjhb",
"friends_count": 786,
"location": "melanie.bromley@nbcuni.com",
"profile_link_color": "22ABA0",
"profile_image_url": "http://pbs.twimg.com/profile_images/677005216466788352/7CdJYjeK_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/19930164/1424894672",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/461066418/873211081_b6e66bf4f9_o-1.jpg",
"screen_name": "melaniebromley",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 755,
"name": "Melanie Bromley",
"notifications": false,
"url": "https://t.co/J6mkqdtREP",
"created_at": "Mon Feb 02 20:39:45 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 20:11:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2843307169,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/686720555936911360/hff3H7NJ_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 185,
"profile_sidebar_border_color": "000000",
"id_str": "2843307169",
"profile_background_color": "000000",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2069,
"description": "instagram: @nicoleinani",
"friends_count": 124,
"location": "",
"profile_link_color": "89C9FA",
"profile_image_url": "http://pbs.twimg.com/profile_images/686720555936911360/hff3H7NJ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2843307169/1453624128",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nicolelv_",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1226,
"name": "Nicole Verdadero",
"notifications": false,
"url": null,
"created_at": "Tue Oct 07 08:45:24 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:26 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@TheRealSKwak He has booty-nitus from being fingered in the BUM BUM. LMAO #kanye",
"is_quote_status": false,
"in_reply_to_status_id": 692429378454753285,
"id": 692523838609977348,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 955004778,
"indices": [
0,
13
],
"id_str": "955004778",
"screen_name": "TheRealSKwak",
"name": "STEVEN"
}
],
"hashtags": [
{
"indices": [
75,
81
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "TheRealSKwak",
"in_reply_to_user_id": 955004778,
"retweet_count": 0,
"id_str": "692523838609977348",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3750502094,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif",
"verified": false,
"profile_text_color": "362720",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685556297408761859/rri_ooJc_normal.jpg",
"profile_sidebar_fill_color": "E5507E",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/iNINMVuVOy",
"indices": [
0,
23
],
"expanded_url": "https://www.facebook.com/4families.edublogs",
"display_url": "facebook.com/4families.edub\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 291,
"profile_sidebar_border_color": "CC3366",
"id_str": "3750502094",
"profile_background_color": "FF6699",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 495,
"description": "Blogger, Writer, Jewelry Designer, Author, Content Marketing Manager, and Law Student (Respects Lady Justice)",
"friends_count": 298,
"location": "Lansing, MI",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/685556297408761859/rri_ooJc_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3750502094/1452283569",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif",
"screen_name": "Blog_N_Write",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 590,
"name": "An-Nikah Blogger",
"notifications": false,
"url": "https://t.co/iNINMVuVOy",
"created_at": "Thu Oct 01 18:17:39 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "955004778",
"lang": "en",
"created_at": "Thu Jan 28 01:45:24 +0000 2016",
"in_reply_to_status_id_str": "692429378454753285",
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523838026964993,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523838026964993",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1099788793,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692155155182178304/ZVnVkC5K_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 247,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1099788793",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 20547,
"description": "\u2661Endlessly Baby\u2661",
"friends_count": 427,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/692155155182178304/ZVnVkC5K_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1099788793/1453857513",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "CashmereBunni",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3299,
"name": "Slim",
"notifications": false,
"url": null,
"created_at": "Fri Jan 18 02:09:32 +0000 2013",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:24 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523837527822336,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523837527822336",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 253272849,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/433090777841815552/ot3u8Bea.jpeg",
"verified": false,
"profile_text_color": "E4E6DA",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689636353458438146/t-WQigTk_normal.jpg",
"profile_sidebar_fill_color": "050300",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 674,
"profile_sidebar_border_color": "000000",
"id_str": "253272849",
"profile_background_color": "000000",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 22015,
"description": "University of Kentucky | \u03a6\u039a\u03a8 Vice President | 2015 Fantasy Football Champion",
"friends_count": 420,
"location": "",
"profile_link_color": "244DB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/689636353458438146/t-WQigTk_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/253272849/1453526239",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/433090777841815552/ot3u8Bea.jpeg",
"screen_name": "AirEste",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 6901,
"name": "Darth Este",
"notifications": false,
"url": null,
"created_at": "Wed Feb 16 22:27:30 +0000 2011",
"contributors_enabled": false,
"time_zone": "Mountain Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:23 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @Nickelback: Good news: we're working on new music. Bad news for us: @kanyewest 'Swish' will be the best album of all time. #SWISH #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523833081872384,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 29546364,
"indices": [
3,
14
],
"id_str": "29546364",
"screen_name": "Nickelback",
"name": "Nickelback"
},
{
"id": 169686021,
"indices": [
72,
82
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
127,
133
],
"text": "SWISH"
},
{
"indices": [
134,
140
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2735,
"id_str": "692523833081872384",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Good news: we're working on new music. Bad news for us: @kanyewest 'Swish' will be the best album of all time. #SWISH #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 691676834891563008,
"favorite_count": 4964,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
56,
66
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
111,
117
],
"text": "SWISH"
},
{
"indices": [
118,
124
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2735,
"id_str": "691676834891563008",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 29546364,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/431818238184280064/WvVeaods.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/506833000760213504/KpfewtuL_normal.jpeg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/eZLsuVQUJE",
"indices": [
0,
23
],
"expanded_url": "http://www.nickelback.com",
"display_url": "nickelback.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 749462,
"profile_sidebar_border_color": "000000",
"id_str": "29546364",
"profile_background_color": "000000",
"listed_count": 3578,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 9422,
"description": "#Nickelback2016",
"friends_count": 7,
"location": "",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/506833000760213504/KpfewtuL_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/29546364/1435080292",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/431818238184280064/WvVeaods.jpeg",
"screen_name": "Nickelback",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 338,
"name": "Nickelback",
"notifications": false,
"url": "https://t.co/eZLsuVQUJE",
"created_at": "Tue Apr 07 21:11:47 +0000 2009",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Mon Jan 25 17:39:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 1034871014,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692169647668486148/NSAIIWpT_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/a5Lk3VwJPK",
"indices": [
0,
23
],
"expanded_url": "http://victoriousfob.tumblr.com",
"display_url": "victoriousfob.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 587,
"profile_sidebar_border_color": "000000",
"id_str": "1034871014",
"profile_background_color": "000000",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 16423,
"description": "State Champs // Neck Deep // Instagram: @taylermcgarrett // Marvel // Cheer",
"friends_count": 1049,
"location": "Waimanalo, Hawaii",
"profile_link_color": "171FBA",
"profile_image_url": "http://pbs.twimg.com/profile_images/692169647668486148/NSAIIWpT_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1034871014/1453945400",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "taylermcgarrett",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6716,
"name": "Tayler",
"notifications": false,
"url": "https://t.co/a5Lk3VwJPK",
"created_at": "Tue Dec 25 14:07:27 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Hillary\u2019s\u201cblame-men-first\u201dfeminism may prove costly in 2016 https://t.co/meuKGajtC2 via #MyLastFourWords #kanye #feministbloggers @instagram",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523832960225280,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 180505807,
"indices": [
130,
140
],
"id_str": "180505807",
"screen_name": "instagram",
"name": "Instagram"
}
],
"hashtags": [
{
"indices": [
88,
104
],
"text": "MyLastFourWords"
},
{
"indices": [
105,
111
],
"text": "kanye"
},
{
"indices": [
112,
129
],
"text": "feministbloggers"
}
],
"urls": [
{
"url": "https://t.co/meuKGajtC2",
"indices": [
60,
83
],
"expanded_url": "http://www.salon.com/2016/01/27/camille_paglia_hillarys_blame_men_first_feminism_may_prove_costly_in_2016/",
"display_url": "salon.com/2016/01/27/cam\u2026"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523832960225280",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 26297328,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000146636629/9b0cd4f33eadb178cc33a3c8f3ca06c3_normal.jpeg",
"profile_sidebar_fill_color": "252429",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 204,
"profile_sidebar_border_color": "181A1E",
"id_str": "26297328",
"profile_background_color": "1A1B1F",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 4182,
"description": "",
"friends_count": 280,
"location": "",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000146636629/9b0cd4f33eadb178cc33a3c8f3ca06c3_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/26297328/1452923346",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "Leppycole",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 934,
"name": "the Butcher",
"notifications": false,
"url": null,
"created_at": "Tue Mar 24 18:59:19 +0000 2009",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "\"@chlocalandra: Meek: they ain't making fun of me anymore can I go outside \nGo ahead #kanye \ud83d\udc80 https://t.co/YqOmmZiv1j\"\n\nI need to pee lol",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523830846291968,
"favorite_count": 0,
"source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Mobile Web (M5)</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 587923125,
"indices": [
1,
14
],
"id_str": "587923125",
"screen_name": "chlocalandra",
"name": "chlo\u2728"
}
],
"hashtags": [
{
"indices": [
85,
91
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 587923125,
"source_status_id_str": "692476739382034436",
"expanded_url": "http://twitter.com/chlocalandra/status/692476739382034436/photo/1",
"display_url": "pic.twitter.com/YqOmmZiv1j",
"url": "https://t.co/YqOmmZiv1j",
"media_url_https": "https://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg",
"source_user_id_str": "587923125",
"source_status_id": 692476739382034436,
"id_str": "692476733493284865",
"sizes": {
"large": {
"h": 564,
"resize": "fit",
"w": 564
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 564,
"resize": "fit",
"w": 564
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
94,
117
],
"type": "photo",
"id": 692476733493284865,
"media_url": "http://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523830846291968",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 382453035,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/398296753/x477dc7a9c4061bedb71f156f1c82cdd.jpg",
"verified": false,
"profile_text_color": "363636",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000399348759/a99fabc5eb785ec2a4791b85c2f2894b_normal.jpeg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 14,
"profile_sidebar_border_color": "696969",
"id_str": "382453035",
"profile_background_color": "FFFFFF",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 51,
"description": "Sharing my boredom, one tweet at a time. LOL.",
"friends_count": 78,
"location": "Ontario, Canada",
"profile_link_color": "696969",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000399348759/a99fabc5eb785ec2a4791b85c2f2894b_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/398296753/x477dc7a9c4061bedb71f156f1c82cdd.jpg",
"screen_name": "MissDarvasi",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 5,
"name": "SJ",
"notifications": false,
"url": null,
"created_at": "Fri Sep 30 03:01:42 +0000 2011",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @chlocalandra: Meek: they ain't making fun of me anymore can I go outside \n\nGo ahead #kanye \ud83d\udc80 https://t.co/DPV9lbHPNa",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523821082005504,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 587923125,
"indices": [
3,
16
],
"id_str": "587923125",
"screen_name": "chlocalandra",
"name": "chlo\u2728"
}
],
"hashtags": [
{
"indices": [
88,
94
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 587923125,
"source_status_id_str": "692476739382034436",
"expanded_url": "http://twitter.com/chlocalandra/status/692476739382034436/photo/1",
"display_url": "pic.twitter.com/DPV9lbHPNa",
"url": "https://t.co/DPV9lbHPNa",
"media_url_https": "https://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg",
"source_user_id_str": "587923125",
"source_status_id": 692476739382034436,
"id_str": "692476733493284865",
"sizes": {
"large": {
"h": 564,
"resize": "fit",
"w": 564
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 564,
"resize": "fit",
"w": 564
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692476733493284865,
"media_url": "http://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 554,
"id_str": "692523821082005504",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Meek: they ain't making fun of me anymore can I go outside \n\nGo ahead #kanye \ud83d\udc80 https://t.co/DPV9lbHPNa",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692476739382034436,
"favorite_count": 528,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
70,
76
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/chlocalandra/status/692476739382034436/photo/1",
"display_url": "pic.twitter.com/DPV9lbHPNa",
"url": "https://t.co/DPV9lbHPNa",
"media_url_https": "https://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg",
"id_str": "692476733493284865",
"sizes": {
"large": {
"h": 564,
"resize": "fit",
"w": 564
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 564,
"resize": "fit",
"w": 564
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
79,
102
],
"type": "photo",
"id": 692476733493284865,
"media_url": "http://pbs.twimg.com/media/CZwr65MXEAEJ5r0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 554,
"id_str": "692476739382034436",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 587923125,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689911764331413505/-9FdHG3d_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/Vw69VMJONI",
"indices": [
0,
23
],
"expanded_url": "http://youtu.be/CVhobq7HUCQ",
"display_url": "youtu.be/CVhobq7HUCQ"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 11426,
"profile_sidebar_border_color": "C0DEED",
"id_str": "587923125",
"profile_background_color": "C0DEED",
"listed_count": 18,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 15279,
"description": "insta: chlocalandra \u2728",
"friends_count": 581,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/689911764331413505/-9FdHG3d_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/587923125/1447207676",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "chlocalandra",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 28336,
"name": "chlo\u2728",
"notifications": false,
"url": "https://t.co/Vw69VMJONI",
"created_at": "Tue May 22 23:40:14 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 22:38:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2169911574,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/502731747289608195/ziHnigOb.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/671268560325378050/ACW68s8S_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/qNgrSoTO8w",
"indices": [
0,
23
],
"expanded_url": "http://saanzai.tumblr.com",
"display_url": "saanzai.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 278,
"profile_sidebar_border_color": "000000",
"id_str": "2169911574",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": 46800,
"statuses_count": 939,
"description": "afghan cookie + kiwi fruit",
"friends_count": 195,
"location": "auckland, nz",
"profile_link_color": "CC0C52",
"profile_image_url": "http://pbs.twimg.com/profile_images/671268560325378050/ACW68s8S_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2169911574/1448877823",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/502731747289608195/ziHnigOb.jpeg",
"screen_name": "saanzai",
"lang": "en-gb",
"profile_background_tile": true,
"favourites_count": 936,
"name": "sophia",
"notifications": false,
"url": "https://t.co/qNgrSoTO8w",
"created_at": "Sat Nov 02 09:26:20 +0000 2013",
"contributors_enabled": false,
"time_zone": "Nuku'alofa",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:20 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @Frodeziac: #kanye https://t.co/us6ZyzIDUX",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523818364059649,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 196861970,
"indices": [
3,
13
],
"id_str": "196861970",
"screen_name": "Frodeziac",
"name": "Evan Leslie Jones"
}
],
"hashtags": [
{
"indices": [
15,
21
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 196861970,
"source_status_id_str": "692478024747466753",
"expanded_url": "http://twitter.com/Frodeziac/status/692478024747466753/photo/1",
"display_url": "pic.twitter.com/us6ZyzIDUX",
"url": "https://t.co/us6ZyzIDUX",
"media_url_https": "https://pbs.twimg.com/media/CZwtFqyWkAA8-bc.jpg",
"source_user_id_str": "196861970",
"source_status_id": 692478024747466753,
"id_str": "692478018116292608",
"sizes": {
"small": {
"h": 223,
"resize": "fit",
"w": 340
},
"large": {
"h": 673,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 394,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
22,
45
],
"type": "photo",
"id": 692478018116292608,
"media_url": "http://pbs.twimg.com/media/CZwtFqyWkAA8-bc.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 5,
"id_str": "692523818364059649",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye https://t.co/us6ZyzIDUX",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692478024747466753,
"favorite_count": 18,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Frodeziac/status/692478024747466753/photo/1",
"display_url": "pic.twitter.com/us6ZyzIDUX",
"url": "https://t.co/us6ZyzIDUX",
"media_url_https": "https://pbs.twimg.com/media/CZwtFqyWkAA8-bc.jpg",
"id_str": "692478018116292608",
"sizes": {
"small": {
"h": 223,
"resize": "fit",
"w": 340
},
"large": {
"h": 673,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 394,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
7,
30
],
"type": "photo",
"id": 692478018116292608,
"media_url": "http://pbs.twimg.com/media/CZwtFqyWkAA8-bc.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 5,
"id_str": "692478024747466753",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 196861970,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/638736769102573573/7uVtAm-V_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/GqvuhRZdcv",
"indices": [
0,
23
],
"expanded_url": "http://evanjonescomedy.com",
"display_url": "evanjonescomedy.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/tFBdRwNtzp",
"indices": [
81,
104
],
"expanded_url": "https://youtu.be/1GeG-zbftVs",
"display_url": "youtu.be/1GeG-zbftVs"
}
]
}
},
"followers_count": 14575,
"profile_sidebar_border_color": "C0DEED",
"id_str": "196861970",
"profile_background_color": "C0DEED",
"listed_count": 130,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 7625,
"description": "Stand Up Comic. This is where I write about myself. Here's a short video I made. https://t.co/tFBdRwNtzp",
"friends_count": 7462,
"location": "Your Dreams",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/638736769102573573/7uVtAm-V_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/196861970/1452744040",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Frodeziac",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6738,
"name": "Evan Leslie Jones",
"notifications": false,
"url": "https://t.co/GqvuhRZdcv",
"created_at": "Thu Sep 30 02:21:22 +0000 2010",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Wed Jan 27 22:43:21 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2879299472,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/591484053624229888/k5-OLVDl.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691882155979476992/fvGziK3Z_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/j7Tu4Kuvq4",
"indices": [
0,
23
],
"expanded_url": "http://drinkthai.tumblr.com",
"display_url": "drinkthai.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 173,
"profile_sidebar_border_color": "000000",
"id_str": "2879299472",
"profile_background_color": "333333",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 20277,
"description": "\ud558\ub098\ubfd0\uc778 \uc18c\uc911\ud55c \uc0ac\ub78c #INTP #Aquarius 31/1. spiritually-adopted. #lightontheeyebrows Snapchat:djwilmore",
"friends_count": 140,
"location": "",
"profile_link_color": "9266CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/691882155979476992/fvGziK3Z_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2879299472/1452332888",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/591484053624229888/k5-OLVDl.jpg",
"screen_name": "drinkthai",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 8401,
"name": "\uc18c\uc911\ud55c",
"notifications": false,
"url": "https://t.co/j7Tu4Kuvq4",
"created_at": "Mon Oct 27 09:30:08 +0000 2014",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "und",
"created_at": "Thu Jan 28 01:45:19 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "und",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523813637079040,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523813637079040",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3311223429,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691773192432652289/3GyAPBls_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MIph9gYHlp",
"indices": [
0,
23
],
"expanded_url": "http://youknowhowthatishgo.edu",
"display_url": "youknowhowthatishgo.edu"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 82,
"profile_sidebar_border_color": "000000",
"id_str": "3311223429",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 2270,
"description": "finessing like Timmy Duncan... inspecting like Kim Jong",
"friends_count": 70,
"location": "$lime Serbert ",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691773192432652289/3GyAPBls_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3311223429/1453926235",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "336god",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1002,
"name": "MGK'S STUNT DOUBLE",
"notifications": false,
"url": "https://t.co/MIph9gYHlp",
"created_at": "Sat Jun 06 23:46:40 +0000 2015",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:18 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @ChrisMarvel: #Kanye never forget you loved that stripper so much you licked #waves into her hair after a fresh One Blade. https://t.co/\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523812831772672,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 27739781,
"indices": [
3,
15
],
"id_str": "27739781",
"screen_name": "ChrisMarvel",
"name": "Chr\u03b9s \u039carv\u03b5l"
}
],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
80,
86
],
"text": "waves"
}
],
"urls": [],
"media": [
{
"source_user_id": 27739781,
"source_status_id_str": "692461750852141056",
"expanded_url": "http://twitter.com/ChrisMarvel/status/692461750852141056/photo/1",
"display_url": "pic.twitter.com/BYI4xoeQyF",
"url": "https://t.co/BYI4xoeQyF",
"media_url_https": "https://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg",
"source_user_id_str": "27739781",
"source_status_id": 692461750852141056,
"id_str": "692461749916823552",
"sizes": {
"small": {
"h": 226,
"resize": "fit",
"w": 340
},
"large": {
"h": 333,
"resize": "fit",
"w": 500
},
"medium": {
"h": 333,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
126,
140
],
"type": "photo",
"id": 692461749916823552,
"media_url": "http://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 81,
"id_str": "692523812831772672",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye never forget you loved that stripper so much you licked #waves into her hair after a fresh One Blade. https://t.co/BYI4xoeQyF",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692461750852141056,
"favorite_count": 93,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
63,
69
],
"text": "waves"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/ChrisMarvel/status/692461750852141056/photo/1",
"display_url": "pic.twitter.com/BYI4xoeQyF",
"url": "https://t.co/BYI4xoeQyF",
"media_url_https": "https://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg",
"id_str": "692461749916823552",
"sizes": {
"small": {
"h": 226,
"resize": "fit",
"w": 340
},
"large": {
"h": 333,
"resize": "fit",
"w": 500
},
"medium": {
"h": 333,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
109,
132
],
"type": "photo",
"id": 692461749916823552,
"media_url": "http://pbs.twimg.com/media/CZweSvBWcAAUA-L.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 81,
"id_str": "692461750852141056",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 27739781,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
0,
23
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
84,
107
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
}
},
"followers_count": 2872,
"profile_sidebar_border_color": "000000",
"id_str": "27739781",
"profile_background_color": "131516",
"listed_count": 24,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 35945,
"description": "Author| Relationship Expert | Speaker | Contributor- XoNecole, Elite Daily, Blavity https://t.co/dKoY6tezJB",
"friends_count": 904,
"location": "USAfricanAmerica",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/27739781/1448341334",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"screen_name": "ChrisMarvel",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2216,
"name": "Chr\u03b9s \u039carv\u03b5l",
"notifications": false,
"url": "https://t.co/dKoY6tezJB",
"created_at": "Mon Mar 30 21:55:53 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 21:38:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2559678867,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme18/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691803971682435074/xrnGBYoG_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 243,
"profile_sidebar_border_color": "000000",
"id_str": "2559678867",
"profile_background_color": "3B94D9",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 13061,
"description": "no one will ever understand.",
"friends_count": 95,
"location": "",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691803971682435074/xrnGBYoG_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2559678867/1452070630",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme18/bg.gif",
"screen_name": "pinkbabe98",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 6050,
"name": "\u0454\u03bd\u03b9\u0442\u03b1",
"notifications": false,
"url": null,
"created_at": "Fri May 23 01:35:42 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:18 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523811363774465,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692523811363774465",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2713860590,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/500393732496039938/K9JJWk6m.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/648070493795303425/WrcmGZqN_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 5,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "2713860590",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 359,
"description": "",
"friends_count": 58,
"location": "British Columbia, Canada",
"profile_link_color": "4A913C",
"profile_image_url": "http://pbs.twimg.com/profile_images/648070493795303425/WrcmGZqN_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2713860590/1443042397",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/500393732496039938/K9JJWk6m.jpeg",
"screen_name": "GraemeB6723",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 24,
"name": "GraemeB",
"notifications": false,
"url": null,
"created_at": "Thu Aug 07 06:17:52 +0000 2014",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:17 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Saw #kanye was trending. Got my hopes up. No luck, he's still alive.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523787087126528,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
4,
10
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523787087126528",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2967183457,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/600483427910033408/ThhHOlD-_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 131,
"profile_sidebar_border_color": "000000",
"id_str": "2967183457",
"profile_background_color": "000000",
"listed_count": 11,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2115,
"description": "Music...Sports...Vitriol...Humor...Alcohol",
"friends_count": 158,
"location": "Chicago",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/600483427910033408/ThhHOlD-_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2967183457/1421611357",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "hawkvibe",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1355,
"name": "BillyG",
"notifications": false,
"url": null,
"created_at": "Thu Jan 08 20:29:11 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:11 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523786445406209,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523786445406209",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2198652916,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/623507072664096770/8cmS6act_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/Pp9sifiU7f",
"indices": [
0,
23
],
"expanded_url": "http://twitter.com",
"display_url": "twitter.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 922,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2198652916",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 2908,
"description": "Insert bio here---",
"friends_count": 2107,
"location": "CONFIDENTIAL INFORMATION",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/623507072664096770/8cmS6act_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2198652916/1411074536",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "01Renee_luv_1D",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1476,
"name": "greenHood",
"notifications": false,
"url": "https://t.co/Pp9sifiU7f",
"created_at": "Thu Nov 28 01:29:25 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:11 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "There's a bunch of stoners rising up against Kanye now cause the man, First of all'd Wiz \ud83d\udc80\n#Kanye #Wiz",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523783727480833,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
91,
97
],
"text": "Kanye"
},
{
"indices": [
98,
102
],
"text": "Wiz"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523783727480833",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2899249897,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681401713006264320/vA6Skh2U_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 381,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2899249897",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1869,
"description": "& when I let them carry me to a cemetery. I wanna be buried, with a pocket full of clarity....",
"friends_count": 450,
"location": "CA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/681401713006264320/vA6Skh2U_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2899249897/1452066501",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Jvcob559",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2062,
"name": "M\u00ebll\u00f8wS\u00e7hiz\u00f8",
"notifications": false,
"url": null,
"created_at": "Fri Nov 14 09:37:20 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:11 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Pretty much sums up social media when #Tump with his foot in his mouth and #Kanye with fingers in his rear dominate the conversation.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523777876443137,
"favorite_count": 3,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
38,
43
],
"text": "Tump"
},
{
"indices": [
75,
81
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2,
"id_str": "692523777876443137",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 24449694,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/661724467161382912/N-1HFS8r.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/670322619669831680/G6bOcNWt_normal.jpg",
"profile_sidebar_fill_color": "F9A5BF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 13966,
"profile_sidebar_border_color": "000000",
"id_str": "24449694",
"profile_background_color": "020504",
"listed_count": 823,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 146840,
"description": "We have been talking about sports and TV since 2007. Opinions are my own.",
"friends_count": 3295,
"location": "",
"profile_link_color": "040708",
"profile_image_url": "http://pbs.twimg.com/profile_images/670322619669831680/G6bOcNWt_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/24449694/1376664827",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/661724467161382912/N-1HFS8r.jpg",
"screen_name": "TheDalyPlanet",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 64,
"name": "John Daly",
"notifications": false,
"url": null,
"created_at": "Sat Mar 14 23:29:15 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:09 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523772298010626,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692523772298010626",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 41952154,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/667350642600640512/e0dFZsYY_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 160,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "41952154",
"profile_background_color": "131516",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 5088,
"description": "Trying hard to not be pretentious. Punk rock, not being an idiot, baseball are a few of my interests.",
"friends_count": 396,
"location": "\u00dcT: 41.070911,-73.513925",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/667350642600640512/e0dFZsYY_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif",
"screen_name": "ian5446",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1571,
"name": "Cool dad Ian",
"notifications": false,
"url": null,
"created_at": "Sat May 23 02:06:09 +0000 2009",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:08 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Everything since the album about amber has been questionable, collabs have saved him and kept him relevant in my opinion. #kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523765473898496,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
122,
128
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523765473898496",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 137077300,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/385839756/mb.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000324470301/ea2bda7fe6e22dc4e827a4499ac752af_normal.jpeg",
"profile_sidebar_fill_color": "F6FFD1",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/cH87YV3q60",
"indices": [
0,
22
],
"expanded_url": "http://instagram.com/mama_beatz",
"display_url": "instagram.com/mama_beatz"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 589,
"profile_sidebar_border_color": "FFF8AD",
"id_str": "137077300",
"profile_background_color": "FFF04D",
"listed_count": 17,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 16456,
"description": "Dj . Writer . Producer . Hood-Rat Procurer .",
"friends_count": 227,
"location": "In a galaxy far far away ",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000324470301/ea2bda7fe6e22dc4e827a4499ac752af_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/137077300/1407788835",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/385839756/mb.jpg",
"screen_name": "ConfuseTheSheep",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 337,
"name": "MaMa BeatZ",
"notifications": false,
"url": "http://t.co/cH87YV3q60",
"created_at": "Sun Apr 25 18:36:06 +0000 2010",
"contributors_enabled": false,
"time_zone": "Mountain Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:45:06 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523756858777601,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523756858777601",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 549668245,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/744485554/d34e4d2ad4b930f0aa19a9f053a3e23f.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692437236772663296/SFG7HAzO_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1624,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "549668245",
"profile_background_color": "ACDED6",
"listed_count": 10,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 95716,
"description": "| Cavs 32 - 12 | LeBron fan.",
"friends_count": 1030,
"location": "",
"profile_link_color": "038543",
"profile_image_url": "http://pbs.twimg.com/profile_images/692437236772663296/SFG7HAzO_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/549668245/1453319477",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/744485554/d34e4d2ad4b930f0aa19a9f053a3e23f.png",
"screen_name": "chvpo",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 2138,
"name": "De'Myron.",
"notifications": false,
"url": null,
"created_at": "Tue Apr 10 00:27:50 +0000 2012",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:04 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523752735797251,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692523752735797251",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 750367861,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691091493117939713/BO-ZFXUl_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 728,
"profile_sidebar_border_color": "000000",
"id_str": "750367861",
"profile_background_color": "000000",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 35634,
"description": "Snapchat; ayanna_duncan Carry.\u2764\ufe0f",
"friends_count": 497,
"location": "",
"profile_link_color": "F5ABB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/691091493117939713/BO-ZFXUl_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/750367861/1452819770",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "_AyannaD",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 15954,
"name": "lol..",
"notifications": false,
"url": null,
"created_at": "Sat Aug 11 01:00:37 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:03 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523737548218369,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523737548218369",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4715878910,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689595227561037824/r4_sk-iv_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/nuBuflGIwb",
"indices": [
0,
23
],
"expanded_url": "http://berniesanders.com",
"display_url": "berniesanders.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 37,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4715878910",
"profile_background_color": "F5F8FA",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 101,
"description": "[Bernie for president] [Fletcher Farms]",
"friends_count": 115,
"location": "Bakersfield, CA",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://pbs.twimg.com/profile_images/689595227561037824/r4_sk-iv_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4715878910/1452038822",
"profile_background_image_url": null,
"screen_name": "evanfletcher92",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 114,
"name": "Evan Fletcher",
"notifications": false,
"url": "https://t.co/nuBuflGIwb",
"created_at": "Tue Jan 05 23:58:23 +0000 2016",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:45:00 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523732334702598,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523732334702598",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1959447132,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/683209286181257216/NsZwr1Km_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 335,
"profile_sidebar_border_color": "181A1E",
"id_str": "1959447132",
"profile_background_color": "1A1B1F",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 5393,
"description": "~ AWS~ Liberal~ @Jalenureta",
"friends_count": 392,
"location": "206 & / snapchat-lauren_leeden",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/683209286181257216/NsZwr1Km_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1959447132/1453430573",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "lauren_leeden",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 4857,
"name": "Lauren",
"notifications": false,
"url": null,
"created_at": "Sun Oct 13 22:12:50 +0000 2013",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:58 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @BB8: @kanyewest @wizkhalifa BEEP BEEEEEP BEEEP BEEEEP. \n#Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523725179195393,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 7174292,
"indices": [
3,
7
],
"id_str": "7174292",
"screen_name": "BB8",
"name": "BB8"
},
{
"id": 169686021,
"indices": [
9,
19
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 20322929,
"indices": [
20,
31
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
60,
66
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 66,
"id_str": "692523725179195393",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "@kanyewest @wizkhalifa BEEP BEEEEEP BEEEP BEEEEP. \n#Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692466152048594945,
"favorite_count": 118,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
0,
10
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 20322929,
"indices": [
11,
22
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "kanyewest",
"in_reply_to_user_id": 169686021,
"retweet_count": 66,
"id_str": "692466152048594945",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 7174292,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/680053476500631552/Yvw3yGfe_normal.jpg",
"profile_sidebar_fill_color": "E0FF92",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 65415,
"profile_sidebar_border_color": "87BC44",
"id_str": "7174292",
"profile_background_color": "9AE4E8",
"listed_count": 202,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 489,
"description": "Beeep boooop beeep booop boooop! BB8 from Star Wars. #BB8 #StarWars Parody. Boop! BB8Contact@Gmail.com",
"friends_count": 96,
"location": "A galaxy far far away",
"profile_link_color": "0000FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/680053476500631552/Yvw3yGfe_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/7174292/1450755453",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "BB8",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 13387,
"name": "BB8",
"notifications": false,
"url": null,
"created_at": "Sat Jun 30 17:41:06 +0000 2007",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "169686021",
"lang": "tr",
"created_at": "Wed Jan 27 21:56:10 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "tr",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 173065912,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/664409011484237824/nKXtuMV_.jpg",
"verified": false,
"profile_text_color": "EE7B76",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690623244408340481/q5vwyuPj_normal.jpg",
"profile_sidebar_fill_color": "A975A6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MzYmx5ZbAh",
"indices": [
0,
23
],
"expanded_url": "https://twitter.com/arianagrande/status/607552378057990146",
"display_url": "twitter.com/arianagrande/s\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 22237,
"profile_sidebar_border_color": "000000",
"id_str": "173065912",
"profile_background_color": "ABB8C2",
"listed_count": 36,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 46400,
"description": "don't hate me or who I stan just because your fave is flopping",
"friends_count": 254,
"location": "everywhere",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/690623244408340481/q5vwyuPj_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/173065912/1453412026",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/664409011484237824/nKXtuMV_.jpg",
"screen_name": "JendallsAffair",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 11496,
"name": "JB",
"notifications": false,
"url": "https://t.co/MzYmx5ZbAh",
"created_at": "Sat Jul 31 09:42:46 +0000 2010",
"contributors_enabled": false,
"time_zone": "Casablanca",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "tr",
"created_at": "Thu Jan 28 01:44:57 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "tr",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523712009105410,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523712009105410",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2627637651,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689178834965368832/qN4qbf85_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 484,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2627637651",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": true,
"utc_offset": -21600,
"statuses_count": 289,
"description": "",
"friends_count": 74,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/689178834965368832/qN4qbf85_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2627637651/1453098692",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "parasites_",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 109730,
"name": "liesel",
"notifications": false,
"url": null,
"created_at": "Sat Jun 21 05:38:30 +0000 2014",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:54 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523700244078592,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523700244078592",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1544213420,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/682082941690884097/6HWs53fj_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 233,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1544213420",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 3038,
"description": "Bmhs '17",
"friends_count": 304,
"location": "Elkton, MD",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/682082941690884097/6HWs53fj_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1544213420/1449841439",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "DerekDeleon__",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 7251,
"name": "Mac Daddy",
"notifications": false,
"url": null,
"created_at": "Mon Jun 24 22:03:40 +0000 2013",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:51 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523694774718465,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523694774718465",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 510563252,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/677416041698492417/gU43ryDp_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 308,
"profile_sidebar_border_color": "000000",
"id_str": "510563252",
"profile_background_color": "000000",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 7661,
"description": "It's about that time, 'cause time is money.",
"friends_count": 308,
"location": "",
"profile_link_color": "89C9FA",
"profile_image_url": "http://pbs.twimg.com/profile_images/677416041698492417/gU43ryDp_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/510563252/1448613574",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "ohmannotagain",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 5002,
"name": "Shelton P.",
"notifications": false,
"url": null,
"created_at": "Thu Mar 01 17:26:52 +0000 2012",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:49 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @djvice: It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523671462744065,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 18224432,
"indices": [
3,
10
],
"id_str": "18224432",
"screen_name": "djvice",
"name": "VICE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "waves"
},
{
"indices": [
58,
64
],
"text": "kanye"
},
{
"indices": [
65,
77
],
"text": "WizKhalifia"
},
{
"indices": [
78,
88
],
"text": "AmberRose"
},
{
"indices": [
89,
96
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"source_user_id": 18224432,
"source_status_id_str": "692483844713373696",
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"source_user_id_str": "18224432",
"source_status_id": 692483844713373696,
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692523671462744065",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692483844713373696,
"favorite_count": 112,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
39,
45
],
"text": "waves"
},
{
"indices": [
46,
52
],
"text": "kanye"
},
{
"indices": [
53,
65
],
"text": "WizKhalifia"
},
{
"indices": [
66,
76
],
"text": "AmberRose"
},
{
"indices": [
77,
84
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
85,
108
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692483844713373696",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 18224432,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/e5EadzPTMe",
"indices": [
0,
23
],
"expanded_url": "http://vice.fm/BadLoveRmxs",
"display_url": "vice.fm/BadLoveRmxs"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 70273,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "18224432",
"profile_background_color": "000000",
"listed_count": 814,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 23710,
"description": "djvicepromo@gmail.com",
"friends_count": 1196,
"location": "everywhere!",
"profile_link_color": "76BD22",
"profile_image_url": "http://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18224432/1452879456",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"screen_name": "djvice",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2327,
"name": "VICE",
"notifications": false,
"url": "https://t.co/e5EadzPTMe",
"created_at": "Thu Dec 18 20:36:08 +0000 2008",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:06:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 385167881,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/646570296401526784/AQtdONFG_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 464,
"profile_sidebar_border_color": "C0DEED",
"id_str": "385167881",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 19081,
"description": "what up blooddddd",
"friends_count": 84,
"location": "cape may",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/646570296401526784/AQtdONFG_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/385167881/1442989954",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "dominicvitale",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 4039,
"name": "Yommy",
"notifications": false,
"url": null,
"created_at": "Wed Oct 05 00:36:24 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:44 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I'll prob remember Kanye for his amazing taste in skirts #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523660318543872,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
57,
63
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523660318543872",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4324297757,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689117159717531649/lUpdkUMj_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 16,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4324297757",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 19,
"description": "",
"friends_count": 23,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/689117159717531649/lUpdkUMj_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4324297757/1448907751",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "kissyski",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 104,
"name": "Kissy",
"notifications": false,
"url": null,
"created_at": "Mon Nov 30 02:30:50 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:44:41 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Thank you #Kanye and #Wiz for the entertainment! #Bravo #Encore #TwitterBeefsAreLame #RichRapperWoes",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523653846700034,
"favorite_count": 0,
"source": "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
10,
16
],
"text": "Kanye"
},
{
"indices": [
21,
25
],
"text": "Wiz"
},
{
"indices": [
49,
55
],
"text": "Bravo"
},
{
"indices": [
56,
63
],
"text": "Encore"
},
{
"indices": [
64,
84
],
"text": "TwitterBeefsAreLame"
},
{
"indices": [
85,
100
],
"text": "RichRapperWoes"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523653846700034",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 65521589,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/492122103/rainbow-damask.jpg",
"verified": false,
"profile_text_color": "0F9A89",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/674077287294377984/-KjtmHrQ_normal.jpg",
"profile_sidebar_fill_color": "EED96D",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 163,
"profile_sidebar_border_color": "EED96D",
"id_str": "65521589",
"profile_background_color": "E63A50",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 6743,
"description": "Not perfect, just forgiven.\n\nFollow me on Instagram: jaeg1120",
"friends_count": 161,
"location": "Chicago ",
"profile_link_color": "E63A50",
"profile_image_url": "http://pbs.twimg.com/profile_images/674077287294377984/-KjtmHrQ_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/65521589/1445503859",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/492122103/rainbow-damask.jpg",
"screen_name": "JaeG1120",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 35,
"name": "Jae",
"notifications": false,
"url": null,
"created_at": "Fri Aug 14 01:11:16 +0000 2009",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:44:40 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @Nickelback: Good news: we're working on new music. Bad news for us: @kanyewest 'Swish' will be the best album of all time. #SWISH #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523646464741376,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 29546364,
"indices": [
3,
14
],
"id_str": "29546364",
"screen_name": "Nickelback",
"name": "Nickelback"
},
{
"id": 169686021,
"indices": [
72,
82
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
127,
133
],
"text": "SWISH"
},
{
"indices": [
134,
140
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2735,
"id_str": "692523646464741376",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Good news: we're working on new music. Bad news for us: @kanyewest 'Swish' will be the best album of all time. #SWISH #Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 691676834891563008,
"favorite_count": 4964,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
56,
66
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
111,
117
],
"text": "SWISH"
},
{
"indices": [
118,
124
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2735,
"id_str": "691676834891563008",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 29546364,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/431818238184280064/WvVeaods.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/506833000760213504/KpfewtuL_normal.jpeg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/eZLsuVQUJE",
"indices": [
0,
23
],
"expanded_url": "http://www.nickelback.com",
"display_url": "nickelback.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 749462,
"profile_sidebar_border_color": "000000",
"id_str": "29546364",
"profile_background_color": "000000",
"listed_count": 3578,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 9422,
"description": "#Nickelback2016",
"friends_count": 7,
"location": "",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/506833000760213504/KpfewtuL_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/29546364/1435080292",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/431818238184280064/WvVeaods.jpeg",
"screen_name": "Nickelback",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 338,
"name": "Nickelback",
"notifications": false,
"url": "https://t.co/eZLsuVQUJE",
"created_at": "Tue Apr 07 21:11:47 +0000 2009",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Mon Jan 25 17:39:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1881253429,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/530011407471759360/h9EUiX8-.jpeg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691802281847709696/HNt2cWVK_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 2933,
"profile_sidebar_border_color": "000000",
"id_str": "1881253429",
"profile_background_color": "000000",
"listed_count": 16,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 49456,
"description": "",
"friends_count": 194,
"location": "california",
"profile_link_color": "000000",
"profile_image_url": "http://pbs.twimg.com/profile_images/691802281847709696/HNt2cWVK_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1881253429/1453773081",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/530011407471759360/h9EUiX8-.jpeg",
"screen_name": "INVlSlBLEMGC",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 73874,
"name": "jas",
"notifications": false,
"url": null,
"created_at": "Wed Sep 18 23:30:51 +0000 2013",
"contributors_enabled": false,
"time_zone": "Arizona",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:44:38 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @BB8: @kanyewest @wizkhalifa BEEP BEEEEEP BEEEP BEEEEP. \n#Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523641783848961,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 7174292,
"indices": [
3,
7
],
"id_str": "7174292",
"screen_name": "BB8",
"name": "BB8"
},
{
"id": 169686021,
"indices": [
9,
19
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 20322929,
"indices": [
20,
31
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
60,
66
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 66,
"id_str": "692523641783848961",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "@kanyewest @wizkhalifa BEEP BEEEEEP BEEEP BEEEEP. \n#Kanye",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692466152048594945,
"favorite_count": 118,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
0,
10
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 20322929,
"indices": [
11,
22
],
"id_str": "20322929",
"screen_name": "wizkhalifa",
"name": "KOE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "kanyewest",
"in_reply_to_user_id": 169686021,
"retweet_count": 66,
"id_str": "692466152048594945",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 7174292,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/680053476500631552/Yvw3yGfe_normal.jpg",
"profile_sidebar_fill_color": "E0FF92",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 65415,
"profile_sidebar_border_color": "87BC44",
"id_str": "7174292",
"profile_background_color": "9AE4E8",
"listed_count": 202,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 489,
"description": "Beeep boooop beeep booop boooop! BB8 from Star Wars. #BB8 #StarWars Parody. Boop! BB8Contact@Gmail.com",
"friends_count": 96,
"location": "A galaxy far far away",
"profile_link_color": "0000FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/680053476500631552/Yvw3yGfe_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/7174292/1450755453",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "BB8",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 13387,
"name": "BB8",
"notifications": false,
"url": null,
"created_at": "Sat Jun 30 17:41:06 +0000 2007",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "169686021",
"lang": "tr",
"created_at": "Wed Jan 27 21:56:10 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "tr",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 340053344,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/399134543/158.JPG",
"verified": false,
"profile_text_color": "362720",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691460744529862656/rcUPCFn2_normal.jpg",
"profile_sidebar_fill_color": "E5507E",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/KLpOU1Wsj8",
"indices": [
0,
23
],
"expanded_url": "http://bomb.com",
"display_url": "bomb.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 468,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "340053344",
"profile_background_color": "FF6699",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 46725,
"description": "United States Navy Damage Controlman. Chances are if I'm not working, I'm at Disneyland. Oh and I'm the ugly one in the middle of my twitcon. Sorry.",
"friends_count": 188,
"location": "San Diego, CA",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/691460744529862656/rcUPCFn2_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/340053344/1436044459",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/399134543/158.JPG",
"screen_name": "kat_dawwg",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 18675,
"name": "Katrina Anderson",
"notifications": false,
"url": "https://t.co/KLpOU1Wsj8",
"created_at": "Fri Jul 22 02:15:35 +0000 2011",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "tr",
"created_at": "Thu Jan 28 01:44:37 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "tr",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "why do people like #kanye exist what a waste of life @kanyewest",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523607055015938,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
53,
63
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
19,
25
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523607055015938",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 413436502,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme8/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/639377624482103297/O3whmCgR_normal.jpg",
"profile_sidebar_fill_color": "EADEAA",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 393,
"profile_sidebar_border_color": "D9B17E",
"id_str": "413436502",
"profile_background_color": "8B542B",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 3846,
"description": "prospective drug dealer ,part time barista",
"friends_count": 495,
"location": "Bath/Swansea",
"profile_link_color": "9D582E",
"profile_image_url": "http://pbs.twimg.com/profile_images/639377624482103297/O3whmCgR_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/413436502/1414744782",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme8/bg.gif",
"screen_name": "stevemcmorran",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1056,
"name": "St.Eve",
"notifications": false,
"url": null,
"created_at": "Tue Nov 15 21:54:28 +0000 2011",
"contributors_enabled": false,
"time_zone": "Tijuana",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:44:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Fucking #kanye FUCKING #West.... You outed yourself as an uncool #pothead today #KK #kanyekim",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523605700300801,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
8,
14
],
"text": "kanye"
},
{
"indices": [
23,
28
],
"text": "West"
},
{
"indices": [
65,
73
],
"text": "pothead"
},
{
"indices": [
80,
83
],
"text": "KK"
},
{
"indices": [
84,
93
],
"text": "kanyekim"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523605700300801",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 15520009,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/157515094/Screen_shot_2010-10-04_at_12.35.42_AM.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691868499245977600/-lDM9tcD_normal.jpg",
"profile_sidebar_fill_color": "9D5DC2",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 474,
"profile_sidebar_border_color": "1A1A1A",
"id_str": "15520009",
"profile_background_color": "CC904F",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 4908,
"description": "Teacher. Studied Sociology at St. Edwards Uni. Intersectional feminist. Raised in Austin. Rep for @IAMRAPAPORT PODCAST @rapapack 'til casket drops.",
"friends_count": 1047,
"location": "Austin, Tx, USA",
"profile_link_color": "2A00B5",
"profile_image_url": "http://pbs.twimg.com/profile_images/691868499245977600/-lDM9tcD_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/15520009/1451606875",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/157515094/Screen_shot_2010-10-04_at_12.35.42_AM.png",
"screen_name": "jewelequalslove",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 6562,
"name": "Jewelequalslove",
"notifications": false,
"url": null,
"created_at": "Mon Jul 21 20:13:26 +0000 2008",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:44:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "So, does that mean Ray J own his kids? #kanye #wizkhalifa",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523595386490883,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
39,
45
],
"text": "kanye"
},
{
"indices": [
46,
57
],
"text": "wizkhalifa"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523595386490883",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 438691448,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/386779736/120.gif",
"verified": false,
"profile_text_color": "382C38",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/669921273804230657/MqHircIn_normal.jpg",
"profile_sidebar_fill_color": "606060",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1951,
"profile_sidebar_border_color": "E6E4E4",
"id_str": "438691448",
"profile_background_color": "000000",
"listed_count": 10,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 53556,
"description": "UA's Dirtiest Blonde Alumna. Sweetheart by nature. Comedian by accident. Unknown author on Amazon. Asshole by choice. Eats cake on April 12th #RTR #followme",
"friends_count": 1862,
"location": "Where The First 48 Shoot, AL",
"profile_link_color": "D158D1",
"profile_image_url": "http://pbs.twimg.com/profile_images/669921273804230657/MqHircIn_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/438691448/1417234583",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/386779736/120.gif",
"screen_name": "GoldenButJuicy",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 107,
"name": "Dungeon Cat",
"notifications": false,
"url": null,
"created_at": "Fri Dec 16 22:16:32 +0000 2011",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:44:26 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Hey .@kanyewest how does it feel knowing your wife .@KimKardashian is a has been talent porn star? #Kanye https://t.co/i3DeTRhVT4",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523581121662976,
"favorite_count": 0,
"source": "<a href=\"http://www.tweetcaster.com\" rel=\"nofollow\">TweetCaster for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 169686021,
"indices": [
5,
15
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
},
{
"id": 25365536,
"indices": [
52,
66
],
"id_str": "25365536",
"screen_name": "KimKardashian",
"name": "Kim Kardashian West"
}
],
"hashtags": [
{
"indices": [
99,
105
],
"text": "Kanye"
}
],
"urls": [
{
"url": "https://t.co/i3DeTRhVT4",
"indices": [
106,
129
],
"expanded_url": "http://twitter.com/alex1113/status/692445767680794628/photo/1",
"display_url": "pic.twitter.com/i3DeTRhVT4"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523581121662976",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 33823980,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/565561886/treble-clef.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/686443645558366208/3kfpl1zx_normal.jpg",
"profile_sidebar_fill_color": "FFE8A8",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 456,
"profile_sidebar_border_color": "FFE8A8",
"id_str": "33823980",
"profile_background_color": "594B32",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 13089,
"description": "\u266c Music is life \u266c",
"friends_count": 932,
"location": "\u24e3\u0452\u0454 C\u03b9\u2020\u03c8 o\u0192 \u03c2\u0452\u0e04\u0e53\u03c1\u0e23 \u2514A \u2708 \u266c ",
"profile_link_color": "467809",
"profile_image_url": "http://pbs.twimg.com/profile_images/686443645558366208/3kfpl1zx_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/33823980/1415028253",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/565561886/treble-clef.jpg",
"screen_name": "alex1113",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 257,
"name": "ali1113 \u261c \u2194 \u261e \u266c",
"notifications": false,
"url": null,
"created_at": "Tue Apr 21 05:29:20 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @MistyKingma: AMBER ROSE WINS. #Kanye #WizKhalifa #AmberRose #finger https://t.co/LV1CFhxQw2 https://t.co/JVuO9Ajj4L",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523541686833153,
"favorite_count": 0,
"source": "<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android Tablets</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 22305914,
"indices": [
3,
15
],
"id_str": "22305914",
"screen_name": "MistyKingma",
"name": "Misty Kingma"
}
],
"hashtags": [
{
"indices": [
34,
40
],
"text": "Kanye"
},
{
"indices": [
41,
52
],
"text": "WizKhalifa"
},
{
"indices": [
53,
63
],
"text": "AmberRose"
},
{
"indices": [
64,
71
],
"text": "finger"
}
],
"urls": [
{
"url": "https://t.co/LV1CFhxQw2",
"indices": [
72,
95
],
"expanded_url": "https://youtu.be/xtAnA9tF93Q",
"display_url": "youtu.be/xtAnA9tF93Q"
}
],
"media": [
{
"source_user_id": 22305914,
"source_status_id_str": "692519467792773121",
"expanded_url": "http://twitter.com/MistyKingma/status/692519467792773121/photo/1",
"display_url": "pic.twitter.com/JVuO9Ajj4L",
"url": "https://t.co/JVuO9Ajj4L",
"media_url_https": "https://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg",
"source_user_id_str": "22305914",
"source_status_id": 692519467792773121,
"id_str": "692519466656219136",
"sizes": {
"small": {
"h": 194,
"resize": "fit",
"w": 340
},
"large": {
"h": 585,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 342,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
96,
119
],
"type": "photo",
"id": 692519466656219136,
"media_url": "http://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 16,
"id_str": "692523541686833153",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "AMBER ROSE WINS. #Kanye #WizKhalifa #AmberRose #finger https://t.co/LV1CFhxQw2 https://t.co/JVuO9Ajj4L",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692519467792773121,
"favorite_count": 19,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
24,
35
],
"text": "WizKhalifa"
},
{
"indices": [
36,
46
],
"text": "AmberRose"
},
{
"indices": [
47,
54
],
"text": "finger"
}
],
"urls": [
{
"url": "https://t.co/LV1CFhxQw2",
"indices": [
55,
78
],
"expanded_url": "https://youtu.be/xtAnA9tF93Q",
"display_url": "youtu.be/xtAnA9tF93Q"
}
],
"media": [
{
"expanded_url": "http://twitter.com/MistyKingma/status/692519467792773121/photo/1",
"display_url": "pic.twitter.com/JVuO9Ajj4L",
"url": "https://t.co/JVuO9Ajj4L",
"media_url_https": "https://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg",
"id_str": "692519466656219136",
"sizes": {
"small": {
"h": 194,
"resize": "fit",
"w": 340
},
"large": {
"h": 585,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 342,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
79,
102
],
"type": "photo",
"id": 692519466656219136,
"media_url": "http://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 16,
"id_str": "692519467792773121",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 22305914,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679904110196334594/zyWhUhvw_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/oabshE2bOT",
"indices": [
0,
23
],
"expanded_url": "http://www.mistykingma.com/",
"display_url": "mistykingma.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/1WBOJGxbK3",
"indices": [
18,
41
],
"expanded_url": "http://beyourselfieblog.com",
"display_url": "beyourselfieblog.com"
},
{
"url": "https://t.co/73gVDxNo5q",
"indices": [
51,
74
],
"expanded_url": "http://youtube.com/mistykingma",
"display_url": "youtube.com/mistykingma"
}
]
}
},
"followers_count": 17361,
"profile_sidebar_border_color": "000000",
"id_str": "22305914",
"profile_background_color": "C6E2EE",
"listed_count": 148,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 17347,
"description": "Lifestyle Blogger https://t.co/1WBOJGxbK3 Youtuber https://t.co/73gVDxNo5q World Traveler #BeYourselfie Entertainment Host #Kingmitches",
"friends_count": 560,
"location": "Los Angeles, CA",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/679904110196334594/zyWhUhvw_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/22305914/1451969654",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif",
"screen_name": "MistyKingma",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1316,
"name": "Misty Kingma",
"notifications": false,
"url": "https://t.co/oabshE2bOT",
"created_at": "Sat Feb 28 23:05:26 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:28:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 402744581,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/476069327800500224/9VdDOmvj_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/wRHb1YiZZX",
"indices": [
0,
22
],
"expanded_url": "http://www.marcstevens.net",
"display_url": "marcstevens.net"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 2305,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "402744581",
"profile_background_color": "6BD6A6",
"listed_count": 222,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 53843,
"description": "Voluntaryist / Anarcho-Capitalist / Thought Criminal / Resistance is NOT Futile / Only those who wish to be left alone & those who just won't leave them alone.",
"friends_count": 2074,
"location": "Salinas, CA",
"profile_link_color": "171FA6",
"profile_image_url": "http://pbs.twimg.com/profile_images/476069327800500224/9VdDOmvj_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/402744581/1386319849",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif",
"screen_name": "ThomasPaine5",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 7269,
"name": "Thomas Paine",
"notifications": false,
"url": "http://t.co/wRHb1YiZZX",
"created_at": "Tue Nov 01 14:25:33 +0000 2011",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523534518751233,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523534518751233",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2997606276,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/614634193423867904/Uy_8YDT4_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 39,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2997606276",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 213,
"description": "",
"friends_count": 49,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/614634193423867904/Uy_8YDT4_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2997606276/1435375224",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "desireezavalacj",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 47,
"name": "/simplerequest/",
"notifications": false,
"url": null,
"created_at": "Tue Jan 27 00:31:15 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:11 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @melaniebromley: Updated. Added today's feud + 3 breakups. Are we missing anything else? @enews #kanye #wizkhalifa https://t.co/mmo9jaRZ\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523517276000256,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 19930164,
"indices": [
3,
18
],
"id_str": "19930164",
"screen_name": "melaniebromley",
"name": "Melanie Bromley"
},
{
"id": 22179997,
"indices": [
92,
98
],
"id_str": "22179997",
"screen_name": "ENews",
"name": "E! News"
}
],
"hashtags": [
{
"indices": [
99,
105
],
"text": "kanye"
},
{
"indices": [
106,
117
],
"text": "wizkhalifa"
}
],
"urls": [],
"media": [
{
"source_user_id": 19930164,
"source_status_id_str": "692439861781880832",
"expanded_url": "http://twitter.com/melaniebromley/status/692439861781880832/photo/1",
"display_url": "pic.twitter.com/mmo9jaRZZp",
"url": "https://t.co/mmo9jaRZZp",
"media_url_https": "https://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg",
"source_user_id_str": "19930164",
"source_status_id": 692439861781880832,
"id_str": "692439740369375232",
"sizes": {
"large": {
"h": 788,
"resize": "fit",
"w": 1024
},
"small": {
"h": 261,
"resize": "fit",
"w": 340
},
"medium": {
"h": 461,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 692439740369375232,
"media_url": "http://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1429,
"id_str": "692523517276000256",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Updated. Added today's feud + 3 breakups. Are we missing anything else? @enews #kanye #wizkhalifa https://t.co/mmo9jaRZZp",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692439861781880832,
"favorite_count": 1353,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 22179997,
"indices": [
72,
78
],
"id_str": "22179997",
"screen_name": "ENews",
"name": "E! News"
}
],
"hashtags": [
{
"indices": [
79,
85
],
"text": "kanye"
},
{
"indices": [
86,
97
],
"text": "wizkhalifa"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/melaniebromley/status/692439861781880832/photo/1",
"display_url": "pic.twitter.com/mmo9jaRZZp",
"url": "https://t.co/mmo9jaRZZp",
"media_url_https": "https://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg",
"id_str": "692439740369375232",
"sizes": {
"large": {
"h": 788,
"resize": "fit",
"w": 1024
},
"small": {
"h": 261,
"resize": "fit",
"w": 340
},
"medium": {
"h": 461,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
98,
121
],
"type": "photo",
"id": 692439740369375232,
"media_url": "http://pbs.twimg.com/media/CZwKRnEUkAASSz0.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1429,
"id_str": "692439861781880832",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 19930164,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/461066418/873211081_b6e66bf4f9_o-1.jpg",
"verified": true,
"profile_text_color": "1C1F23",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/677005216466788352/7CdJYjeK_normal.jpg",
"profile_sidebar_fill_color": "C9C9C9",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/J6mkqdtREP",
"indices": [
0,
23
],
"expanded_url": "http://www.eonline.com",
"display_url": "eonline.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/Di4xifhjhb",
"indices": [
117,
140
],
"expanded_url": "https://www.linkedin.com/in/melanie-bromley-0967aa47",
"display_url": "linkedin.com/in/melanie-bro\u2026"
}
]
}
},
"followers_count": 26887,
"profile_sidebar_border_color": "BFBFBF",
"id_str": "19930164",
"profile_background_color": "3A0F96",
"listed_count": 92,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 3792,
"description": "Chief News Correspondent for @enews and @eonline. \n\nFeel free to contact me re: stories. melanie.bromley@nbcuni.com\n\nhttps://t.co/Di4xifhjhb",
"friends_count": 786,
"location": "melanie.bromley@nbcuni.com",
"profile_link_color": "22ABA0",
"profile_image_url": "http://pbs.twimg.com/profile_images/677005216466788352/7CdJYjeK_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/19930164/1424894672",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/461066418/873211081_b6e66bf4f9_o-1.jpg",
"screen_name": "melaniebromley",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 755,
"name": "Melanie Bromley",
"notifications": false,
"url": "https://t.co/J6mkqdtREP",
"created_at": "Mon Feb 02 20:39:45 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 20:11:42 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 251470911,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/434088890/vintage.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/673264951700525056/xzw2mlBR_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 749,
"profile_sidebar_border_color": "C0DEED",
"id_str": "251470911",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 27458,
"description": "skrrrrrt. university of illinois '19",
"friends_count": 507,
"location": "Chicago.",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/673264951700525056/xzw2mlBR_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/251470911/1384485272",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/434088890/vintage.jpg",
"screen_name": "thuglyfeCHOSEme",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5869,
"name": "charmander",
"notifications": false,
"url": null,
"created_at": "Sun Feb 13 05:53:04 +0000 2011",
"contributors_enabled": false,
"time_zone": "Mountain Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:07 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @djvice: It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523489539002368,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 18224432,
"indices": [
3,
10
],
"id_str": "18224432",
"screen_name": "djvice",
"name": "VICE"
}
],
"hashtags": [
{
"indices": [
51,
57
],
"text": "waves"
},
{
"indices": [
58,
64
],
"text": "kanye"
},
{
"indices": [
65,
77
],
"text": "WizKhalifia"
},
{
"indices": [
78,
88
],
"text": "AmberRose"
},
{
"indices": [
89,
96
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"source_user_id": 18224432,
"source_status_id_str": "692483844713373696",
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"source_user_id_str": "18224432",
"source_status_id": 692483844713373696,
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692523489539002368",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "It's all sounds like a novela to me... #waves #kanye #WizKhalifia #AmberRose #novela https://t.co/W0JpjCI9Q8",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692483844713373696,
"favorite_count": 112,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
39,
45
],
"text": "waves"
},
{
"indices": [
46,
52
],
"text": "kanye"
},
{
"indices": [
53,
65
],
"text": "WizKhalifia"
},
{
"indices": [
66,
76
],
"text": "AmberRose"
},
{
"indices": [
77,
84
],
"text": "novela"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/djvice/status/692483844713373696/photo/1",
"display_url": "pic.twitter.com/W0JpjCI9Q8",
"url": "https://t.co/W0JpjCI9Q8",
"media_url_https": "https://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg",
"id_str": "692483841836085248",
"sizes": {
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
85,
108
],
"type": "photo",
"id": 692483841836085248,
"media_url": "http://pbs.twimg.com/media/CZwyYp1WcAA_w8p.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 80,
"id_str": "692483844713373696",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 18224432,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"verified": true,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/e5EadzPTMe",
"indices": [
0,
23
],
"expanded_url": "http://vice.fm/BadLoveRmxs",
"display_url": "vice.fm/BadLoveRmxs"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 70273,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "18224432",
"profile_background_color": "000000",
"listed_count": 814,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 23710,
"description": "djvicepromo@gmail.com",
"friends_count": 1196,
"location": "everywhere!",
"profile_link_color": "76BD22",
"profile_image_url": "http://pbs.twimg.com/profile_images/473610492372480000/-hR13Y7c_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/18224432/1452879456",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/469601091051470850/ti9-k1dm.jpeg",
"screen_name": "djvice",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2327,
"name": "VICE",
"notifications": false,
"url": "https://t.co/e5EadzPTMe",
"created_at": "Thu Dec 18 20:36:08 +0000 2008",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:06:28 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 495511309,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/514907298/fun.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/684998692068261888/MuKq-v-4_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 353,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "495511309",
"profile_background_color": "161C1F",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 33414,
"description": "Rest In Paradise Nick-Nick \u2764\ufe0f",
"friends_count": 171,
"location": "",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/684998692068261888/MuKq-v-4_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/495511309/1452151547",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/514907298/fun.jpg",
"screen_name": "Pingaa_Daddii",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3234,
"name": "Selene\u2728",
"notifications": false,
"url": null,
"created_at": "Sat Feb 18 01:47:31 +0000 2012",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:44:01 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I'm taking Wiz over Ye any day #kanye #wiz",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523481632751618,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
},
{
"indices": [
38,
42
],
"text": "wiz"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523481632751618",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 62303255,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/448633713354481664/BPyZ_76v.jpeg",
"verified": false,
"profile_text_color": "3C3940",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/649326284061851648/SSZeQdKt_normal.jpg",
"profile_sidebar_fill_color": "95E8EC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/RG8NiBCuc6",
"indices": [
0,
23
],
"expanded_url": "http://Low.com",
"display_url": "Low.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 917,
"profile_sidebar_border_color": "000000",
"id_str": "62303255",
"profile_background_color": "0099B9",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 4529,
"description": "I Can Do All Things Through Christ.....Ph 4:13",
"friends_count": 909,
"location": "Port Washington, WI",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/649326284061851648/SSZeQdKt_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/62303255/1449039016",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/448633713354481664/BPyZ_76v.jpeg",
"screen_name": "Vin_Taylor3",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 785,
"name": "Kev Taylor",
"notifications": false,
"url": "https://t.co/RG8NiBCuc6",
"created_at": "Sun Aug 02 17:17:42 +0000 2009",
"contributors_enabled": false,
"time_zone": "Hawaii",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:59 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523473617448960,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692523473617448960",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3399045177,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/627558173277188096/9mP7btkQ.jpg",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691599076589203456/XO1NfOlP_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/lVKue9VCQo",
"indices": [
0,
23
],
"expanded_url": "http://www.roblox.com/User.aspx?ID=59038123",
"display_url": "roblox.com/User.aspx?ID=5\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 17,
"profile_sidebar_border_color": "000000",
"id_str": "3399045177",
"profile_background_color": "FFF04D",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1197,
"description": "ROBLOX: artificialBiologist. I like to play smash 4 sometimes, and I like splatoon",
"friends_count": 47,
"location": "meme land",
"profile_link_color": "9266CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/691599076589203456/XO1NfOlP_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3399045177/1438459026",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/627558173277188096/9mP7btkQ.jpg",
"screen_name": "ArtificialRBLX",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 19,
"name": "Nitty",
"notifications": false,
"url": "https://t.co/lVKue9VCQo",
"created_at": "Sat Aug 01 18:56:17 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:57 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523470719209474,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692523470719209474",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3889113981,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691710930632232960/yL98Gvdz_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 131,
"profile_sidebar_border_color": "C0DEED",
"id_str": "3889113981",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 4459,
"description": "",
"friends_count": 78,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/691710930632232960/yL98Gvdz_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3889113981/1453793044",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Holley07",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1109,
"name": "Robyn",
"notifications": false,
"url": null,
"created_at": "Wed Oct 07 10:29:26 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:56 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Dont ask #Kanye about #Wiz",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523452285239298,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
9,
15
],
"text": "Kanye"
},
{
"indices": [
22,
26
],
"text": "Wiz"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523452285239298",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 4747681714,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692174838715301890/xFlVUuNs_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/7CDmx9CcoM",
"indices": [
0,
23
],
"expanded_url": "https://soundcloud.com/antruwarecordings",
"display_url": "soundcloud.com/antruwarecordi\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 352,
"profile_sidebar_border_color": "000000",
"id_str": "4747681714",
"profile_background_color": "000000",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 269,
"description": "Independent Record Label against the system.\u2558[\u25c9\ufe43 \u25c9]\u2555 #Techno antruwarecordings[@]gmail[.]com",
"friends_count": 222,
"location": "Utrecht,The Netherlands,",
"profile_link_color": "111111",
"profile_image_url": "http://pbs.twimg.com/profile_images/692174838715301890/xFlVUuNs_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4747681714/1453862345",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "antruwatech",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 60,
"name": "Antruwa Recordings",
"notifications": false,
"url": "https://t.co/7CDmx9CcoM",
"created_at": "Fri Jan 08 20:18:59 +0000 2016",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:52 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @theinterns_net: #kanye & #wizkhalifa's #twitter beef has been made into an Etsy mug: https://t.co/jj2bLztYgX https://t.co/0QXa102ARL",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523443900805121,
"favorite_count": 0,
"source": "<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry\u00ae</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2402749004,
"indices": [
3,
18
],
"id_str": "2402749004",
"screen_name": "theinterns_net",
"name": "the interns"
}
],
"hashtags": [
{
"indices": [
20,
26
],
"text": "kanye"
},
{
"indices": [
33,
44
],
"text": "wizkhalifa"
},
{
"indices": [
47,
55
],
"text": "twitter"
}
],
"urls": [
{
"url": "https://t.co/jj2bLztYgX",
"indices": [
93,
116
],
"expanded_url": "https://www.etsy.com/au/listing/265865784/kanye-west-rekt-mug",
"display_url": "etsy.com/au/listing/265\u2026"
}
],
"media": [
{
"source_user_id": 2402749004,
"source_status_id_str": "692483192549457920",
"expanded_url": "http://twitter.com/theinterns_net/status/692483192549457920/photo/1",
"display_url": "pic.twitter.com/0QXa102ARL",
"url": "https://t.co/0QXa102ARL",
"media_url_https": "https://pbs.twimg.com/media/CZwxywUXEAAPHOD.jpg",
"source_user_id_str": "2402749004",
"source_status_id": 692483192549457920,
"id_str": "692483190741733376",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
117,
140
],
"type": "photo",
"id": 692483190741733376,
"media_url": "http://pbs.twimg.com/media/CZwxywUXEAAPHOD.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 25,
"id_str": "692523443900805121",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#kanye & #wizkhalifa's #twitter beef has been made into an Etsy mug: https://t.co/jj2bLztYgX https://t.co/0QXa102ARL",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692483192549457920,
"favorite_count": 22,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
},
{
"indices": [
13,
24
],
"text": "wizkhalifa"
},
{
"indices": [
27,
35
],
"text": "twitter"
}
],
"urls": [
{
"url": "https://t.co/jj2bLztYgX",
"indices": [
73,
96
],
"expanded_url": "https://www.etsy.com/au/listing/265865784/kanye-west-rekt-mug",
"display_url": "etsy.com/au/listing/265\u2026"
}
],
"media": [
{
"expanded_url": "http://twitter.com/theinterns_net/status/692483192549457920/photo/1",
"display_url": "pic.twitter.com/0QXa102ARL",
"url": "https://t.co/0QXa102ARL",
"media_url_https": "https://pbs.twimg.com/media/CZwxywUXEAAPHOD.jpg",
"id_str": "692483190741733376",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692483190741733376,
"media_url": "http://pbs.twimg.com/media/CZwxywUXEAAPHOD.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 25,
"id_str": "692483192549457920",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2402749004,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/468579248928604160/07vcUKMb_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/iRWQZwaADG",
"indices": [
0,
23
],
"expanded_url": "http://www.theinterns.net",
"display_url": "theinterns.net"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 874,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2402749004",
"profile_background_color": "C0DEED",
"listed_count": 18,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 2850,
"description": "An online new music thang. We're probs gonna drop a surprise album next week. \nEmail: info@theinterns.net.",
"friends_count": 828,
"location": "Sydney",
"profile_link_color": "00C4FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/468579248928604160/07vcUKMb_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2402749004/1451888328",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "theinterns_net",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 945,
"name": "the interns",
"notifications": false,
"url": "https://t.co/iRWQZwaADG",
"created_at": "Sat Mar 22 05:53:50 +0000 2014",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:03:53 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 101798154,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/650963835/b19iwtfehel5l0hn3z5a.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/462218530772250624/n038DR2x_normal.jpeg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/mBA9ORRMpI",
"indices": [
0,
22
],
"expanded_url": "http://fbrss.com/f/47e266e0d248c25059c008abec08178c.xml",
"display_url": "fbrss.com/f/47e266e0d248\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 727,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "101798154",
"profile_background_color": "DEADAD",
"listed_count": 6,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3114,
"description": "Love one Trust a few do wrong to none. Simply The Best, United Through & Through Forever I Will Be In The Red Army \u2665 MANCHESTER UNITED",
"friends_count": 782,
"location": "Kenya",
"profile_link_color": "038543",
"profile_image_url": "http://pbs.twimg.com/profile_images/462218530772250624/n038DR2x_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/101798154/1446722432",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/650963835/b19iwtfehel5l0hn3z5a.jpeg",
"screen_name": "kevwhisky",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 191,
"name": "kevin onono \uf8eb",
"notifications": false,
"url": "http://t.co/mBA9ORRMpI",
"created_at": "Mon Jan 04 16:17:22 +0000 2010",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:50 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@MeghanWMcCarthy @kanyewest After getting fingered in the BUM BUM, he needs fifty showers before he can say YEEZUS. #kanye",
"is_quote_status": false,
"in_reply_to_status_id": 692434719271751681,
"id": 692523430692962304,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 90318511,
"indices": [
0,
16
],
"id_str": "90318511",
"screen_name": "MeghanWMcCarthy",
"name": "Meghan McCarthy"
},
{
"id": 169686021,
"indices": [
17,
27
],
"id_str": "169686021",
"screen_name": "kanyewest",
"name": "KANYE WEST"
}
],
"hashtags": [
{
"indices": [
116,
122
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "MeghanWMcCarthy",
"in_reply_to_user_id": 90318511,
"retweet_count": 0,
"id_str": "692523430692962304",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 3750502094,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme11/bg.gif",
"verified": false,
"profile_text_color": "362720",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/685556297408761859/rri_ooJc_normal.jpg",
"profile_sidebar_fill_color": "E5507E",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/iNINMVuVOy",
"indices": [
0,
23
],
"expanded_url": "https://www.facebook.com/4families.edublogs",
"display_url": "facebook.com/4families.edub\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 291,
"profile_sidebar_border_color": "CC3366",
"id_str": "3750502094",
"profile_background_color": "FF6699",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 495,
"description": "Blogger, Writer, Jewelry Designer, Author, Content Marketing Manager, and Law Student (Respects Lady Justice)",
"friends_count": 298,
"location": "Lansing, MI",
"profile_link_color": "B40B43",
"profile_image_url": "http://pbs.twimg.com/profile_images/685556297408761859/rri_ooJc_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3750502094/1452283569",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme11/bg.gif",
"screen_name": "Blog_N_Write",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 590,
"name": "An-Nikah Blogger",
"notifications": false,
"url": "https://t.co/iNINMVuVOy",
"created_at": "Thu Oct 01 18:17:39 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "90318511",
"lang": "en",
"created_at": "Thu Jan 28 01:43:46 +0000 2016",
"in_reply_to_status_id_str": "692434719271751681",
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#FITBAB Ye gave us #MBDTF ...I need THAT #Kanye back. Get on in there Kim! \n#FingersInTheBootyAssBitch \ud83d\udc46\u261d\ud83d\udc46\u261d",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523415572471809,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
7
],
"text": "FITBAB"
},
{
"indices": [
19,
25
],
"text": "MBDTF"
},
{
"indices": [
41,
47
],
"text": "Kanye"
},
{
"indices": [
76,
102
],
"text": "FingersInTheBootyAssBitch"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523415572471809",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3095303805,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/581937124838141953/xDWdZvBk_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 81,
"profile_sidebar_border_color": "000000",
"id_str": "3095303805",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 544,
"description": "Here For The Party & Bullshit...",
"friends_count": 133,
"location": "East Chicago 219",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/581937124838141953/xDWdZvBk_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3095303805/1426711276",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Claudita219",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 314,
"name": "Claudita219",
"notifications": false,
"url": null,
"created_at": "Wed Mar 18 20:31:07 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:43 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523403815849985,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692523403815849985",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 862192746,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/686734525355790336/a7YvUFYI_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 401,
"profile_sidebar_border_color": "C0DEED",
"id_str": "862192746",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 6043,
"description": "R.I.P Kayla",
"friends_count": 374,
"location": "Miami fl",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/686734525355790336/a7YvUFYI_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/862192746/1410320401",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "QuanikaG",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1673,
"name": "Niiiiqqqq.\u2665\u264d",
"notifications": false,
"url": null,
"created_at": "Thu Oct 04 23:30:44 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:40 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "A worthy sacrifice\n#kanye https://t.co/Ea0qpTkhqq",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523373709135872,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
19,
25
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/Solewun/status/692523373709135872/photo/1",
"display_url": "pic.twitter.com/Ea0qpTkhqq",
"url": "https://t.co/Ea0qpTkhqq",
"media_url_https": "https://pbs.twimg.com/media/CZxWVrpWEAIEzuv.jpg",
"id_str": "692523373201592322",
"sizes": {
"small": {
"h": 266,
"resize": "fit",
"w": 340
},
"large": {
"h": 313,
"resize": "fit",
"w": 400
},
"medium": {
"h": 313,
"resize": "fit",
"w": 400
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
26,
49
],
"type": "photo",
"id": 692523373201592322,
"media_url": "http://pbs.twimg.com/media/CZxWVrpWEAIEzuv.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523373709135872",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 70701729,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/733875762/691ed1d7efb1b17c256be9df06d2fbc0.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/627924937613963264/3D2p2slH_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/3rleEv2GDf",
"indices": [
0,
23
],
"expanded_url": "https://instagram.com/solewun/",
"display_url": "instagram.com/solewun/"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/T9YBYfsSjd",
"indices": [
71,
94
],
"expanded_url": "http://miltonf.tumblr.com",
"display_url": "miltonf.tumblr.com"
}
]
}
},
"followers_count": 807,
"profile_sidebar_border_color": "000000",
"id_str": "70701729",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 3092,
"description": "BFIT '15 Graduate, HIT Major, Fashion & Photography Enthusiast|Tumblr: https://t.co/T9YBYfsSjd|",
"friends_count": 419,
"location": "Boston,MA",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/627924937613963264/3D2p2slH_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/70701729/1407262043",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/733875762/691ed1d7efb1b17c256be9df06d2fbc0.jpeg",
"screen_name": "Solewun",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 16,
"name": "\u261bMillz\u261a",
"notifications": false,
"url": "https://t.co/3rleEv2GDf",
"created_at": "Tue Sep 01 15:10:20 +0000 2009",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:33 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523357699510272,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692523357699510272",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 24870433,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/431226420/DenverBroncos.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/666956917475028992/eEoAq9kZ_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/NpGMjbmXRo",
"indices": [
0,
23
],
"expanded_url": "https://www.youtube.com/demond38",
"display_url": "youtube.com/demond38"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 3112,
"profile_sidebar_border_color": "181A1E",
"id_str": "24870433",
"profile_background_color": "1A1B1F",
"listed_count": 97,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 93327,
"description": "Father... YouTuber #Hotep2016 \n#MakeBlackAmericaGreatAgain #TrumpSet #Trump2016",
"friends_count": 992,
"location": "(610)",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/666956917475028992/eEoAq9kZ_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/24870433/1445396774",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/431226420/DenverBroncos.jpg",
"screen_name": "handymayhem",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 5261,
"name": "Uncle Ruckus",
"notifications": false,
"url": "https://t.co/NpGMjbmXRo",
"created_at": "Tue Mar 17 11:50:37 +0000 2009",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:29 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @driickygraham: Reading #Kanye #Wiz & #AmberRose Tweets like ... https://t.co/blqzVAsg0N",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523341631070208,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 207232388,
"indices": [
3,
17
],
"id_str": "207232388",
"screen_name": "driickygraham",
"name": "Driicky"
}
],
"hashtags": [
{
"indices": [
27,
33
],
"text": "Kanye"
},
{
"indices": [
34,
38
],
"text": "Wiz"
},
{
"indices": [
45,
55
],
"text": "AmberRose"
}
],
"urls": [],
"media": [
{
"source_user_id": 207232388,
"source_status_id_str": "692469918516809728",
"expanded_url": "http://twitter.com/driickygraham/status/692469918516809728/video/1",
"display_url": "pic.twitter.com/blqzVAsg0N",
"url": "https://t.co/blqzVAsg0N",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg",
"source_user_id_str": "207232388",
"source_status_id": 692469918516809728,
"id_str": "692469857741357056",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
72,
95
],
"type": "photo",
"id": 692469857741357056,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 78,
"id_str": "692523341631070208",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Reading #Kanye #Wiz & #AmberRose Tweets like ... https://t.co/blqzVAsg0N",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692469918516809728,
"favorite_count": 147,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
8,
14
],
"text": "Kanye"
},
{
"indices": [
15,
19
],
"text": "Wiz"
},
{
"indices": [
26,
36
],
"text": "AmberRose"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/driickygraham/status/692469918516809728/video/1",
"display_url": "pic.twitter.com/blqzVAsg0N",
"url": "https://t.co/blqzVAsg0N",
"media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg",
"id_str": "692469857741357056",
"sizes": {
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"large": {
"h": 640,
"resize": "fit",
"w": 640
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
53,
76
],
"type": "photo",
"id": 692469857741357056,
"media_url": "http://pbs.twimg.com/ext_tw_video_thumb/692469857741357056/pu/img/o7QAdeHqK5tL7NNO.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 78,
"id_str": "692469918516809728",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 207232388,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/541749711820951552/hVM3dUfM.jpeg",
"verified": true,
"profile_text_color": "242024",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/678467738407342080/oQxpQ0wr_normal.jpg",
"profile_sidebar_fill_color": "FFFFFF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/Sc2R09PFCN",
"indices": [
0,
23
],
"expanded_url": "https://soundcloud.com/nasir-graham/pull-up-quick",
"display_url": "soundcloud.com/nasir-graham/p\u2026"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 79208,
"profile_sidebar_border_color": "000000",
"id_str": "207232388",
"profile_background_color": "1F1C1F",
"listed_count": 123,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 32575,
"description": "PBM/EOne records. #SnapBacksAndTatoos #Platinum #PullUpQuick link in bio. bookings: phantomboyz@gmail.com",
"friends_count": 774,
"location": "Oxford, NC",
"profile_link_color": "1F1C1F",
"profile_image_url": "http://pbs.twimg.com/profile_images/678467738407342080/oQxpQ0wr_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/207232388/1445746210",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/541749711820951552/hVM3dUfM.jpeg",
"screen_name": "driickygraham",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2109,
"name": "Driicky",
"notifications": false,
"url": "https://t.co/Sc2R09PFCN",
"created_at": "Sun Oct 24 21:10:26 +0000 2010",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 22:11:08 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 3024570522,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/678645676683620352/nNMlKbTS_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 163,
"profile_sidebar_border_color": "000000",
"id_str": "3024570522",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 2052,
"description": "",
"friends_count": 130,
"location": "",
"profile_link_color": "F5ABB5",
"profile_image_url": "http://pbs.twimg.com/profile_images/678645676683620352/nNMlKbTS_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3024570522/1453887550",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "liyahhbeb",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1556,
"name": "Aaliyah M.",
"notifications": false,
"url": null,
"created_at": "Wed Feb 18 02:15:01 +0000 2015",
"contributors_enabled": false,
"time_zone": "Hawaii",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:25 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @MistyKingma: AMBER ROSE WINS. #Kanye #WizKhalifa #AmberRose #finger https://t.co/LV1CFhxQw2 https://t.co/JVuO9Ajj4L",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523333745778689,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 22305914,
"indices": [
3,
15
],
"id_str": "22305914",
"screen_name": "MistyKingma",
"name": "Misty Kingma"
}
],
"hashtags": [
{
"indices": [
34,
40
],
"text": "Kanye"
},
{
"indices": [
41,
52
],
"text": "WizKhalifa"
},
{
"indices": [
53,
63
],
"text": "AmberRose"
},
{
"indices": [
64,
71
],
"text": "finger"
}
],
"urls": [
{
"url": "https://t.co/LV1CFhxQw2",
"indices": [
72,
95
],
"expanded_url": "https://youtu.be/xtAnA9tF93Q",
"display_url": "youtu.be/xtAnA9tF93Q"
}
],
"media": [
{
"source_user_id": 22305914,
"source_status_id_str": "692519467792773121",
"expanded_url": "http://twitter.com/MistyKingma/status/692519467792773121/photo/1",
"display_url": "pic.twitter.com/JVuO9Ajj4L",
"url": "https://t.co/JVuO9Ajj4L",
"media_url_https": "https://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg",
"source_user_id_str": "22305914",
"source_status_id": 692519467792773121,
"id_str": "692519466656219136",
"sizes": {
"small": {
"h": 194,
"resize": "fit",
"w": 340
},
"large": {
"h": 585,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 342,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
96,
119
],
"type": "photo",
"id": 692519466656219136,
"media_url": "http://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 16,
"id_str": "692523333745778689",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "AMBER ROSE WINS. #Kanye #WizKhalifa #AmberRose #finger https://t.co/LV1CFhxQw2 https://t.co/JVuO9Ajj4L",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692519467792773121,
"favorite_count": 19,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
24,
35
],
"text": "WizKhalifa"
},
{
"indices": [
36,
46
],
"text": "AmberRose"
},
{
"indices": [
47,
54
],
"text": "finger"
}
],
"urls": [
{
"url": "https://t.co/LV1CFhxQw2",
"indices": [
55,
78
],
"expanded_url": "https://youtu.be/xtAnA9tF93Q",
"display_url": "youtu.be/xtAnA9tF93Q"
}
],
"media": [
{
"expanded_url": "http://twitter.com/MistyKingma/status/692519467792773121/photo/1",
"display_url": "pic.twitter.com/JVuO9Ajj4L",
"url": "https://t.co/JVuO9Ajj4L",
"media_url_https": "https://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg",
"id_str": "692519466656219136",
"sizes": {
"small": {
"h": 194,
"resize": "fit",
"w": 340
},
"large": {
"h": 585,
"resize": "fit",
"w": 1024
},
"medium": {
"h": 342,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
79,
102
],
"type": "photo",
"id": 692519466656219136,
"media_url": "http://pbs.twimg.com/media/CZxSySoWQAAgfx-.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 16,
"id_str": "692519467792773121",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 22305914,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme2/bg.gif",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/679904110196334594/zyWhUhvw_normal.jpg",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/oabshE2bOT",
"indices": [
0,
23
],
"expanded_url": "http://www.mistykingma.com/",
"display_url": "mistykingma.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/1WBOJGxbK3",
"indices": [
18,
41
],
"expanded_url": "http://beyourselfieblog.com",
"display_url": "beyourselfieblog.com"
},
{
"url": "https://t.co/73gVDxNo5q",
"indices": [
51,
74
],
"expanded_url": "http://youtube.com/mistykingma",
"display_url": "youtube.com/mistykingma"
}
]
}
},
"followers_count": 17361,
"profile_sidebar_border_color": "000000",
"id_str": "22305914",
"profile_background_color": "C6E2EE",
"listed_count": 148,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 17347,
"description": "Lifestyle Blogger https://t.co/1WBOJGxbK3 Youtuber https://t.co/73gVDxNo5q World Traveler #BeYourselfie Entertainment Host #Kingmitches",
"friends_count": 560,
"location": "Los Angeles, CA",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/679904110196334594/zyWhUhvw_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/22305914/1451969654",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme2/bg.gif",
"screen_name": "MistyKingma",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1316,
"name": "Misty Kingma",
"notifications": false,
"url": "https://t.co/oabshE2bOT",
"created_at": "Sat Feb 28 23:05:26 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:28:02 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1363299181,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/692016516066254852/nSJT5BFU_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/M83clpcGOg",
"indices": [
0,
23
],
"expanded_url": "http://jaexruth.tumblr.com",
"display_url": "jaexruth.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 204,
"profile_sidebar_border_color": "181A1E",
"id_str": "1363299181",
"profile_background_color": "1A1B1F",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 6599,
"description": "21\u2728| football wife | empath | soul-searcher | Aquarius",
"friends_count": 83,
"location": "\u270b",
"profile_link_color": "9266CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/692016516066254852/nSJT5BFU_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1363299181/1451959338",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "jaexruth",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 5121,
"name": "[jdr]",
"notifications": false,
"url": "https://t.co/M83clpcGOg",
"created_at": "Fri Apr 19 01:12:15 +0000 2013",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:23 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "#kanye GOAT https://t.co/vZ73xxJfFE",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523327542398978,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/George_DRKNGHT/status/692523327542398978/photo/1",
"display_url": "pic.twitter.com/vZ73xxJfFE",
"url": "https://t.co/vZ73xxJfFE",
"media_url_https": "https://pbs.twimg.com/media/CZxWSqCW0AAIPlD.jpg",
"id_str": "692523321230020608",
"sizes": {
"large": {
"h": 720,
"resize": "fit",
"w": 720
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
12,
35
],
"type": "photo",
"id": 692523321230020608,
"media_url": "http://pbs.twimg.com/media/CZxWSqCW0AAIPlD.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523327542398978",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4833895078,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/690356606723293184/vTI0aZXR_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 27,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4833895078",
"profile_background_color": "F5F8FA",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 22,
"description": "",
"friends_count": 106,
"location": "",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://pbs.twimg.com/profile_images/690356606723293184/vTI0aZXR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4833895078/1453428915",
"profile_background_image_url": null,
"screen_name": "George_DRKNGHT",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "George",
"notifications": false,
"url": null,
"created_at": "Fri Jan 22 01:56:31 +0000 2016",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523326783242241,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 175192928,
"indices": [
3,
17
],
"id_str": "175192928",
"screen_name": "devansagliani",
"name": "Devan Sagliani"
}
],
"hashtags": [
{
"indices": [
74,
89
],
"text": "pepperidgefarm"
},
{
"indices": [
90,
99
],
"text": "YeAndWiz"
},
{
"indices": [
100,
106
],
"text": "kanye"
},
{
"indices": [
107,
115
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"source_user_id": 175192928,
"source_status_id_str": "692518507683135488",
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"source_user_id_str": "175192928",
"source_status_id": 692518507683135488,
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
116,
139
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692523326783242241",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692518507683135488,
"favorite_count": 132,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
55,
70
],
"text": "pepperidgefarm"
},
{
"indices": [
71,
80
],
"text": "YeAndWiz"
},
{
"indices": [
81,
87
],
"text": "kanye"
},
{
"indices": [
88,
96
],
"text": "rappers"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/devansagliani/status/692518507683135488/photo/1",
"display_url": "pic.twitter.com/6S02lGTand",
"url": "https://t.co/6S02lGTand",
"media_url_https": "https://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg",
"id_str": "692518506516971520",
"sizes": {
"large": {
"h": 500,
"resize": "fit",
"w": 500
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 500,
"resize": "fit",
"w": 500
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
97,
120
],
"type": "photo",
"id": 692518506516971520,
"media_url": "http://pbs.twimg.com/media/CZxR6Z1UAAA64d9.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 128,
"id_str": "692518507683135488",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175192928,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/tgfMGnC5xU",
"indices": [
0,
22
],
"expanded_url": "http://devansagliani.com",
"display_url": "devansagliani.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 86618,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "175192928",
"profile_background_color": "1A1B1F",
"listed_count": 1144,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 24285,
"description": "Horror author, screenwriter & @TheEscapistMag Columnist. I follow back & RT! #HWA #Zombies #Dogtown",
"friends_count": 86666,
"location": "\u00dcT: 33.987224,-118.466563",
"profile_link_color": "D40C16",
"profile_image_url": "http://pbs.twimg.com/profile_images/681533402374262785/fE4PLkaR_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175192928/1452143428",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/600415424665112576/Ah9vbgNJ.jpg",
"screen_name": "devansagliani",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 5045,
"name": "Devan Sagliani",
"notifications": false,
"url": "http://t.co/tgfMGnC5xU",
"created_at": "Thu Aug 05 23:16:09 +0000 2010",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:24:13 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 483475048,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme14/bg.gif",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/669218196470239234/OcRjaUTx_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/BpuQgOokod",
"indices": [
0,
23
],
"expanded_url": "http://Instagram.com/DishyIndianGuy",
"display_url": "Instagram.com/DishyIndianGuy"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 1073,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "483475048",
"profile_background_color": "131516",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 22279,
"description": "My three loves: @Arsenal, Food & Bulldogs.",
"friends_count": 995,
"location": "Memphis, TN",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/669218196470239234/OcRjaUTx_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/483475048/1453563373",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif",
"screen_name": "DishyIndianGuy",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 16264,
"name": "Abin Mathew",
"notifications": false,
"url": "https://t.co/BpuQgOokod",
"created_at": "Sun Feb 05 02:11:36 +0000 2012",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:43:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523313583788032,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692523313583788032",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 25605323,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/579781502147305473/KyOzD3VA_normal.jpg",
"profile_sidebar_fill_color": "252429",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 706,
"profile_sidebar_border_color": "181A1E",
"id_str": "25605323",
"profile_background_color": "1A1B1F",
"listed_count": 14,
"is_translation_enabled": false,
"utc_offset": -21600,
"statuses_count": 69712,
"description": "brie larson thanked me",
"friends_count": 1340,
"location": "512",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/579781502147305473/KyOzD3VA_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/25605323/1427063265",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "spacecatz",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 103746,
"name": "soph",
"notifications": false,
"url": null,
"created_at": "Sat Mar 21 00:10:35 +0000 2009",
"contributors_enabled": false,
"time_zone": "Central Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:19 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@jdharm playing with #Kanye butthole",
"is_quote_status": false,
"in_reply_to_status_id": 692519121045557248,
"id": 692523307371991040,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 163981466,
"indices": [
0,
7
],
"id_str": "163981466",
"screen_name": "jdharm",
"name": "JD Harmeyer"
}
],
"hashtags": [
{
"indices": [
21,
27
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": "jdharm",
"in_reply_to_user_id": 163981466,
"retweet_count": 0,
"id_str": "692523307371991040",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 551325138,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/654083555425845248/_BBE8OFu_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 304,
"profile_sidebar_border_color": "C0DEED",
"id_str": "551325138",
"profile_background_color": "C0DEED",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 13681,
"description": "Me vs Madonna vs Elvis",
"friends_count": 824,
"location": "okoboji",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/654083555425845248/_BBE8OFu_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/551325138/1440450164",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "ToddTischer",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 634,
"name": "Todd Tischer",
"notifications": false,
"url": null,
"created_at": "Wed Apr 11 19:11:20 +0000 2012",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "163981466",
"lang": "en",
"created_at": "Thu Jan 28 01:43:17 +0000 2016",
"in_reply_to_status_id_str": "692519121045557248",
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @ChrisMarvel: #Kanye is washed. Using another man's child to get album sales is not iconic but idiotic. \n#AmberRose needs to Back to Bac\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523271141642240,
"favorite_count": 0,
"source": "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 27739781,
"indices": [
3,
15
],
"id_str": "27739781",
"screen_name": "ChrisMarvel",
"name": "Chr\u03b9s \u039carv\u03b5l"
}
],
"hashtags": [
{
"indices": [
17,
23
],
"text": "Kanye"
},
{
"indices": [
108,
118
],
"text": "AmberRose"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 11,
"id_str": "692523271141642240",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "#Kanye is washed. Using another man's child to get album sales is not iconic but idiotic. \n#AmberRose needs to Back to Back Kanye now.",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692465666197209093,
"favorite_count": 23,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
0,
6
],
"text": "Kanye"
},
{
"indices": [
91,
101
],
"text": "AmberRose"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 11,
"id_str": "692465666197209093",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 27739781,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
0,
23
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
},
"description": {
"urls": [
{
"url": "https://t.co/dKoY6tezJB",
"indices": [
84,
107
],
"expanded_url": "http://TheLoveLaws.com",
"display_url": "TheLoveLaws.com"
}
]
}
},
"followers_count": 2872,
"profile_sidebar_border_color": "000000",
"id_str": "27739781",
"profile_background_color": "131516",
"listed_count": 24,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 35945,
"description": "Author| Relationship Expert | Speaker | Contributor- XoNecole, Elite Daily, Blavity https://t.co/dKoY6tezJB",
"friends_count": 904,
"location": "USAfricanAmerica",
"profile_link_color": "3B94D9",
"profile_image_url": "http://pbs.twimg.com/profile_images/687123181174259712/fHDl-MT4_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/27739781/1448341334",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/498964141759922176/VDiNIjig.jpeg",
"screen_name": "ChrisMarvel",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2216,
"name": "Chr\u03b9s \u039carv\u03b5l",
"notifications": false,
"url": "https://t.co/dKoY6tezJB",
"created_at": "Mon Mar 30 21:55:53 +0000 2009",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 21:54:14 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 358086270,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme12/bg.gif",
"verified": false,
"profile_text_color": "0C3E53",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/653325495040409604/5rPRrM2a_normal.jpg",
"profile_sidebar_fill_color": "FFF7CC",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 306,
"profile_sidebar_border_color": "F2E195",
"id_str": "358086270",
"profile_background_color": "BADFCD",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 21545,
"description": "For the beauty that remains .... #ProudMama #PartTimeAsshoe",
"friends_count": 491,
"location": "Catch me if you can ....",
"profile_link_color": "FF0000",
"profile_image_url": "http://pbs.twimg.com/profile_images/653325495040409604/5rPRrM2a_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/358086270/1400692156",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme12/bg.gif",
"screen_name": "KeepCalmNLoveIz",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 471,
"name": "Izy\u2764\ufe0f\u2693\ufe0f",
"notifications": false,
"url": null,
"created_at": "Fri Aug 19 10:45:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "Quito",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:08 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "These #Kanye tweets got me \ud83d\ude02\ud83d\ude02\ud83d\ude02",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523270726377473,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
6,
12
],
"text": "Kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523270726377473",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 390262339,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/662632319807787008/BNNNA_hr_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 62,
"profile_sidebar_border_color": "C0DEED",
"id_str": "390262339",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 652,
"description": "",
"friends_count": 157,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/662632319807787008/BNNNA_hr_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/390262339/1406767839",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Harlemzknight",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 626,
"name": "Mr. Santana",
"notifications": false,
"url": null,
"created_at": "Thu Oct 13 18:21:37 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:43:08 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @AwkwardTipOfThe: A wipe less poop is the universes way of saying you did good today #followme #kanye #FaceTimeMeNash #MichaelJackson #W\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523200014635009,
"favorite_count": 0,
"source": "<a href=\"https://www.morandom.com\" rel=\"nofollow\">Boty bot Tweet Bot</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 348055021,
"indices": [
3,
19
],
"id_str": "348055021",
"screen_name": "AwkwardTipOfThe",
"name": "AwkwardTipOfTheDay"
}
],
"hashtags": [
{
"indices": [
88,
97
],
"text": "followme"
},
{
"indices": [
98,
104
],
"text": "kanye"
},
{
"indices": [
105,
120
],
"text": "FaceTimeMeNash"
},
{
"indices": [
121,
136
],
"text": "MichaelJackson"
},
{
"indices": [
137,
140
],
"text": "WORK"
},
{
"indices": [
139,
140
],
"text": "WAVES"
},
{
"indices": [
139,
140
],
"text": "CBB"
},
{
"indices": [
139,
140
],
"text": "truth"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692523200014635009",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "A wipe less poop is the universes way of saying you did good today #followme #kanye #FaceTimeMeNash #MichaelJackson #WORK #WAVES #CBB #truth",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692522629165641729,
"favorite_count": 2,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
67,
76
],
"text": "followme"
},
{
"indices": [
77,
83
],
"text": "kanye"
},
{
"indices": [
84,
99
],
"text": "FaceTimeMeNash"
},
{
"indices": [
100,
115
],
"text": "MichaelJackson"
},
{
"indices": [
116,
121
],
"text": "WORK"
},
{
"indices": [
122,
128
],
"text": "WAVES"
},
{
"indices": [
129,
133
],
"text": "CBB"
},
{
"indices": [
134,
140
],
"text": "truth"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692522629165641729",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 348055021,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/668142371817848832/e6QoanSu_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 95,
"profile_sidebar_border_color": "C0DEED",
"id_str": "348055021",
"profile_background_color": "C0DEED",
"listed_count": 9,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 384,
"description": "I'm just a guy trying to get this dumb out in one place.\nUsing hashtags like sex appeal, frequently and incorrectly.\nHit that follow button, help me out",
"friends_count": 126,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/668142371817848832/e6QoanSu_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/348055021/1447798133",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "AwkwardTipOfThe",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 11,
"name": "AwkwardTipOfTheDay",
"notifications": false,
"url": null,
"created_at": "Wed Aug 03 20:12:29 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:40:35 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": true,
"id": 4731765315,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 29,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4731765315",
"profile_background_color": "F5F8FA",
"listed_count": 12,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 3239,
"description": "",
"friends_count": 0,
"location": "",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": null,
"screen_name": "tweestbot",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3228,
"name": "meme",
"notifications": false,
"url": null,
"created_at": "Thu Jan 07 06:01:10 +0000 2016",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:42:51 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523198596915203,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692523198596915203",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 176850779,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme15/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/443754147230121984/Lct5cqiG_normal.jpeg",
"profile_sidebar_fill_color": "C0DFEC",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Ad3xT9nDyO",
"indices": [
0,
22
],
"expanded_url": "http://www.baeblemusic.com",
"display_url": "baeblemusic.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172,
"profile_sidebar_border_color": "A8C7F7",
"id_str": "176850779",
"profile_background_color": "022330",
"listed_count": 7,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 445,
"description": "Video Producer and Writer for Baeblemusic, Devoted/Slightly Optimistic Cubs Fan, Infrequent Tweeter.",
"friends_count": 145,
"location": "Cobble Hill, Brooklyn",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/443754147230121984/Lct5cqiG_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/176850779/1423336092",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme15/bg.png",
"screen_name": "dwpitz",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 53,
"name": "David Pitz",
"notifications": false,
"url": "http://t.co/Ad3xT9nDyO",
"created_at": "Tue Aug 10 16:19:39 +0000 2010",
"contributors_enabled": false,
"time_zone": "Eastern Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:42:51 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @RachelNStephens: Let's be real, we all know KK stands for Kanye's Kloset (must be spelled w/ a K per Kardashian bearding kontract.) #ka\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523164329496576,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 62632780,
"indices": [
3,
19
],
"id_str": "62632780",
"screen_name": "RachelNStephens",
"name": "Rachel N. Stephens"
}
],
"hashtags": [
{
"indices": [
136,
140
],
"text": "kanye"
},
{
"indices": [
139,
140
],
"text": "wizwearscoolpants"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692523164329496576",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Let's be real, we all know KK stands for Kanye's Kloset (must be spelled w/ a K per Kardashian bearding kontract.) #kanye #wizwearscoolpants",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692522211991764992,
"favorite_count": 1,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
115,
121
],
"text": "kanye"
},
{
"indices": [
122,
140
],
"text": "wizwearscoolpants"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"id_str": "692522211991764992",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 62632780,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/342793690/hillscene.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/583003047049084929/rotesKcH_normal.jpg",
"profile_sidebar_fill_color": "FFFFFF",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Atf9sw1yAk",
"indices": [
0,
22
],
"expanded_url": "http://rachelnstephens.com",
"display_url": "rachelnstephens.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 169,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "62632780",
"profile_background_color": "B2DFDA",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 2200,
"description": "Unapologetic lover of freedom, responsibility, sustainability & truth. 2 Kings 6:15-17",
"friends_count": 47,
"location": "Las Vegas, NV",
"profile_link_color": "93A644",
"profile_image_url": "http://pbs.twimg.com/profile_images/583003047049084929/rotesKcH_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/62632780/1427849326",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/342793690/hillscene.jpg",
"screen_name": "RachelNStephens",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 952,
"name": "Rachel N. Stephens",
"notifications": false,
"url": "http://t.co/Atf9sw1yAk",
"created_at": "Mon Aug 03 21:55:50 +0000 2009",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:38:56 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 4820752781,
"profile_background_image_url_https": null,
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/688679087439777793/7dhLlNWA_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 90,
"profile_sidebar_border_color": "C0DEED",
"id_str": "4820752781",
"profile_background_color": "F5F8FA",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1002,
"description": "",
"friends_count": 248,
"location": "",
"profile_link_color": "2B7BB9",
"profile_image_url": "http://pbs.twimg.com/profile_images/688679087439777793/7dhLlNWA_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/4820752781/1453038731",
"profile_background_image_url": null,
"screen_name": "ClubCranium",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2372,
"name": "Alex Trivunovic",
"notifications": false,
"url": null,
"created_at": "Sun Jan 17 11:00:42 +0000 2016",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:42:43 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Currently #kanye #wizzkhalifa https://t.co/8MdB7vPs77",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523112936689664,
"favorite_count": 2,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
10,
16
],
"text": "kanye"
},
{
"indices": [
17,
29
],
"text": "wizzkhalifa"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/brennarose0/status/692523112936689664/photo/1",
"display_url": "pic.twitter.com/8MdB7vPs77",
"url": "https://t.co/8MdB7vPs77",
"media_url_https": "https://pbs.twimg.com/media/CZxWGQmWYAEh54Y.jpg",
"id_str": "692523108243234817",
"sizes": {
"large": {
"h": 381,
"resize": "fit",
"w": 599
},
"small": {
"h": 216,
"resize": "fit",
"w": 340
},
"medium": {
"h": 381,
"resize": "fit",
"w": 599
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
30,
53
],
"type": "photo",
"id": 692523108243234817,
"media_url": "http://pbs.twimg.com/media/CZxWGQmWYAEh54Y.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523112936689664",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 563978443,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/459878113896181761/s4h7oUnj.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/689974391048933376/kFo4iQqa_normal.jpg",
"profile_sidebar_fill_color": "F6F6F6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/gmLcMavS5m",
"indices": [
0,
23
],
"expanded_url": "http://brenna-rose-photography.webflow.io",
"display_url": "brenna-rose-photography.webflow.io"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 251,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "563978443",
"profile_background_color": "0A0309",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 3947,
"description": "Don't let schooling interfere with your education. - Mark Twain",
"friends_count": 265,
"location": "kittery point, ME",
"profile_link_color": "09B8F2",
"profile_image_url": "http://pbs.twimg.com/profile_images/689974391048933376/kFo4iQqa_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/563978443/1453845012",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/459878113896181761/s4h7oUnj.jpeg",
"screen_name": "brennarose0",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 12061,
"name": "brenna",
"notifications": false,
"url": "https://t.co/gmLcMavS5m",
"created_at": "Thu Apr 26 19:29:37 +0000 2012",
"contributors_enabled": false,
"time_zone": "Atlantic Time (Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:42:31 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Check out #Funko POP Shrek Fairytales Universal CartoonAnimation https://t.co/eUZ4rTxdn9 #arrow #theflash #batmanvssuperman #kanye #hear me",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523109803528193,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
10,
16
],
"text": "Funko"
},
{
"indices": [
90,
96
],
"text": "arrow"
},
{
"indices": [
97,
106
],
"text": "theflash"
},
{
"indices": [
107,
124
],
"text": "batmanvssuperman"
},
{
"indices": [
125,
131
],
"text": "kanye"
},
{
"indices": [
132,
137
],
"text": "hear"
}
],
"urls": [
{
"url": "https://t.co/eUZ4rTxdn9",
"indices": [
66,
89
],
"expanded_url": "http://www.ebay.com/itm/-/131711613092?roken=cUgayN&soutkn=XfUeAC",
"display_url": "ebay.com/itm/-/13171161\u2026"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "692523109803528193",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 382260612,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/611999670059950080/NKCEArVL_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 403,
"profile_sidebar_border_color": "C0DEED",
"id_str": "382260612",
"profile_background_color": "C0DEED",
"listed_count": 19,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 53944,
"description": "My name is Brent. I work with children that have autism but also enjoy promoting music on my free time. If you are an artist needing promoting contact me",
"friends_count": 209,
"location": "Covina, Ca",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/611999670059950080/NKCEArVL_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/382260612/1434747111",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "HeyYoItsBrent",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 2057,
"name": "Brent Castro",
"notifications": false,
"url": null,
"created_at": "Thu Sep 29 19:21:01 +0000 2011",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:42:30 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523085602365440,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 383665643,
"indices": [
3,
11
],
"id_str": "383665643",
"screen_name": "UKGrime",
"name": "UKGrime"
},
{
"id": 150041565,
"indices": [
71,
83
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
31,
37
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"source_user_id": 383665643,
"source_status_id_str": "692488670545338368",
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"source_user_id_str": "383665643",
"source_status_id": 692488670545338368,
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
84,
107
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692523085602365440",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692488670545338368,
"favorite_count": 303,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 150041565,
"indices": [
58,
70
],
"id_str": "150041565",
"screen_name": "Urbanimated",
"name": "J. King"
}
],
"hashtags": [
{
"indices": [
18,
24
],
"text": "kanye"
}
],
"urls": [],
"media": [
{
"expanded_url": "http://twitter.com/UKGrime/status/692488670545338368/photo/1",
"display_url": "pic.twitter.com/1Fjj5q2GJU",
"url": "https://t.co/1Fjj5q2GJU",
"media_url_https": "https://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg",
"id_str": "692488655965917184",
"sizes": {
"large": {
"h": 1000,
"resize": "fit",
"w": 1000
},
"small": {
"h": 340,
"resize": "fit",
"w": 340
},
"medium": {
"h": 600,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
71,
94
],
"type": "photo",
"id": 692488655965917184,
"media_url": "http://pbs.twimg.com/media/CZw2w33WEAAWsL3.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 642,
"id_str": "692488670545338368",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 383665643,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"profile_sidebar_fill_color": "DDFFCC",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/MkdiWXF7dG",
"indices": [
0,
23
],
"expanded_url": "http://UKGrime.com",
"display_url": "UKGrime.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 23929,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "383665643",
"profile_background_color": "000000",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": 0,
"statuses_count": 17329,
"description": "All enquiries - Contact@UKGrime.com or Message us on Whatsapp - 07341924404 #UKGrimeCypher | We Promote UK Grime Music Worldwide @UKGrimeAus",
"friends_count": 3102,
"location": "United Kingdom",
"profile_link_color": "ABB8C2",
"profile_image_url": "http://pbs.twimg.com/profile_images/691297221686530049/zMbryUcA_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/383665643/1453583332",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/570424007292231680/-EWI3ykO.jpeg",
"screen_name": "UKGrime",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 32841,
"name": "UKGrime",
"notifications": false,
"url": "https://t.co/MkdiWXF7dG",
"created_at": "Sun Oct 02 08:50:34 +0000 2011",
"contributors_enabled": false,
"time_zone": "London",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 23:25:39 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": true,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 601310117,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/869409033/6a64ddf9b509fe0d42831dc1bd6b5771.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/639677039251886080/qG39ceU2_normal.jpg",
"profile_sidebar_fill_color": "A0C5C7",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 751,
"profile_sidebar_border_color": "000000",
"id_str": "601310117",
"profile_background_color": "131516",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 63566,
"description": "",
"friends_count": 340,
"location": " gwinnett.",
"profile_link_color": "730099",
"profile_image_url": "http://pbs.twimg.com/profile_images/639677039251886080/qG39ceU2_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/601310117/1453859395",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/869409033/6a64ddf9b509fe0d42831dc1bd6b5771.jpeg",
"screen_name": "Tayl0rM00re",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 24613,
"name": "tay",
"notifications": false,
"url": null,
"created_at": "Wed Jun 06 21:34:34 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:42:24 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @nihilist_arbys: Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unf\u2026",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523078681784321,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2983295300,
"indices": [
3,
18
],
"id_str": "2983295300",
"screen_name": "nihilist_arbys",
"name": "Nihilist Arby's"
}
],
"hashtags": [
{
"indices": [
23,
29
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692523078681784321",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Yo #kanye! Arbys has beef too! The beef of millions of cow carcasses that will, like you, be forgotten in a godless unfeeling void\nEat arbys",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692449566482915328,
"favorite_count": 3362,
"source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
3,
9
],
"text": "kanye"
}
],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 2386,
"id_str": "692449566482915328",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 2983295300,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"profile_text_color": "000000",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"profile_sidebar_fill_color": "000000",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Vv2y8l6sOv",
"indices": [
0,
22
],
"expanded_url": "http://arbys.com",
"display_url": "arbys.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 172669,
"profile_sidebar_border_color": "000000",
"id_str": "2983295300",
"profile_background_color": "000000",
"listed_count": 925,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 478,
"description": "Officially, I have nothing to do with arby's. Unofficially, everything is nothing. nihilistarbys@gmail.com",
"friends_count": 0,
"location": "arby's",
"profile_link_color": "DD2E44",
"profile_image_url": "http://pbs.twimg.com/profile_images/555493486997151744/2UdQtjdE_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2983295300/1421278215",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nihilist_arbys",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "Nihilist Arby's",
"notifications": false,
"url": "http://t.co/Vv2y8l6sOv",
"created_at": "Wed Jan 14 22:33:08 +0000 2015",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Wed Jan 27 20:50:16 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 498177973,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/609037479/a603lkrbqkno2km9kjeu.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/666871727050375168/PFZS0oXR_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 232,
"profile_sidebar_border_color": "000000",
"id_str": "498177973",
"profile_background_color": "B2DFDA",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 5443,
"description": "One word sentences. Describing me. And every other basic girl.",
"friends_count": 354,
"location": "",
"profile_link_color": "93A644",
"profile_image_url": "http://pbs.twimg.com/profile_images/666871727050375168/PFZS0oXR_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/498177973/1447829750",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/609037479/a603lkrbqkno2km9kjeu.jpeg",
"screen_name": "ItsCateTheGreat",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 3623,
"name": "Cate Heady",
"notifications": false,
"url": null,
"created_at": "Mon Feb 20 19:32:20 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "en",
"created_at": "Thu Jan 28 01:42:23 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @tariqnasheed: How many of you woke up to the #Kanye and #Wiz beef like this today? #lol https://t.co/uesem2Azta",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692523077725483010,
"favorite_count": 0,
"source": "<a href=\"http://www.twitter.com\" rel=\"nofollow\">Twitter for BlackBerry</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 16948493,
"indices": [
3,
16
],
"id_str": "16948493",
"screen_name": "tariqnasheed",
"name": "Tariq Nasheed"
}
],
"hashtags": [
{
"indices": [
49,
55
],
"text": "Kanye"
},
{
"indices": [
60,
64
],
"text": "Wiz"
},
{
"indices": [
87,
91
],
"text": "lol"
}
],
"urls": [
{
"url": "https://t.co/uesem2Azta",
"indices": [
92,
115
],
"expanded_url": "https://www.instagram.com/p/BBDzB2HTXGf/",
"display_url": "instagram.com/p/BBDzB2HTXGf/"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 7,
"id_str": "692523077725483010",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "How many of you woke up to the #Kanye and #Wiz beef like this today? #lol https://t.co/uesem2Azta",
"is_quote_status": false,
"in_reply_to_status_id": null,
"id": 692474994811637764,
"favorite_count": 14,
"source": "<a href=\"http://instagram.com\" rel=\"nofollow\">Instagram</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
31,
37
],
"text": "Kanye"
},
{
"indices": [
42,
46
],
"text": "Wiz"
},
{
"indices": [
69,
73
],
"text": "lol"
}
],
"urls": [
{
"url": "https://t.co/uesem2Azta",
"indices": [
74,
97
],
"expanded_url": "https://www.instagram.com/p/BBDzB2HTXGf/",
"display_url": "instagram.com/p/BBDzB2HTXGf/"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 7,
"id_str": "692474994811637764",
"favorited": false,
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 16948493,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/767625377/d5ee8742c20262a12b962d24ebbe5f4c.jpeg",
"verified": false,
"profile_text_color": "666666",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/581620123460501504/xH1vI7rx_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "https://t.co/9AmHOdXulT",
"indices": [
0,
23
],
"expanded_url": "http://www.tariqradio.com",
"display_url": "tariqradio.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 129024,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "16948493",
"profile_background_color": "131516",
"listed_count": 458,
"is_translation_enabled": false,
"utc_offset": -28800,
"statuses_count": 31341,
"description": "#MelanoidEmpowerment -- TV Personality/Radio Host/Director/Producer/Lecturer- kingflexfilms@yahoo.com",
"friends_count": 340,
"location": "Los Angeles",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/581620123460501504/xH1vI7rx_normal.jpg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/16948493/1438371718",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/767625377/d5ee8742c20262a12b962d24ebbe5f4c.jpeg",
"screen_name": "tariqnasheed",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 55,
"name": "Tariq Nasheed",
"notifications": false,
"url": "https://t.co/9AmHOdXulT",
"created_at": "Fri Oct 24 12:49:50 +0000 2008",
"contributors_enabled": false,
"time_zone": "Pacific Time (US & Canada)",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Wed Jan 27 22:31:18 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"has_extended_profile": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 140015808,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/211294559/blackboy.jpg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/3421206331/f2e3ecfad531db6b9e146d04603a4ee3_normal.jpeg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/0ec7wl6CxG",
"indices": [
0,
22
],
"expanded_url": "http://blarkentertainment.blogspot.com",
"display_url": "blarkentertainment.blogspot.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 689,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "140015808",
"profile_background_color": "131516",
"listed_count": 12,
"is_translation_enabled": false,
"utc_offset": -10800,
"statuses_count": 27946,
"description": "I am a webblogger,Artiste/An Architect worked at Allnite Ent LTD.",
"friends_count": 486,
"location": "street",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/3421206331/f2e3ecfad531db6b9e146d04603a4ee3_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/211294559/blackboy.jpg",
"screen_name": "Blarkboy1",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 66,
"name": "Kilofe Blarkboy",
"notifications": false,
"url": "http://t.co/0ec7wl6CxG",
"created_at": "Tue May 04 09:38:58 +0000 2010",
"contributors_enabled": false,
"time_zone": "Greenland",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "en",
"created_at": "Thu Jan 28 01:42:22 +0000 2016",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
}
]
In [27]:
import time
status_texts = [ status['text']
for status in statuses ]
screen_names = [ user_mention['screen_name']
for status in statuses
for user_mention in status['entities']['user_mentions'] ]
hashtags = [ hashtag['text']
for status in statuses
for hashtag in status['entities']['hashtags'] ]
# Compute a collection of all words from all tweets
words = [ w
for t in status_texts
for w in t.split() ]
# Explore the first 5 items for each...
print json.dumps(status_texts[0:5], indent=1)
print json.dumps(screen_names[0:5], indent=1)
print json.dumps(hashtags[0:5], indent=1)
print json.dumps(words[0:5], indent=1)
[
"RT @UKGrime: Some of yall love #kanye so much you won't retweet this \ud83d\ude02 @Urbanimated https://t.co/1Fjj5q2GJU",
"#ShawnWorldTour #FaceTimeMeNash #kanye https://t.co/lGsKcr8ZoD \ud83d\udcaf\ud83d\udcaf\ud83d\udd25\ud83d\udd25 Check her channel and subscribe for ur One Art work dm me proof\ud83d\ude18 \u00d7\n\ud83c\udf38\ud83c\udf38\ud83c\udf38\ud83c\udf38",
"@_trishtheish #Worldstar video: Neither #Kanye nor #wizzkhalifa can rap like this!! https://t.co/jFwCDDS4R5",
"Nobody write #kk or else #kanye will slaughter u all. As you know, his wife is off limits even though there's video proof she's a porn star",
"RT @devansagliani: As Drake said, trigger fingers turn to Twitter fingers #pepperidgefarm #YeAndWiz #kanye #rappers https://t.co/6S02lGTand"
]
[
"UKGrime",
"Urbanimated",
"_trishtheish",
"devansagliani",
"devansagliani"
]
[
"kanye",
"ShawnWorldTour",
"FaceTimeMeNash",
"kanye",
"Worldstar"
]
[
"RT",
"@UKGrime:",
"Some",
"of",
"yall"
]
In [28]:
from collections import Counter
for item in [words, screen_names, hashtags]:
c = Counter(item)
print c.most_common()[:10] # top 10
print
[(u'#kanye', 137), (u'RT', 125), (u'fingers', 88), (u'of', 73), (u'to', 59), (u'Twitter', 50), (u'#Kanye', 46), (u'As', 46), (u'Drake', 45), (u'you', 45)]
[(u'devansagliani', 44), (u'UKGrime', 33), (u'Urbanimated', 31), (u'nihilist_arbys', 15), (u'DaRealAmberRose', 10), (u'kanyewest', 6), (u'wizkhalifa', 5), (u'djvice', 3), (u'ShiraKarsen', 2), (u'billboard', 2)]
[(u'kanye', 153), (u'Kanye', 47), (u'pepperidgefarm', 44), (u'YeAndWiz', 44), (u'rappers', 44), (u'AmberRose', 13), (u'wizzkhalifa', 11), (u'FaceTimeMeNash', 10), (u'ShawnWorldTour', 10), (u'WizKhalifa', 8)]
In [29]:
from prettytable import PrettyTable
for label, data in (('Word', words),
('Screen Name', screen_names),
('Hashtag', hashtags)):
pt = PrettyTable(field_names=[label, 'Count'])
c = Counter(data)
[ pt.add_row(kv) for kv in c.most_common()[:10] ]
pt.align[label], pt.align['Count'] = 'l', 'r' # Set column alignment
print pt
+---------+-------+
| Word | Count |
+---------+-------+
| #kanye | 137 |
| RT | 125 |
| fingers | 88 |
| of | 73 |
| to | 59 |
| Twitter | 50 |
| #Kanye | 46 |
| As | 46 |
| Drake | 45 |
| you | 45 |
+---------+-------+
+-----------------+-------+
| Screen Name | Count |
+-----------------+-------+
| devansagliani | 44 |
| UKGrime | 33 |
| Urbanimated | 31 |
| nihilist_arbys | 15 |
| DaRealAmberRose | 10 |
| kanyewest | 6 |
| wizkhalifa | 5 |
| djvice | 3 |
| ShiraKarsen | 2 |
| billboard | 2 |
+-----------------+-------+
+----------------+-------+
| Hashtag | Count |
+----------------+-------+
| kanye | 153 |
| Kanye | 47 |
| pepperidgefarm | 44 |
| YeAndWiz | 44 |
| rappers | 44 |
| AmberRose | 13 |
| wizzkhalifa | 11 |
| FaceTimeMeNash | 10 |
| ShawnWorldTour | 10 |
| WizKhalifa | 8 |
+----------------+-------+
In [30]:
# A function for computing lexical diversity
def lexical_diversity(tokens):
return 1.0*len(set(tokens))/len(tokens)
# A function for computing the average number of words per tweet
def average_words(statuses):
total_words = sum([ len(s.split()) for s in statuses ])
return 1.0*total_words/len(statuses)
print lexical_diversity(words)
print lexical_diversity(screen_names)
print lexical_diversity(hashtags)
print average_words(status_texts)
0.251691911054
0.228723404255
0.228360957643
15.515
In [31]:
retweets = [
# Store out a tuple of these three values ...
(status['retweet_count'],
status['retweeted_status']['user']['screen_name'],
status['text'])
# ... for each status ...
for status in statuses
# ... so long as the status meets this condition.
if status.has_key('retweeted_status')
]
# Slice off the first 5 from the sorted results and display each item in the tuple
pt = PrettyTable(field_names=['Count', 'Screen Name', 'Text'])
[ pt.add_row(row) for row in sorted(retweets, reverse=True)[:5] ]
pt.max_width['Text'] = 50
pt.align= 'l'
print pt
+-------+----------------+----------------------------------------------------+
| Count | Screen Name | Text |
+-------+----------------+----------------------------------------------------+
| 2353 | nihilist_arbys | RT @nihilist_arbys: Yo #kanye! Arbys has beef too! |
| | | The beef of millions of cow carcasses that will, |
| | | like you, be forgotten in a godless unf… |
| 2353 | nihilist_arbys | RT @nihilist_arbys: Yo #kanye! Arbys has beef too! |
| | | The beef of millions of cow carcasses that will, |
| | | like you, be forgotten in a godless unf… |
| 2353 | nihilist_arbys | RT @nihilist_arbys: Yo #kanye! Arbys has beef too! |
| | | The beef of millions of cow carcasses that will, |
| | | like you, be forgotten in a godless unf… |
| 2353 | nihilist_arbys | RT @nihilist_arbys: Yo #kanye! Arbys has beef too! |
| | | The beef of millions of cow carcasses that will, |
| | | like you, be forgotten in a godless unf… |
| 2353 | nihilist_arbys | RT @nihilist_arbys: Yo #kanye! Arbys has beef too! |
| | | The beef of millions of cow carcasses that will, |
| | | like you, be forgotten in a godless unf… |
+-------+----------------+----------------------------------------------------+
In [32]:
import matplotlib
import matplotlib.pyplot as plt
%matplotlib inline
word_counts = sorted(Counter(words).values(), reverse=True)
plt.loglog(word_counts)
plt.ylabel("Freq")
plt.xlabel("Word Rank")
Out[32]:
<matplotlib.text.Text at 0x49aaeb8>
In [33]:
# Using underscores while unpacking values in
# a tuple is idiomatic for discarding them
counts = [count for count, _, _ in retweets]
plt.hist(counts)
plt.title("Retweets")
plt.xlabel('Bins (number of times retweeted)')
plt.ylabel('Number of tweets in bin')
print counts
[609, 51, 51, 73, 609, 23, 2353, 414, 42, 2353, 51, 4, 609, 2, 609, 609, 51, 609, 51, 51, 51, 51, 51, 73, 609, 51, 2353, 51, 51, 51, 175, 2, 609, 2, 51, 609, 609, 4, 51, 73, 51, 39, 609, 51, 414, 2353, 2353, 51, 609, 51, 609, 51, 1159, 609, 609, 609, 4, 550, 51, 51, 609, 51, 2353, 609, 2353, 51, 51, 609, 13, 164, 609, 51, 609, 2353, 51, 51, 51, 51, 609, 609, 80, 609, 51, 51, 609, 23, 1, 2353, 44, 1, 1, 51, 51, 609, 51, 51, 51, 2353, 2353, 73, 2, 52, 51, 51, 51, 6, 609, 51, 2, 2353, 51, 609, 609, 51, 1, 2353, 609, 2353, 51, 2353, 5, 76, 609, 2, 73]
In [ ]:
In [ ]:
Content source: tmm/DS501
Similar notebooks: