Skip to content
Snippets Groups Projects
Commit 6e9dcf56 authored by Jess Ward's avatar Jess Ward
Browse files

Analyzing twitter API data

assign sentiment to words used in tweets
track frequency of hashtags and determine top ten used
determine happiest state by tweet sentiment and location tag
parents
Branches master
No related tags found
No related merge requests found
Pipeline #11 skipped
from __future__ import division
import sys
import json
def frequency(tweet_file):
word_counts = {}
word_total = 0
for line in tweet_file:
tweet = json.loads(line)
try:
tweet_words = tweet['text'].split()
except KeyError:
#A line without text attribute is not a tweet- skip it
continue
for word in tweet_words:
word_total += 1
if word not in word_counts:
word_counts[word] = 1
else:
word_counts[word] += 1
for word in word_counts:
frequency = word_counts[word] / word_total
try:
print("{word} {freq:10.9f}".format(word=word, freq=frequency))
except UnicodeEncodeError:
continue
if __name__ == '__main__':
frequency(open(sys.argv[1]))
from __future__ import division
import sys
import json
states = {
'AK': 'Alaska',
'AL': 'Alabama',
'AR': 'Arkansas',
'AS': 'American Samoa',
'AZ': 'Arizona',
'CA': 'California',
'CO': 'Colorado',
'CT': 'Connecticut',
'DC': 'District of Columbia',
'DE': 'Delaware',
'FL': 'Florida',
'GA': 'Georgia',
'GU': 'Guam',
'HI': 'Hawaii',
'IA': 'Iowa',
'ID': 'Idaho',
'IL': 'Illinois',
'IN': 'Indiana',
'KS': 'Kansas',
'KY': 'Kentucky',
'LA': 'Louisiana',
'MA': 'Massachusetts',
'MD': 'Maryland',
'ME': 'Maine',
'MI': 'Michigan',
'MN': 'Minnesota',
'MO': 'Missouri',
'MP': 'Northern Mariana Islands',
'MS': 'Mississippi',
'MT': 'Montana',
'NA': 'National',
'NC': 'North Carolina',
'ND': 'North Dakota',
'NE': 'Nebraska',
'NH': 'New Hampshire',
'NJ': 'New Jersey',
'NM': 'New Mexico',
'NV': 'Nevada',
'NY': 'New York',
'OH': 'Ohio',
'OK': 'Oklahoma',
'OR': 'Oregon',
'PA': 'Pennsylvania',
'PR': 'Puerto Rico',
'RI': 'Rhode Island',
'SC': 'South Carolina',
'SD': 'South Dakota',
'TN': 'Tennessee',
'TX': 'Texas',
'UT': 'Utah',
'VA': 'Virginia',
'VI': 'Virgin Islands',
'VT': 'Vermont',
'WA': 'Washington',
'WI': 'Wisconsin',
'WV': 'West Virginia',
'WY': 'Wyoming'
}
def parse_AFINN(afinnfile):
scores = {}
for line in afinnfile:
term, score = line.split("\t")
scores[term] = int(score)
return scores
def lookup_state(location_text):
if location_text:
for state in states:
if state.lower() in location_text.lower():
return state
def score_tweet(tweet_text, scores):
tweet_words = tweet_text.split()
tweet_total = 0
for word in tweet_words:
try:
tweet_total += scores[word]
except KeyError:
pass
return tweet_total
def main():
sent_file = open(sys.argv[1])
tweet_file = open(sys.argv[2])
scores = parse_AFINN(sent_file)
state_scores = {}
for line in tweet_file:
tweet = json.loads(line)
try:
tweet_location = tweet['user']['location']
except KeyError:
# Ignore line with no location or no user
continue
state = lookup_state(tweet_location)
if not state:
continue
try:
tweet_text = tweet['text']
except KeyError:
# Ignore any lines with no tweet text
continue
tweet_score = score_tweet(tweet_text, scores)
# Increment sentiment sum and tweet count for this state
if state not in state_scores:
state_scores[state] = {'sum': 0, 'count': 0}
state_scores[state]['sum'] += tweet_score
state_scores[state]['count'] += 1
for state in state_scores:
# Replace sum and count dicts with averages
s = state_scores[state]
avg_score = s['sum'] / s['count']
state_scores[state] = avg_score
print(max(state_scores, key=lambda key: state_scores[key]))
if __name__ == '__main__':
main()
{"created_at":"Fri Oct 30 15:33:50 +0000 2015","id":660117414508523523,"id_str":"660117414508523523","text":"Blue collar hero: @paul_hudson_dt drives the Ford that beat Ferrari https:\/\/t.co\/dupYngIppj https:\/\/t.co\/5ygo6SZahd","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":327358233,"id_str":"327358233","name":"Telegraph Cars","screen_name":"TeleCars","location":"London, UK","url":"http:\/\/www.telegraph.co.uk\/motoring\/","description":"News, reviews, advice and comment from The Telegraph's Cars team","protected":false,"verified":false,"followers_count":4401,"friends_count":395,"listed_count":81,"favourites_count":27,"statuses_count":5502,"created_at":"Fri Jul 01 12:45:39 +0000 2011","utc_offset":0,"time_zone":"Casablanca","geo_enabled":true,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/281518576\/Lifestyle_twitter_2_.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/281518576\/Lifestyle_twitter_2_.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/516330616779198464\/_a2HkbMz_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/516330616779198464\/_a2HkbMz_normal.jpeg","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[{"url":"https:\/\/t.co\/dupYngIppj","expanded_url":"http:\/\/bit.ly\/1MZzDzx","display_url":"bit.ly\/1MZzDzx","indices":[69,92]}],"user_mentions":[{"screen_name":"paul_hudson_dt","name":"Paul Hudson","id":327461676,"id_str":"327461676","indices":[18,33]}],"symbols":[],"media":[{"id":660117391909773313,"id_str":"660117391909773313","indices":[93,116],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk1RT7W4AE93b7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk1RT7W4AE93b7.jpg","url":"https:\/\/t.co\/5ygo6SZahd","display_url":"pic.twitter.com\/5ygo6SZahd","expanded_url":"http:\/\/twitter.com\/TeleCars\/status\/660117414508523523\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":374,"resize":"fit"},"large":{"w":857,"h":536,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":212,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":660117391909773313,"id_str":"660117391909773313","indices":[93,116],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk1RT7W4AE93b7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk1RT7W4AE93b7.jpg","url":"https:\/\/t.co\/5ygo6SZahd","display_url":"pic.twitter.com\/5ygo6SZahd","expanded_url":"http:\/\/twitter.com\/TeleCars\/status\/660117414508523523\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":374,"resize":"fit"},"large":{"w":857,"h":536,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":212,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"en","timestamp_ms":"1446219230664"}
{"delete":{"status":{"id":660112301630984192,"id_str":"660112301630984192","user_id":2269071391,"user_id_str":"2269071391"},"timestamp_ms":"1446219231376"}}
{"delete":{"status":{"id":660116479153717248,"id_str":"660116479153717248","user_id":3108613491,"user_id_str":"3108613491"},"timestamp_ms":"1446219231491"}}
{"delete":{"status":{"id":660112809137696768,"id_str":"660112809137696768","user_id":2875123447,"user_id_str":"2875123447"},"timestamp_ms":"1446219231694"}}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418702934016,"id_str":"660117418702934016","text":"RT @Pibestweets: Mira ara\u00f1a del orto, yo soy grande y vos chiquita! Asique no te tengo miedLA CONCHA DE LA LORA SE MOVIO SE MOVIO!","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3766660701,"id_str":"3766660701","name":"Almy Bieber \u270c","screen_name":"Bienniaber_Almy","location":null,"url":null,"description":"P.D.C de Sebas Villalobos\nBelieber \u2764JB\u2764\nSerranista JS\nRap","protected":false,"verified":false,"followers_count":45,"friends_count":92,"listed_count":0,"favourites_count":22,"statuses_count":127,"created_at":"Fri Sep 25 03:04:53 +0000 2015","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/649657276639350784\/RUsOErHj_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/649657276639350784\/RUsOErHj_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3766660701\/1445982816","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 02:55:17 +0000 2015","id":659926519276552192,"id_str":"659926519276552192","text":"Mira ara\u00f1a del orto, yo soy grande y vos chiquita! Asique no te tengo miedLA CONCHA DE LA LORA SE MOVIO SE MOVIO!","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1740838248,"id_str":"1740838248","name":"Pibes Tweets \u2122","screen_name":"Pibestweets","location":"Argentina-Seguime \u2195","url":"https:\/\/www.facebook.com\/FrankoGiimenez","description":"Te decimos la posta si no te sent\u00eds identificado con alguno de nuestros tuits probablemente no seas humano \u2020 SEGUIME ami Cuenta Oficial \u2665 : \u2654 @FrancoGimenezTW \u2654","protected":false,"verified":false,"followers_count":326010,"friends_count":232956,"listed_count":157,"favourites_count":47,"statuses_count":24419,"created_at":"Sat Sep 07 05:04:17 +0000 2013","utc_offset":-10800,"time_zone":"Buenos Aires","geo_enabled":false,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000120161621\/480b4955e531e9d35c49b5c23faa5582.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000120161621\/480b4955e531e9d35c49b5c23faa5582.jpeg","profile_background_tile":true,"profile_link_color":"009999","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/613141658134290432\/Xsfru-g7_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/613141658134290432\/Xsfru-g7_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1740838248\/1419826973","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":170,"favorite_count":130,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"es"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Pibestweets","name":"Pibes Tweets \u2122","id":1740838248,"id_str":"1740838248","indices":[3,15]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"es","timestamp_ms":"1446219231664"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418707181569,"id_str":"660117418707181569","text":"RT @Ashton5SOS: Kisses XXX https:\/\/t.co\/yhNEJPtNz8","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1455891559,"id_str":"1455891559","name":"sp00ky fangirl kay","screen_name":"cth_gaysos","location":"2 million Fandoms ","url":"https:\/\/twitter.com\/jacksxdirection\/status\/643225869029363712","description":"I am a piece of tape \/\/ #gaysos \/\/ @lukexhemo is my best friend and ilhsm fight me for her \u2764\ufe0f","protected":false,"verified":false,"followers_count":2003,"friends_count":1647,"listed_count":3,"favourites_count":32900,"statuses_count":36384,"created_at":"Sat May 25 03:11:49 +0000 2013","utc_offset":-10800,"time_zone":"Atlantic Time (Canada)","geo_enabled":true,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/658745776781307904\/dKHHbgwC_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/658745776781307904\/dKHHbgwC_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1455891559\/1442462807","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:03:14 +0000 2015","id":660109715062562816,"id_str":"660109715062562816","text":"Kisses XXX https:\/\/t.co\/yhNEJPtNz8","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":439125710,"id_str":"439125710","name":"Ashton Axxe","screen_name":"Ashton5SOS","location":"Band on the run! ","url":"http:\/\/www.hiorheyrecords.com","description":"- I am here to rock & Ill die doing so - Lead drummer in the band extraordinaire 5 seconds of Sexx \/\/ @5SOS & @HiOrHeyRecords \/\/","protected":false,"verified":true,"followers_count":4406680,"friends_count":9452,"listed_count":33874,"favourites_count":1126,"statuses_count":8509,"created_at":"Sat Dec 17 11:46:12 +0000 2011","utc_offset":0,"time_zone":"London","geo_enabled":false,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F5F8FA","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/741005580\/042559392d591fd05e96ef78629eaa17.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/741005580\/042559392d591fd05e96ef78629eaa17.jpeg","profile_background_tile":true,"profile_link_color":"0B557A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660100656410308608\/iO2KRTlf_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660100656410308608\/iO2KRTlf_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/439125710\/1446215235","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":16930,"favorite_count":23939,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[],"media":[{"id":660109704929157120,"id_str":"660109704929157120","indices":[11,34],"media_url":"http:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","url":"https:\/\/t.co\/yhNEJPtNz8","display_url":"pic.twitter.com\/yhNEJPtNz8","expanded_url":"http:\/\/twitter.com\/Ashton5SOS\/status\/660109715062562816\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"},"medium":{"w":599,"h":900,"resize":"fit"},"large":{"w":599,"h":900,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":660109704929157120,"id_str":"660109704929157120","indices":[11,34],"media_url":"http:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","url":"https:\/\/t.co\/yhNEJPtNz8","display_url":"pic.twitter.com\/yhNEJPtNz8","expanded_url":"http:\/\/twitter.com\/Ashton5SOS\/status\/660109715062562816\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"},"medium":{"w":599,"h":900,"resize":"fit"},"large":{"w":599,"h":900,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"en"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Ashton5SOS","name":"Ashton Axxe","id":439125710,"id_str":"439125710","indices":[3,14]}],"symbols":[],"media":[{"id":660109704929157120,"id_str":"660109704929157120","indices":[27,50],"media_url":"http:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","url":"https:\/\/t.co\/yhNEJPtNz8","display_url":"pic.twitter.com\/yhNEJPtNz8","expanded_url":"http:\/\/twitter.com\/Ashton5SOS\/status\/660109715062562816\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"},"medium":{"w":599,"h":900,"resize":"fit"},"large":{"w":599,"h":900,"resize":"fit"}},"source_status_id":660109715062562816,"source_status_id_str":"660109715062562816","source_user_id":439125710,"source_user_id_str":"439125710"}]},"extended_entities":{"media":[{"id":660109704929157120,"id_str":"660109704929157120","indices":[27,50],"media_url":"http:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSkuR3sXIAATjUO.jpg","url":"https:\/\/t.co\/yhNEJPtNz8","display_url":"pic.twitter.com\/yhNEJPtNz8","expanded_url":"http:\/\/twitter.com\/Ashton5SOS\/status\/660109715062562816\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":510,"resize":"fit"},"medium":{"w":599,"h":900,"resize":"fit"},"large":{"w":599,"h":900,"resize":"fit"}},"source_status_id":660109715062562816,"source_status_id_str":"660109715062562816","source_user_id":439125710,"source_user_id_str":"439125710"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"en","timestamp_ms":"1446219231665"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418694586368,"id_str":"660117418694586368","text":"RT @chooselaurenbr: O \"Reflection\" foi #1 em mais de 30 pa\u00edses, vendeu mais de 3M singles etc.. Imaginem o 5H2 ? #5H2IsComing","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3067824921,"id_str":"3067824921","name":"viky","screen_name":"crazyforlauren2","location":null,"url":null,"description":null,"protected":false,"verified":false,"followers_count":143,"friends_count":875,"listed_count":1,"favourites_count":62,"statuses_count":10062,"created_at":"Tue Mar 03 14:05:02 +0000 2015","utc_offset":7200,"time_zone":"Bucharest","geo_enabled":false,"lang":"ro","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/600661132206944256\/8sDA3yKC_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/600661132206944256\/8sDA3yKC_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3067824921\/1425392500","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:31:40 +0000 2015","id":660116870620663809,"id_str":"660116870620663809","text":"O \"Reflection\" foi #1 em mais de 30 pa\u00edses, vendeu mais de 3M singles etc.. Imaginem o 5H2 ? #5H2IsComing","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2584982348,"id_str":"2584982348","name":"CHOOSE LAUREN BRASIL","screen_name":"chooselaurenbr","location":" soon","url":"http:\/\/chooselauren.com","description":"Portal de informa\u00e7\u00f5es sobre a cantora Lauren Jauregui e a Banda Fifth Harmony no Brasil! http:\/\/ask.fm\/chooselaurenbr","protected":false,"verified":false,"followers_count":11902,"friends_count":472,"listed_count":25,"favourites_count":3312,"statuses_count":23997,"created_at":"Tue Jun 24 02:58:53 +0000 2014","utc_offset":-18000,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/653604889898164224\/gVGsY326.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/653604889898164224\/gVGsY326.png","profile_background_tile":true,"profile_link_color":"DD2E44","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659533754743070720\/RWd14d7d_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659533754743070720\/RWd14d7d_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2584982348\/1446080065","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":29,"favorite_count":5,"entities":{"hashtags":[{"text":"5H2IsComing","indices":[95,107]}],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"pt"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"5H2IsComing","indices":[115,127]}],"urls":[],"user_mentions":[{"screen_name":"chooselaurenbr","name":"CHOOSE LAUREN BRASIL","id":2584982348,"id_str":"2584982348","indices":[3,18]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"pt","timestamp_ms":"1446219231662"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418694569984,"id_str":"660117418694569984","text":"RT @captainnia_ll: On aura tout v\u00e9cu avec les boys, on les a vu grandir au fil des ann\u00e9es, ils ont tjrs \u00e9t\u00e9 l\u00e0 pour nous et on le sera tjrs\u2026","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2729577846,"id_str":"2729577846","name":"florence medecin","screen_name":"harryflofloliam","location":null,"url":null,"description":null,"protected":false,"verified":false,"followers_count":133,"friends_count":654,"listed_count":1,"favourites_count":90,"statuses_count":7177,"created_at":"Wed Aug 13 14:42:45 +0000 2014","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"4A913C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","default_profile":false,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Oct 29 17:51:21 +0000 2015","id":659789631412662276,"id_str":"659789631412662276","text":"On aura tout v\u00e9cu avec les boys, on les a vu grandir au fil des ann\u00e9es, ils ont tjrs \u00e9t\u00e9 l\u00e0 pour nous et on le sera tjrs pour eux #Promise","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3136616095,"id_str":"3136616095","name":"The A Team \u2601\ufe0f","screen_name":"captainnia_ll","location":"njh\/5 one day \u25e1\u0308","url":null,"description":"I wish I was a punk rocker with flowers in my hair","protected":false,"verified":false,"followers_count":1921,"friends_count":175,"listed_count":3,"favourites_count":276,"statuses_count":447,"created_at":"Fri Apr 03 16:22:13 +0000 2015","utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659344059631312896\/Auw7lImh_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659344059631312896\/Auw7lImh_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3136616095\/1446034848","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":200,"favorite_count":57,"entities":{"hashtags":[{"text":"Promise","indices":[130,138]}],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"fr"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"Promise","indices":[139,140]}],"urls":[],"user_mentions":[{"screen_name":"captainnia_ll","name":"The A Team \u2601\ufe0f","id":3136616095,"id_str":"3136616095","indices":[3,17]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"fr","timestamp_ms":"1446219231662"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418711359488,"id_str":"660117418711359488","text":"#ASKLARA @LFabianOfficial J'aimerais faire la surprise \u00e0 ma maman qu'elle ai un petit mot de toi ... Elle s'appelle Isabelle (du Var) 13","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1954124749,"id_str":"1954124749","name":"Marion","screen_name":"MarionDellali","location":null,"url":null,"description":"Instagram : mariionnnnn Grande passionn\u00e9e de musique et de chant, Fid\u00e8le admiratrice de @MPOFFICIAL et @B_Giabiconi !","protected":false,"verified":false,"followers_count":242,"friends_count":441,"listed_count":11,"favourites_count":2183,"statuses_count":15199,"created_at":"Fri Oct 11 12:38:17 +0000 2013","utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"B3007D","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/648524314350874624\/UTQGbJpv_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/648524314350874624\/UTQGbJpv_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1954124749\/1443455301","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"ASKLARA","indices":[0,8]}],"urls":[],"user_mentions":[{"screen_name":"LFabianOfficial","name":"Lara Fabian official","id":505138632,"id_str":"505138632","indices":[9,25]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"fr","timestamp_ms":"1446219231666"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418698784768,"id_str":"660117418698784768","text":"RT @blasphemmings: \"5sos vai lan\u00e7ar o dvd no dia do anivers\u00e1rio do Michael\" #HowDidWeEndUpHere https:\/\/t.co\/bTncftSZWA","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3710460803,"id_str":"3710460803","name":"trouxa","screen_name":"hemmongando","location":"Recife, Pernambuco","url":null,"description":"Nem s\u00f3 de pregos vive o homem - Hemmings, Luke","protected":false,"verified":false,"followers_count":126,"friends_count":71,"listed_count":0,"favourites_count":119,"statuses_count":883,"created_at":"Sat Sep 19 20:17:58 +0000 2015","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"000000","profile_use_background_image":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659853882164690944\/OG1L3DIn_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659853882164690944\/OG1L3DIn_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3710460803\/1442694070","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:28:36 +0000 2015","id":660116098147352576,"id_str":"660116098147352576","text":"\"5sos vai lan\u00e7ar o dvd no dia do anivers\u00e1rio do Michael\" #HowDidWeEndUpHere https:\/\/t.co\/bTncftSZWA","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1037795605,"id_str":"1037795605","name":"cactaxx","screen_name":"blasphemmings","location":"badlands","url":null,"description":"\u0455e ne\u043c \u043c\u03b9c\u043dael cl\u03b9\u0493\u0493ord agrada \u0442odo \u043c\u03c5ndo por q\u03c5e \u00e9 q\u03c5e e\u03c5 \u0442en\u043do q\u03c5e agradar?","protected":false,"verified":false,"followers_count":1059,"friends_count":704,"listed_count":7,"favourites_count":6630,"statuses_count":30934,"created_at":"Wed Dec 26 18:47:03 +0000 2012","utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"709397","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme6\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme6\/bg.gif","profile_background_tile":false,"profile_link_color":"FF3300","profile_sidebar_border_color":"86A4A6","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659581386328842240\/OerxLIB9_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659581386328842240\/OerxLIB9_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1037795605\/1446091430","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":7,"favorite_count":3,"entities":{"hashtags":[{"text":"HowDidWeEndUpHere","indices":[57,75]}],"urls":[],"user_mentions":[],"symbols":[],"media":[{"id":660116095530098688,"id_str":"660116095530098688","indices":[76,99],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","url":"https:\/\/t.co\/bTncftSZWA","display_url":"pic.twitter.com\/bTncftSZWA","expanded_url":"http:\/\/twitter.com\/blasphemmings\/status\/660116098147352576\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":355,"resize":"fit"},"large":{"w":600,"h":355,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":201,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":660116095530098688,"id_str":"660116095530098688","indices":[76,99],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","url":"https:\/\/t.co\/bTncftSZWA","display_url":"pic.twitter.com\/bTncftSZWA","expanded_url":"http:\/\/twitter.com\/blasphemmings\/status\/660116098147352576\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":355,"resize":"fit"},"large":{"w":600,"h":355,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":201,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"pt"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"HowDidWeEndUpHere","indices":[76,94]}],"urls":[],"user_mentions":[{"screen_name":"blasphemmings","name":"cactaxx","id":1037795605,"id_str":"1037795605","indices":[3,17]}],"symbols":[],"media":[{"id":660116095530098688,"id_str":"660116095530098688","indices":[95,118],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","url":"https:\/\/t.co\/bTncftSZWA","display_url":"pic.twitter.com\/bTncftSZWA","expanded_url":"http:\/\/twitter.com\/blasphemmings\/status\/660116098147352576\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":355,"resize":"fit"},"large":{"w":600,"h":355,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":201,"resize":"fit"}},"source_status_id":660116098147352576,"source_status_id_str":"660116098147352576","source_user_id":1037795605,"source_user_id_str":"1037795605"}]},"extended_entities":{"media":[{"id":660116095530098688,"id_str":"660116095530098688","indices":[95,118],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0F2iW4AAbcBS.jpg","url":"https:\/\/t.co\/bTncftSZWA","display_url":"pic.twitter.com\/bTncftSZWA","expanded_url":"http:\/\/twitter.com\/blasphemmings\/status\/660116098147352576\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":355,"resize":"fit"},"large":{"w":600,"h":355,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":201,"resize":"fit"}},"source_status_id":660116098147352576,"source_status_id_str":"660116098147352576","source_user_id":1037795605,"source_user_id_str":"1037795605"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"pt","timestamp_ms":"1446219231663"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418690396160,"id_str":"660117418690396160","text":"@Bougnouleaigri Mais \u00e7a se trouve tu dis vrai, peut-\u00eatre que j'ai pas tout su lire entre les lignes et m'\u00eatre arr\u00eat\u00e9 \u00e0 ce qu'il me semblait","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":660117082491772928,"in_reply_to_status_id_str":"660117082491772928","in_reply_to_user_id":3903694572,"in_reply_to_user_id_str":"3903694572","in_reply_to_screen_name":"Bougnouleaigri","user":{"id":453188522,"id_str":"453188522","name":"Euh bofff\ubd88\uc54c","screen_name":"Kojupute","location":"#Trishlagien","url":null,"description":"Je suis pas narcissique, j'assume juste mon statut d'\u00eatre sup\u00e9rieur.","protected":false,"verified":false,"followers_count":299,"friends_count":202,"listed_count":13,"favourites_count":4512,"statuses_count":57276,"created_at":"Mon Jan 02 17:35:12 +0000 2012","utc_offset":3600,"time_zone":"Paris","geo_enabled":true,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_link_color":"011C1C","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/653516161540296704\/kvTnkf1l_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/653516161540296704\/kvTnkf1l_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/453188522\/1436550743","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Bougnouleaigri","name":"Bougnoule aigri","id":3903694572,"id_str":"3903694572","indices":[0,15]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"fr","timestamp_ms":"1446219231661"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418681856001,"id_str":"660117418681856001","text":"RT @shinchan_0929: @makiGUN0306 \n\u3057\u307e\u3056\u3063\u304d\u30fc\u306f\uff1f\n\u3056\u3063\u304d\u30fc\u306f\u3001\u4f55No.\u30ef\u30f3\uff1f","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3455534232,"id_str":"3455534232","name":"M.A.K.I.","screen_name":"makiGUN0306","location":"\u5ca9\u7530\u3068\u4f50\u91ce\u3068\u9ed2\u6728\u306bdr\u2765\u2765\u2765","url":null,"description":"LJC\/LDH\/\u5ca9\u7530\u525b\u5178\u2764\ufe0e\u4f50\u91ce\u73b2\u65bc\u2764\ufe0e\u9ed2\u6728\u5553\u53f8\u2764\ufe0e\u571f\u6a4b\u6953\u2764\ufe0e\u85e4\u4e95\u8429\u82b1\u2764\ufe0e\u897f\u7530\u9759\u9999\/EXFAMILY. CW\u21922.15 BP\u21925.28 7.15 7.16 10.18 AW\u219211.21 12.27 \uff0aAmi\u63e1\u624b_DEP\u30cf\u30a4\u30bf\u30c3\u30c1_GENE\u30cf\u30a4\u30bf\u30c3\u30c1_Happiness\u63e1\u624b\uff0aLDH\u672c\u6c17\u611b\u2765\u2765\u2765","protected":false,"verified":false,"followers_count":396,"friends_count":412,"listed_count":0,"favourites_count":2074,"statuses_count":1979,"created_at":"Sat Sep 05 04:42:21 +0000 2015","utc_offset":null,"time_zone":null,"geo_enabled":true,"lang":"ja","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/640111095412211714\/XdOJsz8P_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/640111095412211714\/XdOJsz8P_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3455534232\/1442410596","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:33:08 +0000 2015","id":660117239073366016,"id_str":"660117239073366016","text":"@makiGUN0306 \n\u3057\u307e\u3056\u3063\u304d\u30fc\u306f\uff1f\n\u3056\u3063\u304d\u30fc\u306f\u3001\u4f55No.\u30ef\u30f3\uff1f","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":660116399394652160,"in_reply_to_status_id_str":"660116399394652160","in_reply_to_user_id":3455534232,"in_reply_to_user_id_str":"3455534232","in_reply_to_screen_name":"makiGUN0306","user":{"id":2913702559,"id_str":"2913702559","name":"\u30c9\u6839\u6027\uff7c\uff8f\uff7b\uff9e\uff77\u2741AW\u53c2\u6226\u4e88\u5b9a\u25ce","screen_name":"shinchan_0929","location":"\u767d\u6ff1\u4e9c\u5d50\u611b\u3002\u9858\u3048\u3070\u5922\u306f\u53f6\u3046","url":null,"description":"\u67f3\u57ce3\u5e74\u2741\u5143\uff8a\uff9e\uff7d\uff79\u90e8\u250aGENERATIONS*E-girls*EXILE*\u4e09\u4ee3\u76eeJSB*DI*DEEP\u250a\u767d\u6ff1\u4e9c\u5d50\u306b\u7247\u601d\u3044\u2506YURINO \u61a7\u308c.\u2661 CW.BP\u53c2\u6226 DEP\uff8a\uff72\uff80\uff6f\uff81\u2655 Ami. Happiness\u63e1\u624b \u2655 \u2741AW \u00bb 11\/21 . 12\/27 \u53c2\u6226 \u2506\u2741\u7121\u8a00follow\u25ce \uff8c\uff6b\uff9b\uff8a\uff9e\u25cb \u75e9\u305b\u305f\u3044","protected":false,"verified":false,"followers_count":502,"friends_count":471,"listed_count":2,"favourites_count":13972,"statuses_count":16899,"created_at":"Sat Nov 29 12:02:24 +0000 2014","utc_offset":null,"time_zone":null,"geo_enabled":true,"lang":"ja","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/657585909261402112\/AoCaB4bS_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/657585909261402112\/AoCaB4bS_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2913702559\/1445615457","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"makiGUN0306","name":"M.A.K.I.","id":3455534232,"id_str":"3455534232","indices":[0,12]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"ja"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"shinchan_0929","name":"\u30c9\u6839\u6027\uff7c\uff8f\uff7b\uff9e\uff77\u2741AW\u53c2\u6226\u4e88\u5b9a\u25ce","id":2913702559,"id_str":"2913702559","indices":[3,17]},{"screen_name":"makiGUN0306","name":"M.A.K.I.","id":3455534232,"id_str":"3455534232","indices":[19,31]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"ja","timestamp_ms":"1446219231659"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418698743808,"id_str":"660117418698743808","text":"RT @adegrandpre: Noting: The US already has some A-10s in Turkey for ISIS campaign. Per @JeffSchogol https:\/\/t.co\/AYLH4Oupt0 https:\/\/t.co\u2026","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3059138567,"id_str":"3059138567","name":"shilan","screen_name":"shilanqadir","location":"Kurdistan \u0643\u0648\u0631\u062f\u0633\u062a\u0627\u0646","url":null,"description":"\u200f\u0635\u062d\u0641\u064a\u0629 \u0643\u0627\u062a\u0628\u0629 \u0645\u062d\u0644\u0644\u0629 \u0633\u064a\u0627\u0633\u064a\u0629\nPress, political analyst writer\nRojnamevan Noser\n\u0631\u0648\u0632\u0646\u0627\u0645\u0647 \u0646\u0648\u0633 \u0646\u0648\u0633\u0647 \u0631","protected":false,"verified":false,"followers_count":2933,"friends_count":3372,"listed_count":9,"favourites_count":84103,"statuses_count":28165,"created_at":"Tue Feb 24 15:05:24 +0000 2015","utc_offset":null,"time_zone":null,"geo_enabled":true,"lang":"ar","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/570464396901810176\/q8k9J3ta_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/570464396901810176\/q8k9J3ta_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3059138567\/1428557069","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:29:56 +0000 2015","id":660116433066561536,"id_str":"660116433066561536","text":"Noting: The US already has some A-10s in Turkey for ISIS campaign. Per @JeffSchogol https:\/\/t.co\/AYLH4Oupt0 https:\/\/t.co\/ksvDykm7LB","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":660111820036792320,"in_reply_to_status_id_str":"660111820036792320","in_reply_to_user_id":252764352,"in_reply_to_user_id_str":"252764352","in_reply_to_screen_name":"adegrandpre","user":{"id":252764352,"id_str":"252764352","name":"Andrew deGrandpre","screen_name":"adegrandpre","location":"Washington, D.C.","url":"http:\/\/andrewdegrandpre.com","description":"Digital news director @MilitaryTimes * @ArmyTimes * @MarineTimes * @NavyTimes * @AirForceTimes | Phisherman | Les Expos de Montr\u00e9al are my Brooklyn Dodgers","protected":false,"verified":true,"followers_count":4557,"friends_count":2253,"listed_count":156,"favourites_count":5150,"statuses_count":7967,"created_at":"Tue Feb 15 21:26:54 +0000 2011","utc_offset":-14400,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"506E7A","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_link_color":"ABB8C2","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/632350870575947780\/XQ0wduXC_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/632350870575947780\/XQ0wduXC_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/252764352\/1422315645","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"urls":[{"url":"https:\/\/t.co\/AYLH4Oupt0","expanded_url":"http:\/\/militari.ly\/1LJ6PPf","display_url":"militari.ly\/1LJ6PPf","indices":[86,109]}],"user_mentions":[{"screen_name":"JeffSchogol","name":"Jeff Schogol","id":16949386,"id_str":"16949386","indices":[71,83]}],"symbols":[],"media":[{"id":660116360878555137,"id_str":"660116360878555137","indices":[110,133],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","url":"https:\/\/t.co\/ksvDykm7LB","display_url":"pic.twitter.com\/ksvDykm7LB","expanded_url":"http:\/\/twitter.com\/adegrandpre\/status\/660116433066561536\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":255,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":534,"h":401,"resize":"fit"},"large":{"w":534,"h":401,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":660116360878555137,"id_str":"660116360878555137","indices":[110,133],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","url":"https:\/\/t.co\/ksvDykm7LB","display_url":"pic.twitter.com\/ksvDykm7LB","expanded_url":"http:\/\/twitter.com\/adegrandpre\/status\/660116433066561536\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":255,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":534,"h":401,"resize":"fit"},"large":{"w":534,"h":401,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"en"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[{"url":"https:\/\/t.co\/AYLH4Oupt0","expanded_url":"http:\/\/militari.ly\/1LJ6PPf","display_url":"militari.ly\/1LJ6PPf","indices":[103,126]}],"user_mentions":[{"screen_name":"adegrandpre","name":"Andrew deGrandpre","id":252764352,"id_str":"252764352","indices":[3,15]},{"screen_name":"JeffSchogol","name":"Jeff Schogol","id":16949386,"id_str":"16949386","indices":[88,100]}],"symbols":[],"media":[{"id":660116360878555137,"id_str":"660116360878555137","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","url":"https:\/\/t.co\/ksvDykm7LB","display_url":"pic.twitter.com\/ksvDykm7LB","expanded_url":"http:\/\/twitter.com\/adegrandpre\/status\/660116433066561536\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":255,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":534,"h":401,"resize":"fit"},"large":{"w":534,"h":401,"resize":"fit"}},"source_status_id":660116433066561536,"source_status_id_str":"660116433066561536","source_user_id":252764352,"source_user_id_str":"252764352"}]},"extended_entities":{"media":[{"id":660116360878555137,"id_str":"660116360878555137","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CSk0VTCXAAE8b22.jpg","url":"https:\/\/t.co\/ksvDykm7LB","display_url":"pic.twitter.com\/ksvDykm7LB","expanded_url":"http:\/\/twitter.com\/adegrandpre\/status\/660116433066561536\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":255,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":534,"h":401,"resize":"fit"},"large":{"w":534,"h":401,"resize":"fit"}},"source_status_id":660116433066561536,"source_status_id_str":"660116433066561536","source_user_id":252764352,"source_user_id_str":"252764352"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"filter_level":"low","lang":"en","timestamp_ms":"1446219231663"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418681864193,"id_str":"660117418681864193","text":"RT @RRent95: I want a Mac","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1395714120,"id_str":"1395714120","name":"Kiara","screen_name":"kiara_segura","location":null,"url":null,"description":"EWU\u2764","protected":false,"verified":false,"followers_count":352,"friends_count":310,"listed_count":0,"favourites_count":1278,"statuses_count":9299,"created_at":"Wed May 01 22:44:34 +0000 2013","utc_offset":null,"time_zone":null,"geo_enabled":true,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618988609329233920\/whgTvJgF_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618988609329233920\/whgTvJgF_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1395714120\/1414136374","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 07:01:19 +0000 2015","id":659988436204453888,"id_str":"659988436204453888","text":"I want a Mac","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2508253512,"id_str":"2508253512","name":"T *M* R","screen_name":"RRent95","location":null,"url":null,"description":"*f\u03a3\u039b\u0393less* Live life to the fullest.","protected":false,"verified":false,"followers_count":142,"friends_count":198,"listed_count":1,"favourites_count":638,"statuses_count":780,"created_at":"Mon May 19 19:39:09 +0000 2014","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/642269835666194432\/1hpr4liK_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/642269835666194432\/1hpr4liK_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2508253512\/1429863371","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"en"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"RRent95","name":"T *M* R","id":2508253512,"id_str":"2508253512","indices":[3,11]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"en","timestamp_ms":"1446219231659"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418694606848,"id_str":"660117418694606848","text":"RT @auhstralian: The 5sos fam, the only fandom where their idols are more embarassing than the fans themselves","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":635618194,"id_str":"635618194","name":"\u300bCam \u2728\u300a","screen_name":"myprinceash","location":"MysticFalls\u2022BeaconH\u2022Hogwarts","url":null,"description":"se si fa in quattro per renderti felice, \u00e8 la pizza. bieber's army.","protected":false,"verified":false,"followers_count":3695,"friends_count":3241,"listed_count":6,"favourites_count":41023,"statuses_count":44043,"created_at":"Sat Jul 14 19:51:27 +0000 2012","utc_offset":3600,"time_zone":"Ljubljana","geo_enabled":true,"lang":"it","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/512279824585330688\/tYy-Fqsx.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/512279824585330688\/tYy-Fqsx.png","profile_background_tile":false,"profile_link_color":"ABB8C2","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F7E5DC","profile_text_color":"8AB3BF","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660097665842208768\/pZbhye44_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660097665842208768\/pZbhye44_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/635618194\/1446214521","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:11:34 +0000 2015","id":660111811010629632,"id_str":"660111811010629632","text":"The 5sos fam, the only fandom where their idols are more embarassing than the fans themselves","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1041977270,"id_str":"1041977270","name":"sarah","screen_name":"auhstralian","location":"la","url":null,"description":null,"protected":false,"verified":false,"followers_count":35900,"friends_count":10043,"listed_count":110,"favourites_count":6978,"statuses_count":6879,"created_at":"Fri Dec 28 11:32:01 +0000 2012","utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/577056613485264897\/YWZmyX6Q.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/577056613485264897\/YWZmyX6Q.png","profile_background_tile":false,"profile_link_color":"121111","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/660105769430286336\/Vf4b7oVg_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/660105769430286336\/Vf4b7oVg_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1041977270\/1445706593","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":218,"favorite_count":96,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"en"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"auhstralian","name":"sarah","id":1041977270,"id_str":"1041977270","indices":[3,15]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"en","timestamp_ms":"1446219231662"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418690392064,"id_str":"660117418690392064","text":"RT @Privacidades: Eu queria muito ficar, voc\u00ea sabe. Mas as vezes s\u00f3 isso n\u00e3o basta.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":506387847,"id_str":"506387847","name":"Fanni Chermout","screen_name":"FChermout","location":"Duas Barras","url":null,"description":"Livrai-me de todo mal, am\u00e9m! \nRJ, 20 anos, estudante de Enfermagem!! \nSnap: fannichermout \/ Instagran: fannichermout","protected":false,"verified":false,"followers_count":372,"friends_count":571,"listed_count":0,"favourites_count":43,"statuses_count":266,"created_at":"Mon Feb 27 20:53:40 +0000 2012","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"FF6699","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/437933426\/page.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/437933426\/page.jpg","profile_background_tile":true,"profile_link_color":"920DB3","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/651765235292966912\/11VF09Ai_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/651765235292966912\/11VF09Ai_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/506387847\/1444227914","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:26:59 +0000 2015","id":660115688674238465,"id_str":"660115688674238465","text":"Eu queria muito ficar, voc\u00ea sabe. Mas as vezes s\u00f3 isso n\u00e3o basta.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":480537028,"id_str":"480537028","name":"Frases","screen_name":"Privacidades","location":"contatomidia@outlook.com \u2709","url":"http:\/\/facebook.com\/OficialPrivacidades","description":"Apesar de tudo \u00e9 voc\u00ea quem eu amo, \u00e9 em voc\u00ea que penso antes de dormir e quando acordo. \u1d40\u1d34\u1d31 \u1d3c\u1d3f\u1d35\u1d33\u1d35\u1d3b\u1d2c\u1d38","protected":false,"verified":false,"followers_count":1314467,"friends_count":95,"listed_count":529,"favourites_count":7044,"statuses_count":40780,"created_at":"Wed Feb 01 16:19:28 +0000 2012","utc_offset":-10800,"time_zone":"Greenland","geo_enabled":false,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"FCFAF9","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000124167011\/3c1c3688fc22f2fc352ee0866b42b189.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000124167011\/3c1c3688fc22f2fc352ee0866b42b189.jpeg","profile_background_tile":false,"profile_link_color":"2A0DD1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/558501148743565312\/IjNpjBXj_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/558501148743565312\/IjNpjBXj_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/480537028\/1445261185","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":89,"favorite_count":93,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"pt"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Privacidades","name":"Frases","id":480537028,"id_str":"480537028","indices":[3,16]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"pt","timestamp_ms":"1446219231661"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418681856000,"id_str":"660117418681856000","text":"RT @farahhomar: everythings so fucking messed up","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":508628483,"id_str":"508628483","name":"mirah","screen_name":"_nrlamrh_","location":null,"url":"https:\/\/instagram.com\/_nrlamrh","description":"give upppp :-)","protected":false,"verified":false,"followers_count":1307,"friends_count":876,"listed_count":1,"favourites_count":2161,"statuses_count":97957,"created_at":"Wed Feb 29 09:17:09 +0000 2012","utc_offset":28800,"time_zone":"Beijing","geo_enabled":true,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/636459170\/44762iiztvnwxsd2qa3y.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/636459170\/44762iiztvnwxsd2qa3y.jpeg","profile_background_tile":true,"profile_link_color":"CC3366","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659662857609416705\/dmAIpiFB_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659662857609416705\/dmAIpiFB_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/508628483\/1446185703","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Oct 30 15:33:36 +0000 2015","id":660117356564189184,"id_str":"660117356564189184","text":"everythings so fucking messed up","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1965039410,"id_str":"1965039410","name":"farah (\u25d5\u203f\u25d5\u273f)","screen_name":"farahhomar","location":null,"url":null,"description":"and the world i loved fell apart","protected":false,"verified":false,"followers_count":369,"friends_count":339,"listed_count":3,"favourites_count":3336,"statuses_count":18967,"created_at":"Wed Oct 16 15:49:19 +0000 2013","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"51C3ED","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/647045037004492801\/cUe3KSUE_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/647045037004492801\/cUe3KSUE_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1965039410\/1445961731","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"en"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"farahhomar","name":"farah (\u25d5\u203f\u25d5\u273f)","id":1965039410,"id_str":"1965039410","indices":[3,14]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"en","timestamp_ms":"1446219231659"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418707189760,"id_str":"660117418707189760","text":"Tem alguem testando som aqui perto de casa, queria tanto saber oq \u00e9","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3957037847,"id_str":"3957037847","name":"Mariduarda?","screen_name":"mariaemarttins","location":"S\u00e3o Paulo, Brasil","url":null,"description":"snaper: marttinsduda.","protected":false,"verified":false,"followers_count":51,"friends_count":111,"listed_count":0,"favourites_count":192,"statuses_count":702,"created_at":"Wed Oct 14 15:41:49 +0000 2015","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/656118049192415236\/b0OQF0Im_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/656118049192415236\/b0OQF0Im_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3957037847\/1445292080","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"pt","timestamp_ms":"1446219231665"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418707181568,"id_str":"660117418707181568","text":"RT @jjjoood1434: \u0641\u064a\u06aa \u0641\u0646 \u0648 \u0641\u064a\u06aa \u0628\u0648\u062d \u0648 \u0641\u064a\u06aa \u0630\u0648\u0642\n\u0648 \u0641\u064a\u06aa \u06aa\u0644 \u0627\u0644\u0644\u064a \u0645\u0646 \u0627\u0644\u062f\u0646\u064a\u0627 \u0628\u063a\u064a\u062a\n\u06aa\u0644 \u0645\u0627 \u0641\u064a\u0646\u064a \u0639\u0644\u064a\u06aa \u064a\u0645\u0648\u062a \u0634\u0648\u0642\n\u0648 \u0627\u0644\u0645\u0634\u0627\u0639\u0631 \u0648 \u0627\u0644\u062e\u0641\u0648\u0642 \u0627\u0644\u0644\u064a \u062e\u0630\u064a\u062a\u2765\n#\u0627\u0644\u0642\u0645\u0631\n#\u0627\u0644\u0647\u2026","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3390364885,"id_str":"3390364885","name":"#\u0639\u0627\u0634\u0642 _\u0627\u0644\u0645\u0644\u0643_ \u0633\u0644\u0645\u0627\u0646","screen_name":"As99mohammad","location":null,"url":null,"description":"\u200f\u200f\u200f\u200f\u200f\u0627\u062d\u0628 \u0627\u0644\u0645\u0644\u0643 \u0633\u0644\u0645\u0627\u0646 \u0631\u0628\u064a \u064a\u0637\u0648\u0644 \u0628\u0639\u0645\u0631\u0647 .\u062d\u0633\u0627\u0628 \u0645\u062a\u062e\u0635\u0635 \u0628\u0627\u0644\u062f\u0639\u0627\u0621 \u0644\u0644\u0645\u0644\u0643 \u0633\u0644\u0645\u0627\u0646 \u0643\u0644 \u062a\u063a\u0631\u064a\u062f\u0627\u062a\u064a \u0628\u0645\u0641\u0636\u0644\u062a\u064a\/ \u0627\u0648\u0639\u062f\u0643 \u064a\u0627\u0645\u0644\u0643\u0646\u0627 \u0633\u0623\u062f\u0639\u0648 \u0644\u0643 \u0648\u063a\u0631\u062f \u0644\u0623\u062c\u0644\u0643 \u0644\u0623\u062e\u0631 \u0646\u0641\u0633 \u0645\u0646 \u062d\u064a\u0627\u062a\u064a \u2661\u2661\u2661","protected":false,"verified":false,"followers_count":8992,"friends_count":8233,"listed_count":3,"favourites_count":57,"statuses_count":11623,"created_at":"Sun Aug 30 07:35:15 +0000 2015","utc_offset":null,"time_zone":null,"geo_enabled":false,"lang":"ar","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/654098738894532609\/abBSH11I_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/654098738894532609\/abBSH11I_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3390364885\/1444321364","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu Oct 29 19:11:40 +0000 2015","id":659809844317171712,"id_str":"659809844317171712","text":"\u0641\u064a\u06aa \u0641\u0646 \u0648 \u0641\u064a\u06aa \u0628\u0648\u062d \u0648 \u0641\u064a\u06aa \u0630\u0648\u0642\n\u0648 \u0641\u064a\u06aa \u06aa\u0644 \u0627\u0644\u0644\u064a \u0645\u0646 \u0627\u0644\u062f\u0646\u064a\u0627 \u0628\u063a\u064a\u062a\n\u06aa\u0644 \u0645\u0627 \u0641\u064a\u0646\u064a \u0639\u0644\u064a\u06aa \u064a\u0645\u0648\u062a \u0634\u0648\u0642\n\u0648 \u0627\u0644\u0645\u0634\u0627\u0639\u0631 \u0648 \u0627\u0644\u062e\u0641\u0648\u0642 \u0627\u0644\u0644\u064a \u062e\u0630\u064a\u062a\u2765\n#\u0627\u0644\u0642\u0645\u0631\n#\u0627\u0644\u0647\u0627\u062c\u0648\u0633\n#\u0642\u0631\u0648\u0628_\u0627\u0644\u0647\u0627\u062c\u0648\u0633","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1911550986,"id_str":"1911550986","name":"\u27b8\u2765 \u0627\u0644\u0642\u0645\u0640\u0640\uff26\u274d\u1e94\u0640\u0640\u0631\u2765\u27b8","screen_name":"jjjoood1434","location":null,"url":null,"description":"!!\u0644\u0642\u0650\u064a\u062a \u0628\u0633\u0648\u0622\u062f \u0639\u064a\u064f\u0648\u0646\u0647 \u0645\u0648\u0637\u0646\u064a\u0651 \u061b \u064a\u0622 \u0645\u0644\u0622\u0630 \u0647\u0622\u0644\u0642\u0644\u0628 \u064a\u0622\u0631\u064a\u062d\u0629 \u0647\u0644\u064a\u064c \u2741\n[ #\u0642\u0631\u0648\u0628_\u0627\u0644\u0647\u0627\u062c\u0648\u0633 (\u2764\ufe0f\u200e@t__is ) ]","protected":false,"verified":false,"followers_count":14620,"friends_count":13506,"listed_count":9,"favourites_count":1721,"statuses_count":30352,"created_at":"Fri Sep 27 16:11:29 +0000 2013","utc_offset":-25200,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"lang":"ar","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/655301448675274752\/Sc1hrU9Y_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/655301448675274752\/Sc1hrU9Y_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/1911550986\/1443387067","default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":66,"favorite_count":9,"entities":{"hashtags":[{"text":"\u0627\u0644\u0642\u0645\u0631","indices":[111,117]},{"text":"\u0627\u0644\u0647\u0627\u062c\u0648\u0633","indices":[118,126]},{"text":"\u0642\u0631\u0648\u0628_\u0627\u0644\u0647\u0627\u062c\u0648\u0633","indices":[127,140]}],"urls":[],"user_mentions":[],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"ar"},"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[{"text":"\u0627\u0644\u0642\u0645\u0631","indices":[128,134]},{"text":"\u0627\u0644\u0647\u0627\u062c\u0648\u0633","indices":[135,140]},{"text":"\u0642\u0631\u0648\u0628_\u0627\u0644\u0647\u0627\u062c\u0648\u0633","indices":[139,140]}],"urls":[],"user_mentions":[{"screen_name":"jjjoood1434","name":"\u27b8\u2765 \u0627\u0644\u0642\u0645\u0640\u0640\uff26\u274d\u1e94\u0640\u0640\u0631\u2765\u27b8","id":1911550986,"id_str":"1911550986","indices":[3,15]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"ar","timestamp_ms":"1446219231665"}
{"created_at":"Fri Oct 30 15:33:51 +0000 2015","id":660117418690420741,"id_str":"660117418690420741","text":"@stylezsmiles hahah serio? \ud83d\ude02 ona jest raczej s\u0142odka \ud83d\udc9e\ud83d\udc6f","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":660117018797043712,"in_reply_to_status_id_str":"660117018797043712","in_reply_to_user_id":2276770679,"in_reply_to_user_id_str":"2276770679","in_reply_to_screen_name":"stylezsmiles","user":{"id":925495542,"id_str":"925495542","name":"\u250c|\u00b0\u0437\u00b0|\u2518","screen_name":"Emussion","location":"Poland","url":null,"description":"One of thousands groupies Afromental \u00b6 2\/7 \u00b6 Keep calm and be princess","protected":false,"verified":false,"followers_count":384,"friends_count":197,"listed_count":3,"favourites_count":4532,"statuses_count":32765,"created_at":"Sun Nov 04 14:56:57 +0000 2012","utc_offset":7200,"time_zone":"Athens","geo_enabled":true,"lang":"pl","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/610108574975545345\/_NwlKmY7.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/610108574975545345\/_NwlKmY7.png","profile_background_tile":true,"profile_link_color":"000000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/659089629619036160\/vZvx-4pH_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/659089629619036160\/vZvx-4pH_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/925495542\/1445974184","default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"stylezsmiles","name":",,madzia","id":2276770679,"id_str":"2276770679","indices":[0,13]}],"symbols":[]},"favorited":false,"retweeted":false,"filter_level":"low","lang":"pl","timestamp_ms":"1446219231661"}
import sys
import json
def parse_AFINN(afinnfile):
scores = {}
for line in afinnfile:
term,score = line.split("\t")
scores[term] = int(score)
return scores
def score_tweets(tweet_file, scores):
for line in tweet_file:
tweet = json.loads(line)
try:
tweet_words = tweet['text'].split()
except KeyError:
# A line without text attribute is not a tweet - skip it
continue
for index, word in enumerate(tweet_words):
if word not in scores:
word_total = 0
word_count = 0
for offset in [-3, -2, -1, 1, 2, 3]:
try:
word_total += scores[tweet_words[index + offset]]
word_count += 1
except (KeyError, IndexError):
pass
if word_count > 0:
word_total = word_total/word_count
print word, word_total
def main():
sent_file = open(sys.argv[1])
tweet_file = open(sys.argv[2])
scores = parse_AFINN(sent_file)
score_tweets(tweet_file, scores)
if __name__ == '__main__':
main()
from __future__ import division
import sys
import json
def hashtag_count(tweet_file):
hashtag_counts = {}
for line in tweet_file:
tweet = json.loads(line)
try:
hashtags = tweet['entities']['hashtags']
except KeyError:
#A line without text attribute is not a tweet- skip it
continue
for hashtag in hashtags:
hashtag = hashtag['text']
if hashtag not in hashtag_counts:
hashtag_counts[hashtag] = 1
else:
hashtag_counts[hashtag] += 1
return hashtag_counts
def main(tweet_file):
hashtag_counts = hashtag_count(tweet_file)
tuples = sorted(hashtag_counts.items(), key=lambda x:x[1], reverse=True)[:10]
for (hashtag, count) in tuples:
print("{0} {1}".format(hashtag, count))
if __name__ == '__main__':
main(open(sys.argv[1]))
import sys
import json
def parse_AFINN(afinnfile):
scores = {}
for line in afinnfile:
term, score = line.split("\t")
scores[term] = int(score)
return scores
def score_tweets(tweet_file, scores):
tweets = {}
for line in tweet_file:
tweet = json.loads(line)
try:
tweet_words = tweet['text'].split()
except KeyError:
# A line without text attribute is not a tweet - skip it
continue
tweet_total = 0
for word in tweet_words:
try:
tweet_total += scores[word]
except KeyError:
pass
print tweet_total
def main():
sent_file = open(sys.argv[1])
tweet_file = open(sys.argv[2])
scores = parse_AFINN(sent_file)
score_tweets(tweet_file, scores)
if __name__ == '__main__':
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment