CODE:
#!/usr/bin/python
# -*- coding: utf-8 -*-
'''
Created on 2014-7-14
@author: guaguastd
@name: convenient_function_call.py
'''
if __name__ == '__main__':
# import json
import json
# import search
from search import twitter_search
# import twitter_trends
from trend import twitter_trends
# import partial
from functools import partial
# import login, see http://blog.csdn.net/guaguastd/article/details/31706155
from login import twitter_login
# get the twitter access api
twitter_api = twitter_login()
# sample usage 1
pp = partial(json.dumps, indent=1)
twitter_world_trends = partial(twitter_trends, twitter_api, 1)
print pp(twitter_world_trends())
# sample usage 2
authenticated_twitter_search = partial(twitter_search, twitter_api)
results = authenticated_twitter_search("iPhone")
print pp(results)
# sample usage 3
authenticated_iphone_twitter_search = partial(authenticated_twitter_search, "iPhone")
results = authenticated_iphone_twitter_search()
print pp(results)RESULT:
[
{
"created_at": "2014-07-13T22:27:11Z",
"trends": [
{
"url": "http://twitter.com/search?q=%23TeBancoIgual",
"query": "%23TeBancoIgual",
"name": "#TeBancoIgual",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23ArgentinaCampeonBrasil2014",
"query": "%23ArgentinaCampeonBrasil2014",
"name": "#ArgentinaCampeonBrasil2014",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23HeroesArgentinos",
"query": "%23HeroesArgentinos",
"name": "#HeroesArgentinos",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%22Rio+Live%22",
"query": "%22Rio+Live%22",
"name": "Rio Live",
"promoted_content": null
},
{
"url": "http://twitter.com/search?q=%23CeQueJeRetiensDeCeMondial",
"query": "%23CeQueJeRetiensDeCeMondial",
"name": "#CeQueJeRetiensDeCeMondial",
"promoted_content": null
},
{
"url": "http://twitter.com/search?
q=%232014D%C3%BCnyaKupas%C4%B1Finali",
"query": "%232014D%C3%BCnyaKupas%C4%B1Finali",
"name": "#2014Du00fcnyaKupasu0131Finali",
"promoted_content": null
},
{
"url": "http://twitter.com/search?
q=%22Diente+de+Oro%22",
"query": "%22Diente+de+Oro%22",
"name": "Diente de Oro",
"promoted_content": null
},
{
"url": "http://twitter.com/search?
q=%22Deutschland+ist+Weltmeister%22",
"query": "%22Deutschland+ist+Weltmeister%22",
"name": "Deutschland ist Weltmeister",
"promoted_content": null
},
{
"url": "http://twitter.com/search?
q=%22Pantas+Germany%22",
"query": "%22Pantas+Germany%22",
"name": "Pantas Germany",
"promoted_content": null
},
{
"url": "http://twitter.com/search?
q=%22Weltmeister+2014%22",
"query": "%22Weltmeister+2014%22",
"name": "Weltmeister 2014",
"promoted_content": null
}
],
"as_of": "2014-07-13T22:35:26Z",
"locations": [
{
"woeid": 1,
"name": "Worldwide"
}
]
}
]
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 5,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2343493766",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 381,
"description": "u307bu3063u307bu3063u307bu30fc(OKB)",
"friends_count": 161,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/440994218417205248/VMkeuw2R_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "kkyu05kk",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 1,
"name": "u3042u3063u306fu3063u306f",
"notifications": false,
"url": null,
"created_at": "Fri Feb 14 12:12:51 +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": "ja",
"created_at": "Sun Jul 13 22:40:13 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Preferably an iPhone",
"in_reply_to_status_id": null,
"id": 488452866953056257,
"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": [],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488452866953056257",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1067339558,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/764108845/e74d640914575890738f2ebed690f8f8.gif",
"verified": false,
"profile_text_color": "FA0505",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/475815616679776256/nnseaIOe_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 208,
"profile_sidebar_border_color": "000000",
"id_str": "1067339558",
"profile_background_color": "000000",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 3794,
"description": "Jessica Kelsey 09/12/13 @shegorjess",
"friends_count": 199,
"location": "",
"profile_link_color": "333333",
"profile_image_url": "http://pbs.twimg.com/profile_images/475815616679776256/nnseaIOe_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1067339558/1401469844",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/764108845/e74d640914575890738f2ebed690f8f8.gif",
"screen_name": "Top___Gear",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 1051,
"name": "Noah u270a",
"notifications": false,
"url": null,
"created_at": "Mon Jan 07 03:28:19 +0000 2013",
"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": "Sun Jul 13 22:40:13 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@25Dl3 @mals3eedy @Iphone_81 @Bentalshammari
u062au0645u0635u062eu0631 ud83dude02ud83dude02ud83dude02ud83dude02ud83dude02ud83dude02",
"in_reply_to_status_id": 488452464719310848,
"id": 488452866827235329,
"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": 634758569,
"indices": [
0,
6
],
"id_str": "634758569",
"screen_name": "25Dl3",
"name": "s..."
},
{
"id": 546851035,
"indices": [
7,
17
],
"id_str": "546851035",
"screen_name": "mals3eedy",
"name": "u0648u0644u062f u0627u0628u0648 u062cu0639u0628u0631"
},
{
"id": 747482574,
"indices": [
18,
28
],
"id_str": "747482574",
"screen_name": "Iphone_81",
"name": "u0632u063au0644u0648u0648u0644"
},
{
"id": 2584014842,
"indices": [
29,
44
],
"id_str": "2584014842",
"screen_name": "Bentalshammari",
"name": " u06a4u0640. u0622u0644u0652u0640u0622u0633u0640u0651u0644u0652u0640ufee4u064au0629"
}
],
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": "25Dl3",
"in_reply_to_user_id": 634758569,
"retweet_count": 0,
"id_str": "488452866827235329",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 951509754,
"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/482260083074547712/4XPjG2LV_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 877,
"profile_sidebar_border_color": "C0DEED",
"id_str": "951509754",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 21801,
"description": "Kik : dolka_",
"friends_count": 54,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/482260083074547712/4XPjG2LV_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/951509754/1401130049",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "kaa_kii",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 152,
"name": "u0643u0627u0643u064a u0627u0644u0645u0644u0642u0648u0641 u270cufe0f",
"notifications": false,
"url": null,
"created_at": "Fri Nov 16 11:39:46 +0000 2012",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "634758569",
"lang": "ar",
"created_at": "Sun Jul 13 22:40:13 +0000 2014",
"in_reply_to_status_id_str": "488452464719310848",
"place": null,
"metadata": {
"iso_language_code": "ar",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "iPhoneu3067u30e2u30fcu30cbu30f3u30b0u30b3u30fcu30ebu300eu5927u5cf6u512au5b50u30e2u30fcu30cbu30f3u30b0u30b3u30fcu30ebu300f(u30d6u30edu30b0)
http://t.co/zOx2T9WEQz",
"in_reply_to_status_id": null,
"id": 488452866772697089,
"favorite_count": 0,
"source": "<a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/zOx2T9WEQz",
"indices": [
37,
59
],
"expanded_url": "http://bit.ly/1c1kmB1",
"display_url": "bit.ly/1c1kmB1"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488452866772697089",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 542898485,
"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/2022362064/wsxdf_normal.jpg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 2434,
"profile_sidebar_border_color": "C0DEED",
"id_str": "542898485",
"profile_background_color": "C0DEED",
"listed_count": 3,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 41414,
"description": "u30a4u30efu30b7u6599u7406u304cu5f97u610fu3067u3059u3002u901au8ca9u3067u30d7u30eau30f3u306fu304au85a6u3081u3067u3059u3002u6c17u8efdu306bu30d5u30a9u30edu30fcu3088u308du3057u304fu304au9858u3044u3057u307eu3059u3002",
"friends_count": 2701,
"location": "u5343u8449u770c",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/2022362064/wsxdf_normal.jpg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "iwasixx",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u30a4u30efu30b7u30deu30f310",
"notifications": false,
"url": null,
"created_at": "Sun Apr 01 22:25:09 +0000 2012",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:13 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "@palulu_0134 iPhoneu3067u3059u304buff1f",
"in_reply_to_status_id": 488452676581998594,
"id": 488452866667868160,
"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": 2417754901,
"indices": [
0,
12
],
"id_str": "2417754901",
"screen_name": "palulu_0134",
"name": "u2740Ryou2740@A.L.P.F"
}
],
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": "palulu_0134",
"in_reply_to_user_id": 2417754901,
"retweet_count": 0,
"id_str": "488452866667868160",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1565593680,
"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/488309646612905985/zcYPapwR_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1071,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1565593680",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1572,
"description": "u5927u962au4f4fu307fu306eu9ad81u3067u30fcu3059uff01uff01(u975eu30eau30a2u5145w) NMBu597du304du3067u3059uff01uff01 u63a8u3057u30e1u30f3u306fu3001u307fu308bu308bu3093 u3055u3084u306du3047 u307fu308bu304du30fc u7d61u3093u3067u306du30fcuff01",
"friends_count": 959,
"location": "u5927u962au5e02",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/488309646612905985/zcYPapwR_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1565593680/1405257066",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "86Namba",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 35,
"name": "hideaki",
"notifications": false,
"url": null,
"created_at": "Wed Jul 03 12:11:14 +0000 2013",
"contributors_enabled": false,
"time_zone": null,
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": "2417754901",
"lang": "ja",
"created_at": "Sun Jul 13 22:40:13 +0000 2014",
"in_reply_to_status_id_str": "488452676581998594",
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @lyhg4uy535: u3010Chat Partyu3011
u30c1u30e3u30c3u30c8u3059u308bu306eu3082u898bu308bu5c02u9580u3082u3069u3046u4f7fu3046u304bu306fu3042u306au305fu6b21u7b2cuff01
u30b2u30fcu30e0u306eu96d1u8ac7u3084u9762u767du3044u753bu50cfu306bu30dcu30b1u305fu308au6687u3064u3076u3057u306eu6c7au5b9au7248u266au266a
u30c1u30e3u30c3u30c8u306bu53c2u52a0u3057u3066u76dbu308au4e0au304cu308du3046u2606
iPhoneu21d2http://t.co/ydzsayEmHC http:u2026",
"in_reply_to_status_id": null,
"id": 488452866240028672,
"favorite_count": 0,
"source": "<a href="http://lmfao.xsrv.jp/fms1/" rel="nofollow">FMS-retweet-service1</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2395870531,
"indices": [
3,
14
],
"id_str": "2395870531",
"screen_name": "lyhg4uy535",
"name": "THEu2661u3042u3077u308au2661BEST"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/ydzsayEmHC",
"indices": [
111,
133
],
"expanded_url": "http://asty.biz/joy5",
"display_url": "asty.biz/joy5"
}
],
"media": [
{
"source_status_id_str": "484364812021805059",
"expanded_url": "http://twitter.com/lyhg4uy535/status/484364812021805059/photo/1",
"display_url": "pic.twitter.com/YvYilnNuor",
"url": "http://t.co/YvYilnNuor",
"media_url_https": "https://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg",
"source_status_id": 484364812021805059,
"id_str": "484364810008555520",
"sizes": {
"large": {
"h": 434,
"resize": "fit",
"w": 620
},
"small": {
"h": 238,
"resize": "fit",
"w": 340
},
"medium": {
"h": 420,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 484364810008555520,
"media_url": "http://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 213,
"id_str": "488452866240028672",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u3010Chat Partyu3011
u30c1u30e3u30c3u30c8u3059u308bu306eu3082u898bu308bu5c02u9580u3082u3069u3046u4f7fu3046u304bu306fu3042u306au305fu6b21u7b2cuff01
u30b2u30fcu30e0u306eu96d1u8ac7u3084u9762u767du3044u753bu50cfu306bu30dcu30b1u305fu308au6687u3064u3076u3057u306eu6c7au5b9au7248u266au266a
u30c1u30e3u30c3u30c8u306bu53c2u52a0u3057u3066u76dbu308au4e0au304cu308du3046u2606
iPhoneu21d2http://t.co/ydzsayEmHC http://t.co/YvYilnNuor",
"in_reply_to_status_id": null,
"id": 484364812021805059,
"favorite_count": 3,
"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/ydzsayEmHC",
"indices": [
95,
117
],
"expanded_url": "http://asty.biz/joy5",
"display_url": "asty.biz/joy5"
}
],
"media": [
{
"expanded_url": "http://twitter.com/lyhg4uy535/status/484364812021805059/photo/1",
"display_url": "pic.twitter.com/YvYilnNuor",
"url": "http://t.co/YvYilnNuor",
"media_url_https": "https://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg",
"id_str": "484364810008555520",
"sizes": {
"large": {
"h": 434,
"resize": "fit",
"w": 620
},
"small": {
"h": 238,
"resize": "fit",
"w": 340
},
"medium": {
"h": 420,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 484364810008555520,
"media_url": "http://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 213,
"id_str": "484364812021805059",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2395870531,
"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/483629761961263104/4c8oN9lj_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 36,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2395870531",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 716,
"description": "u4ecau3001u6d41u884cu306eu4fbfu5229u306au3042u3077u308au3084u6687u3064u3076u3057u3042u3077u308au7b49u3005u3054u7d39u4ecbu3057u3066u3044u304du307eu3059u266au7686u3055u3093u306eu30c4u30dcu306bu306fu307eu308bu30a2u30d7u30eau3092u7d39u4ecbu51fau6765u308cu3070u3044u3044u306au3068u601du3044u307eu3059u306eu3067u3088u308du3057u304fu304au9858u3044u3057u307eu3059u2606",
"friends_count": 0,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/483629761961263104/4c8oN9lj_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2395870531/1404224764",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "lyhg4uy535",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "THEu2661u3042u3077u308au2661BEST",
"notifications": false,
"url": null,
"created_at": "Tue Mar 18 08:30:52 +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": "ja",
"created_at": "Wed Jul 02 15:55:44 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 636662295,
"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/3229347782/b0f3068fe9032e4d67eaef2507ce7b6b_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 3532,
"profile_sidebar_border_color": "C0DEED",
"id_str": "636662295",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 34285,
"description": "u30c4u30a4u30c3u30bfu30fcu306eu304au3082u3057u308du3044u30c4u30a4u30fcu30c8u3092u307eu3068u3081u305fuff42uff4fuff54u3067u3059u3002uff13uff10u5206u306b1u5ea6u545fu304du307eu3059u3002u9762u767du304bu3063u305fu30eau30c4u30a4u30fcu30c8u3057u3066u4e0bu3055u3044uff61u3082u3057u6c17u306bu3044u3089u308cu305fu3089u30d5u30a9u30edu30fcu3042u308bu3044u306fRTu3044u305fu3060u304fu3068u3046u308cu3057u3044u3067u3059u3002",
"friends_count": 3764,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/3229347782/b0f3068fe9032e4d67eaef2507ce7b6b_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "omowazu_warau_7",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u601du308fu305au7b11u3046bot",
"notifications": false,
"url": null,
"created_at": "Mon Jul 16 00:53:20 +0000 2012",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:13 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @app_reporter: u30e2u30f3u30b9u30bfu30fcu30a8u30c3u30b0u30a2u30a4u30e9u30f3u30c9
u80b2u6210u30e2u30f3u30b9u30bfu30fcu3067u30d1u30bau30ebu30d0u30c8u30eb
iPhone u21d2 http://t.co/Npv7MPZrcm
Android u21d2 http://t.co/Gt3rxux9ba
u4ef2u9593u3068u30b7u30a7u30a4u30afu3057u3066u9650u5b9au30e2u30f3u30b9u30bfu30fcGetuff01 httu2026",
"in_reply_to_status_id": null,
"id": 488452865736732673,
"favorite_count": 0,
"source": "<a href="http://twipon-system.net/" rel="nofollow">Twipon net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2392621626,
"indices": [
3,
16
],
"id_str": "2392621626",
"screen_name": "app_reporter",
"name": "u30b9u30deu30dbu30a2u30d7u30eau901fu5831"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/Npv7MPZrcm",
"indices": [
57,
79
],
"expanded_url": "http://bit.ly/1iNceHR",
"display_url": "bit.ly/1iNceHR"
},
{
"url": "http://t.co/Gt3rxux9ba",
"indices": [
91,
113
],
"expanded_url": "http://bit.ly/1iNchDp",
"display_url": "bit.ly/1iNchDp"
}
],
"media": [
{
"source_status_id_str": "488450312118620161",
"expanded_url": "http://twitter.com/app_reporter/status/488450312118620161/photo/1",
"display_url": "pic.twitter.com/WqCGghdH8L",
"url": "http://t.co/WqCGghdH8L",
"media_url_https": "https://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg",
"source_status_id": 488450312118620161,
"id_str": "488450311833415680",
"sizes": {
"large": {
"h": 360,
"resize": "fit",
"w": 640
},
"small": {
"h": 191,
"resize": "fit",
"w": 339
},
"medium": {
"h": 337,
"resize": "fit",
"w": 599
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 488450311833415680,
"media_url": "http://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 19,
"id_str": "488452865736732673",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u30e2u30f3u30b9u30bfu30fcu30a8u30c3u30b0u30a2u30a4u30e9u30f3u30c9
u80b2u6210u30e2u30f3u30b9u30bfu30fcu3067u30d1u30bau30ebu30d0u30c8u30eb
iPhone u21d2 http://t.co/Npv7MPZrcm
Android u21d2 http://t.co/Gt3rxux9ba
u4ef2u9593u3068u30b7u30a7u30a4u30afu3057u3066u9650u5b9au30e2u30f3u30b9u30bfu30fcGetuff01 http://t.co/WqCGghdH8L",
"in_reply_to_status_id": null,
"id": 488450312118620161,
"favorite_count": 0,
"source": "<a href="http://twipon-system.net/" rel="nofollow">Twipon net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/Npv7MPZrcm",
"indices": [
39,
61
],
"expanded_url": "http://bit.ly/1iNceHR",
"display_url": "bit.ly/1iNceHR"
},
{
"url": "http://t.co/Gt3rxux9ba",
"indices": [
73,
95
],
"expanded_url": "http://bit.ly/1iNchDp",
"display_url": "bit.ly/1iNchDp"
}
],
"media": [
{
"expanded_url": "http://twitter.com/app_reporter/status/488450312118620161/photo/1",
"display_url": "pic.twitter.com/WqCGghdH8L",
"url": "http://t.co/WqCGghdH8L",
"media_url_https": "https://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg",
"id_str": "488450311833415680",
"sizes": {
"large": {
"h": 360,
"resize": "fit",
"w": 640
},
"small": {
"h": 191,
"resize": "fit",
"w": 339
},
"medium": {
"h": 337,
"resize": "fit",
"w": 599
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 488450311833415680,
"media_url": "http://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 19,
"id_str": "488450312118620161",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2392621626,
"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/445184291056521216/jtIYsA5R_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 49,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2392621626",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1318,
"description": "u4ebau6c17u306eu30b9u30deu30dbu30a2u30d7u30eau3092u30c4u30a4u30fcu30c8u3057u307eu3059u3002
u4f7fu3063u3066u307fu3066u4e0bu3055u3044u306duff01",
"friends_count": 0,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/445184291056521216/jtIYsA5R_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "app_reporter",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u30b9u30deu30dbu30a2u30d7u30eau901fu5831",
"notifications": false,
"url": null,
"created_at": "Sun Mar 16 12:18:35 +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": "ja",
"created_at": "Sun Jul 13 22:30:04 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2212441454,
"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/378800000783986007/6c8de95a151105705435c96051faa58c_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 3183,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2212441454",
"profile_background_color": "C0DEED",
"listed_count": 4,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 94163,
"description": "u30a2u30cbu30e1u306eu3044u308du3044u308du306au60c5u5831u3092u30c4u30a4u30fcu30c8u3057u307eu3059u3002",
"friends_count": 2918,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000783986007/6c8de95a151105705435c96051faa58c_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "sophy_animer",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u30a2u30cbu30e1FAN",
"notifications": false,
"url": null,
"created_at": "Sun Nov 24 12:54:53 +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": "ja",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @beqyluxoges: u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a httpu2026",
"in_reply_to_status_id": null,
"id": 488452865229201408,
"favorite_count": 0,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9uff13</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2484718088,
"indices": [
3,
15
],
"id_str": "2484718088",
"screen_name": "beqyluxoges",
"name": "u304au3059u3059u3081u30a2u30d7u30ea"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
51,
73
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
96,
118
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"source_status_id_str": "488452844383526913",
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"source_status_id": 488452844383526913,
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 151,
"id_str": "488452865229201408",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a http://t.co/cFEuwZjhqp",
"in_reply_to_status_id": null,
"id": 488452844383526913,
"favorite_count": 0,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9785</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
34,
56
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
79,
101
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 151,
"id_str": "488452844383526913",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2484718088,
"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/468627401958645761/PEKdiYWl_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 89,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2484718088",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 1,
"description": "",
"friends_count": 5,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/468627401958645761/PEKdiYWl_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "beqyluxoges",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u304au3059u3059u3081u30a2u30d7u30ea",
"notifications": false,
"url": null,
"created_at": "Fri May 09 00:16:30 +0000 2014",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:07 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2458784101,
"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/484327623611277313/A4t5xOmY_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 69,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2458784101",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 160,
"description": "",
"friends_count": 77,
"location": "u5927u962au5e02u6771u4f4fu5409u533a",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/484327623611277313/A4t5xOmY_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2458784101/1404307679",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "kalassynikof19",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 30,
"name": "u5409u7530u3001u5e73u91ceu9054u4e5f",
"notifications": false,
"url": null,
"created_at": "Tue Apr 22 22:23:23 +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": "ja",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "u3010u3046u3061u306bu6ccau307eu308au306bu304du305fu53cbu4ebau304cu5fc5u305au8a00u3046u3053u3068u30e9u30f3u30adu30f3u30b0u3011
3u4f4d: u4f55u3067u3053u3093u306au306bu30d9u30c3u30c9u5bddu6613u3044u306euff1f
2u4f4d: u30a8u30ecu30d9u30fcu30bfu30fcu7121u3044u306euff1f
1u4f4d: iPhoneu306eu5145u96fbu6e80u30bfu30f3u306bu306au308bu306eu65e9u304fu306duff1f",
"in_reply_to_status_id": null,
"id": 488452864360972288,
"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": [],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488452864360972288",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 1200703704,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000138730008/dAhktTOJ.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/486297438626398209/kcDxoo_e_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 141,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "1200703704",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 6521,
"description": "u5584u826fu306au5343u8449u770cu6c11uff0fu30a2u30a4u30c9u30ebu3068u821eu53f0u3068u91ceu5cf6u4f38u53f8 u304cu5927u597du304du306au65e5u672cu306eu5973u5b50u5927u751fuff08u9032u7d1au4e0du900fu660eu25a8)",
"friends_count": 131,
"location": "",
"profile_link_color": "164CE0",
"profile_image_url": "http://pbs.twimg.com/profile_images/486297438626398209/kcDxoo_e_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1200703704/1404948736",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000138730008/dAhktTOJ.jpeg",
"screen_name": "ophist123",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 3646,
"name": "u25c8u3042u3051u307fu25c8",
"notifications": false,
"url": null,
"created_at": "Wed Feb 20 11:56:01 +0000 2013",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @YazMontana97: my iPhone changes "good" to "food" knows me too wellud83dude02",
"in_reply_to_status_id": null,
"id": 488452864251928576,
"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": 1220055403,
"indices": [
3,
16
],
"id_str": "1220055403",
"screen_name": "YazMontana97",
"name": "s l (u) t"
}
],
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 12,
"id_str": "488452864251928576",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "my iPhone changes "good" to "food" knows me too wellud83dude02",
"in_reply_to_status_id": null,
"id": 488452218459521024,
"favorite_count": 14,
"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": 12,
"id_str": "488452218459521024",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1220055403,
"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/436174378418847744/J17XqwMb_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 19186,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1220055403",
"profile_background_color": "C0DEED",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 6553,
"description": "bat for both teams;) // armykid&proud",
"friends_count": 18664,
"location": "Farnboroughu270cufe0f",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/436174378418847744/J17XqwMb_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1220055403/1403788230",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "YazMontana97",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1245,
"name": "s l (u) t",
"notifications": false,
"url": null,
"created_at": "Mon Feb 25 23:55:39 +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": "Sun Jul 13 22:37:38 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 175091009,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/378800000059701489/39d1bb886dde09f2cad06ef757ca846b.jpeg",
"verified": false,
"profile_text_color": "333333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/485964503788425216/TCb0bbOt_normal.jpeg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 611,
"profile_sidebar_border_color": "000000",
"id_str": "175091009",
"profile_background_color": "131516",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -25200,
"statuses_count": 51464,
"description": "I'm all yours.",
"friends_count": 511,
"location": "West Egg",
"profile_link_color": "00FF7F",
"profile_image_url": "http://pbs.twimg.com/profile_images/485964503788425216/TCb0bbOt_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/175091009/1404712657",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/378800000059701489/39d1bb886dde09f2cad06ef757ca846b.jpeg",
"screen_name": "kiddohmonstuhh",
"lang": "en",
"profile_background_tile": true,
"favourites_count": 4332,
"name": "Old Sport (-:",
"notifications": false,
"url": null,
"created_at": "Thu Aug 05 16:25:27 +0000 2010",
"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": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @lyhg4uy535: u3010Chat Partyu3011
u30c1u30e3u30c3u30c8u3059u308bu306eu3082u898bu308bu5c02u9580u3082u3069u3046u4f7fu3046u304bu306fu3042u306au305fu6b21u7b2cuff01
u30b2u30fcu30e0u306eu96d1u8ac7u3084u9762u767du3044u753bu50cfu306bu30dcu30b1u305fu308au6687u3064u3076u3057u306eu6c7au5b9au7248u266au266a
u30c1u30e3u30c3u30c8u306bu53c2u52a0u3057u3066u76dbu308au4e0au304cu308du3046u2606
iPhoneu21d2http://t.co/ydzsayEmHC http:u2026",
"in_reply_to_status_id": null,
"id": 488452864079970305,
"favorite_count": 0,
"source": "<a href="http://lmfao.xsrv.jp/fms1/" rel="nofollow">FMS-retweet-service1</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2395870531,
"indices": [
3,
14
],
"id_str": "2395870531",
"screen_name": "lyhg4uy535",
"name": "THEu2661u3042u3077u308au2661BEST"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/ydzsayEmHC",
"indices": [
111,
133
],
"expanded_url": "http://asty.biz/joy5",
"display_url": "asty.biz/joy5"
}
],
"media": [
{
"source_status_id_str": "484364812021805059",
"expanded_url": "http://twitter.com/lyhg4uy535/status/484364812021805059/photo/1",
"display_url": "pic.twitter.com/YvYilnNuor",
"url": "http://t.co/YvYilnNuor",
"media_url_https": "https://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg",
"source_status_id": 484364812021805059,
"id_str": "484364810008555520",
"sizes": {
"large": {
"h": 434,
"resize": "fit",
"w": 620
},
"small": {
"h": 238,
"resize": "fit",
"w": 340
},
"medium": {
"h": 420,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 484364810008555520,
"media_url": "http://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 213,
"id_str": "488452864079970305",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u3010Chat Partyu3011
u30c1u30e3u30c3u30c8u3059u308bu306eu3082u898bu308bu5c02u9580u3082u3069u3046u4f7fu3046u304bu306fu3042u306au305fu6b21u7b2cuff01
u30b2u30fcu30e0u306eu96d1u8ac7u3084u9762u767du3044u753bu50cfu306bu30dcu30b1u305fu308au6687u3064u3076u3057u306eu6c7au5b9au7248u266au266a
u30c1u30e3u30c3u30c8u306bu53c2u52a0u3057u3066u76dbu308au4e0au304cu308du3046u2606
iPhoneu21d2http://t.co/ydzsayEmHC http://t.co/YvYilnNuor",
"in_reply_to_status_id": null,
"id": 484364812021805059,
"favorite_count": 3,
"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/ydzsayEmHC",
"indices": [
95,
117
],
"expanded_url": "http://asty.biz/joy5",
"display_url": "asty.biz/joy5"
}
],
"media": [
{
"expanded_url": "http://twitter.com/lyhg4uy535/status/484364812021805059/photo/1",
"display_url": "pic.twitter.com/YvYilnNuor",
"url": "http://t.co/YvYilnNuor",
"media_url_https": "https://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg",
"id_str": "484364810008555520",
"sizes": {
"large": {
"h": 434,
"resize": "fit",
"w": 620
},
"small": {
"h": 238,
"resize": "fit",
"w": 340
},
"medium": {
"h": 420,
"resize": "fit",
"w": 600
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 484364810008555520,
"media_url": "http://pbs.twimg.com/media/BrjPOnpCcAAnwBl.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 213,
"id_str": "484364812021805059",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2395870531,
"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/483629761961263104/4c8oN9lj_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 36,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2395870531",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 716,
"description": "u4ecau3001u6d41u884cu306eu4fbfu5229u306au3042u3077u308au3084u6687u3064u3076u3057u3042u3077u308au7b49u3005u3054u7d39u4ecbu3057u3066u3044u304du307eu3059u266au7686u3055u3093u306eu30c4u30dcu306bu306fu307eu308bu30a2u30d7u30eau3092u7d39u4ecbu51fau6765u308cu3070u3044u3044u306au3068u601du3044u307eu3059u306eu3067u3088u308du3057u304fu304au9858u3044u3057u307eu3059u2606",
"friends_count": 0,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/483629761961263104/4c8oN9lj_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2395870531/1404224764",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "lyhg4uy535",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "THEu2661u3042u3077u308au2661BEST",
"notifications": false,
"url": null,
"created_at": "Tue Mar 18 08:30:52 +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": "ja",
"created_at": "Wed Jul 02 15:55:44 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 565951392,
"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/3649860030/43220ef6ef8bc4b7506a02ae56f4c82c_normal.jpeg",
"profile_sidebar_fill_color": "EFEFEF",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 62956,
"profile_sidebar_border_color": "EEEEEE",
"id_str": "565951392",
"profile_background_color": "131516",
"listed_count": 36,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 40603,
"description": "u9762u767du3064u3076u3084u304dbotu3002u30c4u30a4u30c3u30bfu30fcu306eu304au3082u3057u308du3044u30c4u30a4u30fcu30c8u3092u307eu3068u3081u305fuff42uff4fuff54u3067u3059u3002u3053u308cu306fu9762u767du3044uff01u3068u601du3063u305fu3064u3076u3084u304du306fu662fu975eRTu3057u3066u304fu3060u3055u3044u3002",
"friends_count": 24272,
"location": "",
"profile_link_color": "009999",
"profile_image_url": "http://pbs.twimg.com/profile_images/3649860030/43220ef6ef8bc4b7506a02ae56f4c82c_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme14/bg.gif",
"screen_name": "chapoo2012",
"lang": "ja",
"profile_background_tile": true,
"favourites_count": 20,
"name": "u7b11u3044u304cu3068u307eu3089u306au3044BOT",
"notifications": false,
"url": null,
"created_at": "Sun Apr 29 01:06:35 +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": "ja",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "Australia 71. Dark Horse (feat. Juicy J) - Katy Perry http://t.co/GktP5HjA7y #Music #iTunes #iPhone #Apple",
"in_reply_to_status_id": null,
"id": 488452863614398466,
"favorite_count": 0,
"source": "<a href="http://blog.77jp.net" rel="nofollow">iTunes Store Top 10 Songs</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
77,
83
],
"text": "Music"
},
{
"indices": [
84,
91
],
"text": "iTunes"
},
{
"indices": [
92,
99
],
"text": "iPhone"
},
{
"indices": [
100,
106
],
"text": "Apple"
}
],
"urls": [
{
"url": "http://t.co/GktP5HjA7y",
"indices": [
54,
76
],
"expanded_url": "http://tinyurl.com/latl6fs",
"display_url": "tinyurl.com/latl6fs"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488452863614398466",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2453263052,
"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/457530367457513472/d8-2fII5_normal.png",
"profile_sidebar_fill_color": "E3E2DE",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/UBaFeqTc4O",
"indices": [
0,
22
],
"expanded_url": "http://j.mp/YolpPN",
"display_url": "j.mp/YolpPN"
}
]
},
"description": {
"urls": [
{
"url": "http://t.co/BIIZY2zulT",
"indices": [
0,
22
],
"expanded_url": "http://j.mp/1mMfen3",
"display_url": "j.mp/1mMfen3"
},
{
"url": "http://t.co/UBaFeqTc4O",
"indices": [
135,
157
],
"expanded_url": "http://j.mp/YolpPN",
"display_url": "j.mp/YolpPN"
}
]
}
},
"followers_count": 215,
"profile_sidebar_border_color": "D3D2CF",
"id_str": "2453263052",
"profile_background_color": "EDECE9",
"listed_count": 5,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 53100,
"description": "http://t.co/BIIZY2zulT iTunes Top 10 Songs. United States, China, Korea, United Kingdom, France, Australia, Germany, Japan, and others http://t.co/UBaFeqTc4O",
"friends_count": 17,
"location": "",
"profile_link_color": "088253",
"profile_image_url": "http://pbs.twimg.com/profile_images/457530367457513472/d8-2fII5_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme3/bg.gif",
"screen_name": "mitrank",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "iTunes Top 10 Songs",
"notifications": false,
"url": "http://t.co/UBaFeqTc4O",
"created_at": "Sat Apr 19 14:35:36 +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": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @app_reporter: u30e2u30f3u30b9u30bfu30fcu30a8u30c3u30b0u30a2u30a4u30e9u30f3u30c9
u80b2u6210u30e2u30f3u30b9u30bfu30fcu3067u30d1u30bau30ebu30d0u30c8u30eb
iPhone u21d2 http://t.co/Npv7MPZrcm
Android u21d2 http://t.co/Gt3rxux9ba
u4ef2u9593u3068u30b7u30a7u30a4u30afu3057u3066u9650u5b9au30e2u30f3u30b9u30bfu30fcGetuff01 httu2026",
"in_reply_to_status_id": null,
"id": 488452863513722880,
"favorite_count": 0,
"source": "<a href="http://twipon-system.net/" rel="nofollow">Twipon net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2392621626,
"indices": [
3,
16
],
"id_str": "2392621626",
"screen_name": "app_reporter",
"name": "u30b9u30deu30dbu30a2u30d7u30eau901fu5831"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/Npv7MPZrcm",
"indices": [
57,
79
],
"expanded_url": "http://bit.ly/1iNceHR",
"display_url": "bit.ly/1iNceHR"
},
{
"url": "http://t.co/Gt3rxux9ba",
"indices": [
91,
113
],
"expanded_url": "http://bit.ly/1iNchDp",
"display_url": "bit.ly/1iNchDp"
}
],
"media": [
{
"source_status_id_str": "488450312118620161",
"expanded_url": "http://twitter.com/app_reporter/status/488450312118620161/photo/1",
"display_url": "pic.twitter.com/WqCGghdH8L",
"url": "http://t.co/WqCGghdH8L",
"media_url_https": "https://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg",
"source_status_id": 488450312118620161,
"id_str": "488450311833415680",
"sizes": {
"large": {
"h": 360,
"resize": "fit",
"w": 640
},
"small": {
"h": 191,
"resize": "fit",
"w": 339
},
"medium": {
"h": 337,
"resize": "fit",
"w": 599
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 488450311833415680,
"media_url": "http://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 19,
"id_str": "488452863513722880",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u30e2u30f3u30b9u30bfu30fcu30a8u30c3u30b0u30a2u30a4u30e9u30f3u30c9
u80b2u6210u30e2u30f3u30b9u30bfu30fcu3067u30d1u30bau30ebu30d0u30c8u30eb
iPhone u21d2 http://t.co/Npv7MPZrcm
Android u21d2 http://t.co/Gt3rxux9ba
u4ef2u9593u3068u30b7u30a7u30a4u30afu3057u3066u9650u5b9au30e2u30f3u30b9u30bfu30fcGetuff01 http://t.co/WqCGghdH8L",
"in_reply_to_status_id": null,
"id": 488450312118620161,
"favorite_count": 0,
"source": "<a href="http://twipon-system.net/" rel="nofollow">Twipon net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/Npv7MPZrcm",
"indices": [
39,
61
],
"expanded_url": "http://bit.ly/1iNceHR",
"display_url": "bit.ly/1iNceHR"
},
{
"url": "http://t.co/Gt3rxux9ba",
"indices": [
73,
95
],
"expanded_url": "http://bit.ly/1iNchDp",
"display_url": "bit.ly/1iNchDp"
}
],
"media": [
{
"expanded_url": "http://twitter.com/app_reporter/status/488450312118620161/photo/1",
"display_url": "pic.twitter.com/WqCGghdH8L",
"url": "http://t.co/WqCGghdH8L",
"media_url_https": "https://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg",
"id_str": "488450311833415680",
"sizes": {
"large": {
"h": 360,
"resize": "fit",
"w": 640
},
"small": {
"h": 191,
"resize": "fit",
"w": 339
},
"medium": {
"h": 337,
"resize": "fit",
"w": 599
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 488450311833415680,
"media_url": "http://pbs.twimg.com/media/BsdS-H9CcAACgT6.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 19,
"id_str": "488450312118620161",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2392621626,
"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/445184291056521216/jtIYsA5R_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 49,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2392621626",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1318,
"description": "u4ebau6c17u306eu30b9u30deu30dbu30a2u30d7u30eau3092u30c4u30a4u30fcu30c8u3057u307eu3059u3002
u4f7fu3063u3066u307fu3066u4e0bu3055u3044u306duff01",
"friends_count": 0,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/445184291056521216/jtIYsA5R_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "app_reporter",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u30b9u30deu30dbu30a2u30d7u30eau901fu5831",
"notifications": false,
"url": null,
"created_at": "Sun Mar 16 12:18:35 +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": "ja",
"created_at": "Sun Jul 13 22:30:04 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2487854748,
"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/465108487479914496/FtoZ7vUO_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1985,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2487854748",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 401,
"description": "u767du8863u306eu5929u4f7fu3001u770bu8b77u5e2bu3055u3093u3092u5fdcu63f4u3067u304du308bu60c5u5831u3092u30c4u30a4u30fcu30c8u3057u307eu3059u3002u304au5f79u306bu305fu3066u308bu3088u3046u9811u5f35u308au307eu3059uff01",
"friends_count": 2035,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/465108487479914496/FtoZ7vUO_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "nurse_worker",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u770bu8b77u5e2bu306eu304au4ed5u4e8b",
"notifications": false,
"url": null,
"created_at": "Sat May 10 12:33:40 +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": "ja",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "u041au0438u0442u0430u0439u0441u043au0438u0435 u0421u041cu0418 u043du0430u0437u0432u0430u043bu0438 iPhone u0443u0433u0440u043eu0437u043eu0439 u043du0430u0446u0438u043eu043du0430u043bu044cu043du043eu0439 u0431u0435u0437u043eu043fu0430u0441u043du043eu0441u0442u0438",
"in_reply_to_status_id": null,
"id": 488452863191166977,
"favorite_count": 0,
"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</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": 0,
"id_str": "488452863191166977",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2606418608,
"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/488451965563576320/F3kDTfEG_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 4,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2606418608",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 12,
"description": "u042f u043du0435 u0433u0438u043a. u042f u0442u0432u0438u043a!",
"friends_count": 13,
"location": "u0410u0440u0445u0430u043du0433u0435u043bu044cu0441u043a",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/488451965563576320/F3kDTfEG_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2606418608/1405291029",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "cylcdeglycdescb",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u0410u043du0434u0440u0435u0439 u041cu0438u0445u0430u0439u043bu043eu0432u0438u0447",
"notifications": false,
"url": null,
"created_at": "Sun Jul 06 00:33:47 +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": "ru",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ru",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @TrueStoryPL: Nigdy nie zrozumiem, dlaczego ludzie z iPhone'm czuju0105 potrzebu0119 robienia zdju0119u0107 w lustrze.
Kamera z przodu jest tam z jakieu2026",
"in_reply_to_status_id": null,
"id": 488452862926946306,
"favorite_count": 0,
"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2407556030,
"indices": [
3,
15
],
"id_str": "2407556030",
"screen_name": "TrueStoryPL",
"name": "LMAO u2740"
}
],
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 336,
"id_str": "488452862926946306",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "Nigdy nie zrozumiem, dlaczego ludzie z iPhone'm czuju0105 potrzebu0119 robienia zdju0119u0107 w lustrze.
Kamera z przodu jest tam z jakiegou015b powodu.",
"in_reply_to_status_id": null,
"id": 488005086862671872,
"favorite_count": 126,
"source": "<a href="http://twitter.com" rel="nofollow">Twitter Web Client</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": 336,
"id_str": "488005086862671872",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2407556030,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme4/bg.gif",
"verified": false,
"profile_text_color": "3C3940",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/461493481517502465/y2krLYc4_normal.png",
"profile_sidebar_fill_color": "95E8EC",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/BcENTAmBSC",
"indices": [
0,
22
],
"expanded_url": "http://ask.fm/TrueStoryPL",
"display_url": "ask.fm/TrueStoryPL"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 8941,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "2407556030",
"profile_background_color": "0099B9",
"listed_count": 17,
"is_translation_enabled": false,
"utc_offset": 7200,
"statuses_count": 2272,
"description": "Tweety wymyu015blam sama, lub ewentualnie czerpiu0119 z ru00f3u017cnych u017aru00f3deu0142. Zapraszam do zaglu0105dania do okienka Ulubione! :) SARKAZM u270c",
"friends_count": 2718,
"location": "Konto zau0142ou017cone 23.03.2014",
"profile_link_color": "45E0FF",
"profile_image_url": "http://pbs.twimg.com/profile_images/461493481517502465/y2krLYc4_normal.png",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2407556030/1401547353",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme4/bg.gif",
"screen_name": "TrueStoryPL",
"lang": "pl",
"profile_background_tile": false,
"favourites_count": 1231,
"name": "LMAO u2740",
"notifications": false,
"url": "http://t.co/BcENTAmBSC",
"created_at": "Sun Mar 23 18:40:20 +0000 2014",
"contributors_enabled": false,
"time_zone": "Warsaw",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "pl",
"created_at": "Sat Jul 12 17:00:54 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "pl",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": false,
"default_profile_image": false,
"id": 784845906,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/487219832106938368/uj83ms5v.jpeg",
"verified": false,
"profile_text_color": "D00018",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/487899039388532736/VDQXWQIo_normal.png",
"profile_sidebar_fill_color": "FDF1E1",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/a6E0Lfveu3",
"indices": [
0,
22
],
"expanded_url": "http://bbabykissme.tumblr.com/",
"display_url": "bbabykissme.tumblr.com"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 1123,
"profile_sidebar_border_color": "FFFFFF",
"id_str": "784845906",
"profile_background_color": "F5F5F5",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 10800,
"statuses_count": 15606,
"description": "26.06.13 & 23.03.14 - ROOM94
12.06.14 - BLACK RADIO
Kieran Lemon & Room94 followed",
"friends_count": 1948,
"location": "Poland",
"profile_link_color": "E8B1C3",
"profile_image_url": "http://pbs.twimg.com/profile_images/487899039388532736/VDQXWQIo_normal.png",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/784845906/1405159210",
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/487219832106938368/uj83ms5v.jpeg",
"screen_name": "TheCrystal16",
"lang": "pl",
"profile_background_tile": true,
"favourites_count": 825,
"name": "Styles ",
"notifications": false,
"url": "http://t.co/a6E0Lfveu3",
"created_at": "Mon Aug 27 15:04:31 +0000 2012",
"contributors_enabled": false,
"time_zone": "Athens",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"lang": "pl",
"created_at": "Sun Jul 13 22:40:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "pl",
"result_type": "recent"
}
}
]
"url": null,
"created_at": "Thu May 01 11:57: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": "ja",
"created_at": "Sun Jul 13 16:07:44 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 913981824,
"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/344513261570994986/69ef1d334e04067d0dc1234e5fdec301_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 295,
"profile_sidebar_border_color": "C0DEED",
"id_str": "913981824",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 5932,
"description": "u7dd1u5ca1u4e2d#4u2192u6c34u6238u4e00u9ad8u5143u91ceu7403u90e8 uff13u5e74 #8",
"friends_count": 283,
"location": "u307fu3068u3057",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/344513261570994986/69ef1d334e04067d0dc1234e5fdec301_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/913981824/1400766610",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "t_melonman123",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 123,
"name": "u6d77u91ceu667au6d0b",
"notifications": false,
"url": null,
"created_at": "Tue Oct 30 05:58:40 +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": "ja",
"created_at": "Sun Jul 13 22:44:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @beqyluxoges: u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a httpu2026",
"in_reply_to_status_id": null,
"id": 488453868829696000,
"favorite_count": 0,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9uff13</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2484718088,
"indices": [
3,
15
],
"id_str": "2484718088",
"screen_name": "beqyluxoges",
"name": "u304au3059u3059u3081u30a2u30d7u30ea"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
51,
73
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
96,
118
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"source_status_id_str": "488452844383526913",
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"source_status_id": 488452844383526913,
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 468,
"id_str": "488453868829696000",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a http://t.co/cFEuwZjhqp",
"in_reply_to_status_id": null,
"id": 488452844383526913,
"favorite_count": 3,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9785</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
34,
56
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
79,
101
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 468,
"id_str": "488452844383526913",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2484718088,
"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/468627401958645761/PEKdiYWl_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 89,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2484718088",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 1,
"description": "",
"friends_count": 5,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/468627401958645761/PEKdiYWl_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "beqyluxoges",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u304au3059u3059u3081u30a2u30d7u30ea",
"notifications": false,
"url": null,
"created_at": "Fri May 09 00:16:30 +0000 2014",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:07 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 575427868,
"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/481981558635499520/eZSKaUXH_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 239,
"profile_sidebar_border_color": "C0DEED",
"id_str": "575427868",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 4329,
"description": "19u6b73u2606u304bu305au30d1u30d1love
u4e88u5b9au65e507/26",
"friends_count": 212,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/481981558635499520/eZSKaUXH_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/575427868/1398593050",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "naashan07",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 128,
"name": "u306au30fcu3057u3083u3093",
"notifications": false,
"url": null,
"created_at": "Wed May 09 15:02:10 +0000 2012",
"contributors_enabled": false,
"time_zone": "Tokyo",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:44:12 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "u30c0u30cbu30fcu30fbu30dcu30fcu30a4 / u30d3u30ebu30fbu30a8u30f4u30a1u30f3u30b9
http://t.co/0c33iJeuNh
#iTunes #iPhone #",
"in_reply_to_status_id": null,
"id": 488453868506714113,
"favorite_count": 0,
"source": "<a href="http://itmsbook.mega-bit.net/" rel="nofollow">itmsbook</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
44,
51
],
"text": "iTunes"
},
{
"indices": [
52,
59
],
"text": "iPhone"
}
],
"urls": [
{
"url": "http://t.co/0c33iJeuNh",
"indices": [
19,
41
],
"expanded_url": "http://wp.me/p3lluZ-dyFMH",
"display_url": "wp.me/p3lluZ-dyFMH"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488453868506714113",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2378919690,
"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/442327473686978561/4FWNOE-v_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/cTty2XM4Ov",
"indices": [
0,
22
],
"expanded_url": "http://itmsjp.mega-bit.net",
"display_url": "itmsjp.mega-bit.net"
}
]
},
"description": {
"urls": []
}
},
"followers_count": 6515,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2378919690",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 25866,
"description": "iPhoneu3067u97f3u697du805eu304fu306eu304cu5927u597du304du3002",
"friends_count": 6516,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/442327473686978561/4FWNOE-v_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2378919690/1394294069",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "mzkcava",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 2679,
"name": "mp3u597du304d",
"notifications": false,
"url": "http://t.co/cTty2XM4Ov",
"created_at": "Sat Mar 08 15:54: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": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @app_store_4: u7121u6599u3067u30deu30f3u30acu3092u8aadu307fu653eu984cuff01uff01
CMu3067u3082u8a71u984cu306e
u3010u30deu30f3u30acu30dcu30c3u30afu30b9u3011
iPhoneu21d2http://t.co/t9vS7GfeD7
Androidu21d2http://t.co/2PkTi3s27H
u7121u6599u30c0u30a6u30f3u30edu30fcu30c9u671fu9593uff01uff01 http://t.co/u2026",
"in_reply_to_status_id": null,
"id": 488453867906949120,
"favorite_count": 0,
"source": "<a href="https://www.youtube.com/" rel="nofollow">u5b66u751f.com</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2472388760,
"indices": [
3,
15
],
"id_str": "2472388760",
"screen_name": "app_store_4",
"name": "u2606u7121u6599u30a2u30d7u30eaStoreu2606"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/t9vS7GfeD7",
"indices": [
58,
80
],
"expanded_url": "http://goo.gl/E5C6GE",
"display_url": "goo.gl/E5C6GE"
},
{
"url": "http://t.co/2PkTi3s27H",
"indices": [
90,
112
],
"expanded_url": "http://goo.gl/nQyzZy",
"display_url": "goo.gl/nQyzZy"
}
],
"media": [
{
"source_status_id_str": "485450554479349760",
"expanded_url": "http://twitter.com/app_store_4/status/485450554479349760/photo/1",
"display_url": "pic.twitter.com/hzpYDCRmsk",
"url": "http://t.co/hzpYDCRmsk",
"media_url_https": "https://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg",
"source_status_id": 485450554479349760,
"id_str": "485450509373808641",
"sizes": {
"small": {
"h": 255,
"resize": "fit",
"w": 340
},
"large": {
"h": 360,
"resize": "fit",
"w": 480
},
"medium": {
"h": 360,
"resize": "fit",
"w": 480
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 485450509373808641,
"media_url": "http://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 27685,
"id_str": "488453867906949120",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u7121u6599u3067u30deu30f3u30acu3092u8aadu307fu653eu984cuff01uff01
CMu3067u3082u8a71u984cu306e
u3010u30deu30f3u30acu30dcu30c3u30afu30b9u3011
iPhoneu21d2http://t.co/t9vS7GfeD7
Androidu21d2http://t.co/2PkTi3s27H
u7121u6599u30c0u30a6u30f3u30edu30fcu30c9u671fu9593uff01uff01 http://t.co/hzpYDCRmsk",
"in_reply_to_status_id": null,
"id": 488354157904928768,
"favorite_count": 118,
"source": "<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/t9vS7GfeD7",
"indices": [
41,
63
],
"expanded_url": "http://goo.gl/E5C6GE",
"display_url": "goo.gl/E5C6GE"
},
{
"url": "http://t.co/2PkTi3s27H",
"indices": [
73,
95
],
"expanded_url": "http://goo.gl/nQyzZy",
"display_url": "goo.gl/nQyzZy"
}
],
"media": [
{
"source_status_id_str": "485450554479349760",
"expanded_url": "http://twitter.com/app_store_4/status/485450554479349760/photo/1",
"display_url": "pic.twitter.com/hzpYDCRmsk",
"url": "http://t.co/hzpYDCRmsk",
"media_url_https": "https://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg",
"source_status_id": 485450554479349760,
"id_str": "485450509373808641",
"sizes": {
"small": {
"h": 255,
"resize": "fit",
"w": 340
},
"large": {
"h": 360,
"resize": "fit",
"w": 480
},
"medium": {
"h": 360,
"resize": "fit",
"w": 480
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
110,
132
],
"type": "photo",
"id": 485450509373808641,
"media_url": "http://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 27685,
"id_str": "488354157904928768",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2472388760,
"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/485453875789312000/TzYd2FJt_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1460,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2472388760",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 14,
"description": "",
"friends_count": 0,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/485453875789312000/TzYd2FJt_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "app_store_4",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u2606u7121u6599u30a2u30d7u30eaStoreu2606",
"notifications": false,
"url": null,
"created_at": "Thu May 01 11:57: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": "ja",
"created_at": "Sun Jul 13 16:07:59 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2479013346,
"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/465493390642003970/5Xc1Tsep_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 263,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2479013346",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1358,
"description": "05190516u2661u4ed5u4e8bu4eba
u3042u30fcu3061u3083u3093u3060u3044u3059u304du3060u3088u2661",
"friends_count": 281,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/465493390642003970/5Xc1Tsep_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2479013346/1404739218",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "mizukihar",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 2375,
"name": "u771eu91ceu745eu6a39",
"notifications": false,
"url": null,
"created_at": "Tue May 06 00:38:06 +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": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @tanjyoubi_777: u65b0u3057u3044iPhoneu3084u6700u65b0u30b9u30deu30dbu3092u8cb7u3046u306eu306au3089u30b3u30b3u304bu306au3002u6700u592770,000u5186u3092u30adu30e3u30c3u30b7u30e5u30d0u30c3u30afuff01 http://t.co/MrLQ7iyqdU u3000u3000u3000u3000u3000http://t.co/5bv6mKTK6M",
"in_reply_to_status_id": null,
"id": 488453867604946946,
"favorite_count": 0,
"source": "<a href="http://awesomestyle.biz" rel="nofollow">spiral retweeter_okusenman4</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 627588873,
"indices": [
3,
17
],
"id_str": "627588873",
"screen_name": "tanjyoubi_777",
"name": "u8a95u751fu65e5u8a3au65ad"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/MrLQ7iyqdU",
"indices": [
66,
88
],
"expanded_url": "http://pict-twittter.com/link/2.html",
"display_url": "pict-twittter.com/link/2.html"
}
],
"media": [
{
"source_status_id_str": "377090824200142848",
"expanded_url": "http://twitter.com/chapoo2012/status/377090824200142848/photo/1",
"display_url": "pic.twitter.com/5bv6mKTK6M",
"url": "http://t.co/5bv6mKTK6M",
"media_url_https": "https://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif",
"source_status_id": 377090824200142848,
"id_str": "377090824208531456",
"sizes": {
"large": {
"h": 280,
"resize": "fit",
"w": 336
},
"small": {
"h": 280,
"resize": "fit",
"w": 336
},
"medium": {
"h": 280,
"resize": "fit",
"w": 336
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
94,
116
],
"type": "photo",
"id": 377090824208531456,
"media_url": "http://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 20,
"id_str": "488453867604946946",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u65b0u3057u3044iPhoneu3084u6700u65b0u30b9u30deu30dbu3092u8cb7u3046u306eu306au3089u30b3u30b3u304bu306au3002u6700u592770,000u5186u3092u30adu30e3u30c3u30b7u30e5u30d0u30c3u30afuff01 http://t.co/MrLQ7iyqdU u3000u3000u3000u3000u3000http://t.co/5bv6mKTK6M",
"in_reply_to_status_id": null,
"id": 488254152955269120,
"favorite_count": 0,
"source": "<a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/MrLQ7iyqdU",
"indices": [
47,
69
],
"expanded_url": "http://pict-twittter.com/link/2.html",
"display_url": "pict-twittter.com/link/2.html"
}
],
"media": [
{
"source_status_id_str": "377090824200142848",
"expanded_url": "http://twitter.com/chapoo2012/status/377090824200142848/photo/1",
"display_url": "pic.twitter.com/5bv6mKTK6M",
"url": "http://t.co/5bv6mKTK6M",
"media_url_https": "https://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif",
"source_status_id": 377090824200142848,
"id_str": "377090824208531456",
"sizes": {
"large": {
"h": 280,
"resize": "fit",
"w": 336
},
"small": {
"h": 280,
"resize": "fit",
"w": 336
},
"medium": {
"h": 280,
"resize": "fit",
"w": 336
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
75,
97
],
"type": "photo",
"id": 377090824208531456,
"media_url": "http://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 20,
"id_str": "488254152955269120",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 627588873,
"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/467695107513143297/c61xqIyF_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 2530,
"profile_sidebar_border_color": "C0DEED",
"id_str": "627588873",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 39085,
"description": "u751fu307eu308cu305fu65e5u5360u3044uff06u8a3au65adu3002u76f8u6027u306au3069u306au3069u3002",
"friends_count": 2600,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/467695107513143297/c61xqIyF_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "tanjyoubi_777",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u8a95u751fu65e5u8a3au65ad",
"notifications": false,
"url": null,
"created_at": "Thu Jul 05 16:13:26 +0000 2012",
"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": "ja",
"created_at": "Sun Jul 13 09:30:36 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 620208438,
"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/3229382752/0499b74cd1f03ae5c154c1da1da1ffb1_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 2482,
"profile_sidebar_border_color": "C0DEED",
"id_str": "620208438",
"profile_background_color": "C0DEED",
"listed_count": 1,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 34514,
"description": "u601du308fu305aRTu3057u305fu304fu306au308bu8a71u984cu753bu50cfu3092u7d39u4ecbu3057u3066u3044u307eu3059u3002",
"friends_count": 2611,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/3229382752/0499b74cd1f03ae5c154c1da1da1ffb1_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "cho_wadai_gazou",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u8d85u8a71u984cu753bu50cf",
"notifications": false,
"url": null,
"created_at": "Wed Jun 27 16:15:52 +0000 2012",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I'm now an E-List celebrity in Kim Kardashian: Hollywood. Come join me and become famous too, by playing on iPhone! http://t.co/GHWtXzuxjx",
"in_reply_to_status_id": null,
"id": 488453867206881280,
"favorite_count": 0,
"source": "<a href="http://www.apple.com" rel="nofollow">iOS</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/GHWtXzuxjx",
"indices": [
116,
138
],
"expanded_url": "http://itunes.apple.com/app/id860822992",
"display_url": "itunes.apple.com/app/id860822992"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488453867206881280",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 867798350,
"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/451058346607792128/ZZXIdZap_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 19,
"profile_sidebar_border_color": "C0DEED",
"id_str": "867798350",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -14400,
"statuses_count": 21,
"description": "",
"friends_count": 77,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/451058346607792128/ZZXIdZap_normal.jpeg",
"following": false,
"geo_enabled": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/867798350/1393013422",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "RieRie_Love",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 1,
"name": "RieRie",
"notifications": false,
"url": null,
"created_at": "Mon Oct 08 10:59:19 +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": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @beqyluxoges: u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a httpu2026",
"in_reply_to_status_id": null,
"id": 488453866698969088,
"favorite_count": 0,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9uff12</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2484718088,
"indices": [
3,
15
],
"id_str": "2484718088",
"screen_name": "beqyluxoges",
"name": "u304au3059u3059u3081u30a2u30d7u30ea"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
51,
73
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
96,
118
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"source_status_id_str": "488452844383526913",
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"source_status_id": 488452844383526913,
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 468,
"id_str": "488453866698969088",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a http://t.co/cFEuwZjhqp",
"in_reply_to_status_id": null,
"id": 488452844383526913,
"favorite_count": 3,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9785</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
34,
56
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
79,
101
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 468,
"id_str": "488452844383526913",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2484718088,
"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/468627401958645761/PEKdiYWl_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 89,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2484718088",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 1,
"description": "",
"friends_count": 5,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/468627401958645761/PEKdiYWl_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "beqyluxoges",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u304au3059u3059u3081u30a2u30d7u30ea",
"notifications": false,
"url": null,
"created_at": "Fri May 09 00:16:30 +0000 2014",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:07 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1324216770,
"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/483936722841923584/Ibq4wQr__normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 234,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1324216770",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 1089,
"description": "kihoku M2Au3000 u2661FUTSALu2661SOCCERu2661James Rodriguezu2661",
"friends_count": 206,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/483936722841923584/Ibq4wQr__normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1324216770/1404214278",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "Haya1761",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 176,
"name": "u306fu3084u3068 ",
"notifications": false,
"url": null,
"created_at": "Wed Apr 03 09:39:35 +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": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @app_store_4: u7121u6599u3067u30deu30f3u30acu3092u8aadu307fu653eu984cuff01uff01
CMu3067u3082u8a71u984cu306e
u3010u30deu30f3u30acu30dcu30c3u30afu30b9u3011
iPhoneu21d2http://t.co/t9vS7GfeD7
Androidu21d2http://t.co/2PkTi3s27H
u7121u6599u30c0u30a6u30f3u30edu30fcu30c9u671fu9593uff01uff01 http://t.co/hu2026",
"in_reply_to_status_id": null,
"id": 488453866304724992,
"favorite_count": 0,
"source": "<a href="http://www.yahoo.co.jp/" rel="nofollow">u3042u306eu30a8u30deu30fbu30efu30c8u30bdu30f3u304cuff01uff1f</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2472388760,
"indices": [
3,
15
],
"id_str": "2472388760",
"screen_name": "app_store_4",
"name": "u2606u7121u6599u30a2u30d7u30eaStoreu2606"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/t9vS7GfeD7",
"indices": [
57,
79
],
"expanded_url": "http://goo.gl/E5C6GE",
"display_url": "goo.gl/E5C6GE"
},
{
"url": "http://t.co/2PkTi3s27H",
"indices": [
89,
111
],
"expanded_url": "http://goo.gl/nQyzZy",
"display_url": "goo.gl/nQyzZy"
}
],
"media": [
{
"source_status_id_str": "485450554479349760",
"expanded_url": "http://twitter.com/app_store_4/status/485450554479349760/photo/1",
"display_url": "pic.twitter.com/hzpYDCRmsk",
"url": "http://t.co/hzpYDCRmsk",
"media_url_https": "https://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg",
"source_status_id": 485450554479349760,
"id_str": "485450509373808641",
"sizes": {
"small": {
"h": 255,
"resize": "fit",
"w": 340
},
"large": {
"h": 360,
"resize": "fit",
"w": 480
},
"medium": {
"h": 360,
"resize": "fit",
"w": 480
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 485450509373808641,
"media_url": "http://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 19964,
"id_str": "488453866304724992",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u7121u6599u3067u30deu30f3u30acu3092u8aadu307fu653eu984cuff01uff01
CMu3067u3082u8a71u984cu306e
u3010u30deu30f3u30acu30dcu30c3u30afu30b9u3011
iPhoneu21d2http://t.co/t9vS7GfeD7
Androidu21d2http://t.co/2PkTi3s27H
u7121u6599u30c0u30a6u30f3u30edu30fcu30c9u671fu9593uff01uff01 http://t.co/hzpYDCRmsk",
"in_reply_to_status_id": null,
"id": 488354098714927104,
"favorite_count": 59,
"source": "<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/t9vS7GfeD7",
"indices": [
40,
62
],
"expanded_url": "http://goo.gl/E5C6GE",
"display_url": "goo.gl/E5C6GE"
},
{
"url": "http://t.co/2PkTi3s27H",
"indices": [
72,
94
],
"expanded_url": "http://goo.gl/nQyzZy",
"display_url": "goo.gl/nQyzZy"
}
],
"media": [
{
"source_status_id_str": "485450554479349760",
"expanded_url": "http://twitter.com/app_store_4/status/485450554479349760/photo/1",
"display_url": "pic.twitter.com/hzpYDCRmsk",
"url": "http://t.co/hzpYDCRmsk",
"media_url_https": "https://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg",
"source_status_id": 485450554479349760,
"id_str": "485450509373808641",
"sizes": {
"small": {
"h": 255,
"resize": "fit",
"w": 340
},
"large": {
"h": 360,
"resize": "fit",
"w": 480
},
"medium": {
"h": 360,
"resize": "fit",
"w": 480
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
109,
131
],
"type": "photo",
"id": 485450509373808641,
"media_url": "http://pbs.twimg.com/media/Bryqqo9CIAEi_7i.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 19964,
"id_str": "488354098714927104",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2472388760,
"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/485453875789312000/TzYd2FJt_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 1460,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2472388760",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 14,
"description": "",
"friends_count": 0,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/485453875789312000/TzYd2FJt_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "app_store_4",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u2606u7121u6599u30a2u30d7u30eaStoreu2606",
"notifications": false,
"url": null,
"created_at": "Thu May 01 11:57: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": "ja",
"created_at": "Sun Jul 13 16:07:44 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 1910825041,
"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/378800000595733469/144853d10cba82990a889f960a8b376a_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 32,
"profile_sidebar_border_color": "C0DEED",
"id_str": "1910825041",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 60,
"description": "u3068u3042u308bu4e2du5b662u5e74
u5353u7403u90e8u6240u5c5eu3001u90e8u9577
u3042u307eu308au3001u5353u7403u304cu4e0au624bu304fu306au3044u304cu5353u7403u304cu597du304d
u3088u308du3057u304fu304au9858u3044u3057u307eu3059u3002",
"friends_count": 80,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/378800000595733469/144853d10cba82990a889f960a8b376a_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1910825041/1381762891",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "kazuya12117",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "kazuya@u5353u7403u57a2",
"notifications": false,
"url": null,
"created_at": "Fri Sep 27 10:51:03 +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": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "WERE GIVING AWAY 25 FREE GOLD IPHONE 5 TO NEXT 25 WHO FOLLOW @femalebook FAV WHEN DONE! http://t.co/TcHXcQ9AL8",
"in_reply_to_status_id": null,
"id": 488453866275745793,
"favorite_count": 18,
"source": "<a href="https://about.twitter.com/products/tweetdeck" rel="nofollow">TweetDeck</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 581494085,
"indices": [
61,
72
],
"id_str": "581494085",
"screen_name": "femalebook",
"name": "Okay? "
}
],
"hashtags": [],
"urls": [],
"media": [
{
"source_status_id_str": "484332683905228800",
"expanded_url": "http://twitter.com/GiveAwaylPhone5/status/484332683905228800/photo/1",
"display_url": "pic.twitter.com/TcHXcQ9AL8",
"url": "http://t.co/TcHXcQ9AL8",
"media_url_https": "https://pbs.twimg.com/media/BriyAl0CMAMbEQv.jpg",
"source_status_id": 484332683905228800,
"id_str": "484332683162431491",
"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": [
88,
110
],
"type": "photo",
"id": 484332683162431491,
"media_url": "http://pbs.twimg.com/media/BriyAl0CMAMbEQv.jpg"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 10,
"id_str": "488453866275745793",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 996217376,
"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/2945815948/d942078d9498821c7d4fb2eb11cc135a_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 128059,
"profile_sidebar_border_color": "C0DEED",
"id_str": "996217376",
"profile_background_color": "C0DEED",
"listed_count": 61,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 14818,
"description": "#TeamIphone Everything you need to know about iphone5, jokes, emoji, giveaways",
"friends_count": 66,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/2945815948/d942078d9498821c7d4fb2eb11cc135a_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "GiveAwaylPhone5",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 14,
"name": "iphone GiveAways",
"notifications": false,
"url": null,
"created_at": "Sat Dec 08 01:31:24 +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": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "I'm now a B-List celebrity in Kim Kardashian: Hollywood. Come join me and become famous too by playing on iPhone! http://t.co/IS3gQAZMBT",
"in_reply_to_status_id": null,
"id": 488453865461665794,
"favorite_count": 0,
"source": "<a href="http://www.apple.com" rel="nofollow">iOS</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/IS3gQAZMBT",
"indices": [
114,
136
],
"expanded_url": "http://itunes.apple.com/app/id860822992",
"display_url": "itunes.apple.com/app/id860822992"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488453865461665794",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 38216889,
"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/460926150110232576/MA-3w91p_normal.jpeg",
"profile_sidebar_fill_color": "F6FFD1",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 114,
"profile_sidebar_border_color": "FFF8AD",
"id_str": "38216889",
"profile_background_color": "FFF04D",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": -18000,
"statuses_count": 343,
"description": "",
"friends_count": 909,
"location": "Joetown",
"profile_link_color": "0099CC",
"profile_image_url": "http://pbs.twimg.com/profile_images/460926150110232576/MA-3w91p_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/38216889/1401045444",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme19/bg.gif",
"screen_name": "meghanRledden",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 197,
"name": "Meg",
"notifications": false,
"url": null,
"created_at": "Wed May 06 16:30:49 +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": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "en",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @tanjyoubi_777: u65b0u3057u3044iPhoneu3084u6700u65b0u30b9u30deu30dbu3092u8cb7u3046u306eu306au3089u30b3u30b3u304bu306au3002u6700u592770,000u5186u3092u30adu30e3u30c3u30b7u30e5u30d0u30c3u30afuff01 http://t.co/MrLQ7iyqdU u3000u3000u3000u3000u3000http://t.co/5bv6mKTK6M",
"in_reply_to_status_id": null,
"id": 488453865272909824,
"favorite_count": 0,
"source": "<a href="http://awesomestyle.biz" rel="nofollow">spiral retweeter_okusenman4</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 627588873,
"indices": [
3,
17
],
"id_str": "627588873",
"screen_name": "tanjyoubi_777",
"name": "u8a95u751fu65e5u8a3au65ad"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/MrLQ7iyqdU",
"indices": [
66,
88
],
"expanded_url": "http://pict-twittter.com/link/2.html",
"display_url": "pict-twittter.com/link/2.html"
}
],
"media": [
{
"source_status_id_str": "377090824200142848",
"expanded_url": "http://twitter.com/chapoo2012/status/377090824200142848/photo/1",
"display_url": "pic.twitter.com/5bv6mKTK6M",
"url": "http://t.co/5bv6mKTK6M",
"media_url_https": "https://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif",
"source_status_id": 377090824200142848,
"id_str": "377090824208531456",
"sizes": {
"large": {
"h": 280,
"resize": "fit",
"w": 336
},
"small": {
"h": 280,
"resize": "fit",
"w": 336
},
"medium": {
"h": 280,
"resize": "fit",
"w": 336
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
94,
116
],
"type": "photo",
"id": 377090824208531456,
"media_url": "http://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 20,
"id_str": "488453865272909824",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u65b0u3057u3044iPhoneu3084u6700u65b0u30b9u30deu30dbu3092u8cb7u3046u306eu306au3089u30b3u30b3u304bu306au3002u6700u592770,000u5186u3092u30adu30e3u30c3u30b7u30e5u30d0u30c3u30afuff01 http://t.co/MrLQ7iyqdU u3000u3000u3000u3000u3000http://t.co/5bv6mKTK6M",
"in_reply_to_status_id": null,
"id": 488254152955269120,
"favorite_count": 0,
"source": "<a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/MrLQ7iyqdU",
"indices": [
47,
69
],
"expanded_url": "http://pict-twittter.com/link/2.html",
"display_url": "pict-twittter.com/link/2.html"
}
],
"media": [
{
"source_status_id_str": "377090824200142848",
"expanded_url": "http://twitter.com/chapoo2012/status/377090824200142848/photo/1",
"display_url": "pic.twitter.com/5bv6mKTK6M",
"url": "http://t.co/5bv6mKTK6M",
"media_url_https": "https://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif",
"source_status_id": 377090824200142848,
"id_str": "377090824208531456",
"sizes": {
"large": {
"h": 280,
"resize": "fit",
"w": 336
},
"small": {
"h": 280,
"resize": "fit",
"w": 336
},
"medium": {
"h": 280,
"resize": "fit",
"w": 336
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
75,
97
],
"type": "photo",
"id": 377090824208531456,
"media_url": "http://pbs.twimg.com/media/BTuyG1ECQAAvzTW.gif"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 20,
"id_str": "488254152955269120",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 627588873,
"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/467695107513143297/c61xqIyF_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 2530,
"profile_sidebar_border_color": "C0DEED",
"id_str": "627588873",
"profile_background_color": "C0DEED",
"listed_count": 8,
"is_translation_enabled": false,
"utc_offset": -36000,
"statuses_count": 39085,
"description": "u751fu307eu308cu305fu65e5u5360u3044uff06u8a3au65adu3002u76f8u6027u306au3069u306au3069u3002",
"friends_count": 2600,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/467695107513143297/c61xqIyF_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "tanjyoubi_777",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u8a95u751fu65e5u8a3au65ad",
"notifications": false,
"url": null,
"created_at": "Thu Jul 05 16:13:26 +0000 2012",
"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": "ja",
"created_at": "Sun Jul 13 09:30:36 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2493131234,
"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/466236667506855936/Q0Ek_zrQ_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 2265,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2493131234",
"profile_background_color": "C0DEED",
"listed_count": 0,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 8030,
"description": "",
"friends_count": 2262,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/466236667506855936/Q0Ek_zrQ_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "waraiga_tomaran",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u7b11u3044u304cu672cu5f53u306bu6b62u307eu3089u306au3044",
"notifications": false,
"url": null,
"created_at": "Tue May 13 15:18:50 +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": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "u7121u6599u52d5u753b30minutes uff5e30u5206u4ee5u4e0au306eu7121u6599u30a2u30c0u30ebu30c8u30e0u30fcu30d3u30fc #u7121u6599u30a8u30edu52d5u753b #FC2u30a2u30c0u30ebu30c8u52d5u753b #u5b89u5fc3 #iPhone #u7121u6599u30a2u30c0u30ebu30c8u52d5u753b http://t.co/EDsVJdYQox #AKB",
"in_reply_to_status_id": null,
"id": 488453865126105090,
"favorite_count": 0,
"source": "<a href="http://twittbot.net/" rel="nofollow">twittbot.net</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [
{
"indices": [
32,
39
],
"text": "u7121u6599u30a8u30edu52d5u753b"
},
{
"indices": [
40,
50
],
"text": "FC2u30a2u30c0u30ebu30c8u52d5u753b"
},
{
"indices": [
51,
54
],
"text": "u5b89u5fc3"
},
{
"indices": [
55,
62
],
"text": "iPhone"
},
{
"indices": [
63,
72
],
"text": "u7121u6599u30a2u30c0u30ebu30c8u52d5u753b"
},
{
"indices": [
96,
100
],
"text": "AKB"
}
],
"urls": [
{
"url": "http://t.co/EDsVJdYQox",
"indices": [
73,
95
],
"expanded_url": "http://ad.heypo.com/click/1078",
"display_url": "ad.heypo.com/click/1078"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 0,
"id_str": "488453865126105090",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 202086109,
"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/3524564031/1e8616f9ed0524f843bb446111f21757_normal.jpeg",
"profile_sidebar_fill_color": "252429",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/W25nMGh51n",
"indices": [
0,
22
],
"expanded_url": "http://erosaitonomatome.wordpress.com/",
"display_url": "erosaitonomatome.wordpress.com"
}
]
},
"description": {
"urls": [
{
"url": "http://t.co/W25nMGh51n",
"indices": [
77,
99
],
"expanded_url": "http://erosaitonomatome.wordpress.com/",
"display_url": "erosaitonomatome.wordpress.com"
}
]
}
},
"followers_count": 4557,
"profile_sidebar_border_color": "181A1E",
"id_str": "202086109",
"profile_background_color": "1A1B1F",
"listed_count": 10,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 79471,
"description": "u30cau30f3u30d1u91ceu90ceu543eu6717u3054u82e6u52b4u3067u3059u3002u653bu7565u3059u308cu3070u7d20u4ebau5973u5b50u3068100%u30e4u30ecu308bu30b5u30a4u30c8u3092u3053u3088u306au304fu611bu3057u3001u5fc5u7136u7684u306bu30c4u30a4u30c3u30bfu30fcu3082u3084u3063u3066u307eu3059u3002u51fau4f1au3048u308bu7cfbu653bu7565u30d6u30edu30b0u30ecu30ddu30fcu30c8u3082u968fu6642u66f4u65b0u4e2dhttp://t.co/W25nMGh51n",
"friends_count": 4536,
"location": "u6771u4eacu90fd",
"profile_link_color": "2FC2EF",
"profile_image_url": "http://pbs.twimg.com/profile_images/3524564031/1e8616f9ed0524f843bb446111f21757_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "goro596",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 9,
"name": "u543eu90ceu3054u82e6u52b4",
"notifications": false,
"url": "http://t.co/W25nMGh51n",
"created_at": "Wed Oct 13 07:57:05 +0000 2010",
"contributors_enabled": false,
"time_zone": "Tokyo",
"protected": false,
"default_profile": false,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
{
"contributors": null,
"truncated": false,
"text": "RT @beqyluxoges: u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a httpu2026",
"in_reply_to_status_id": null,
"id": 488453864631197696,
"favorite_count": 0,
"source": "<a href="http://c23.biz/NLLQ" rel="nofollow">u8d85u30abu30f3u30bfu30f3uff01u6c17u8efdu306bu3067u304du308bu8272u5360u3044u3000</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [
{
"id": 2484718088,
"indices": [
3,
15
],
"id_str": "2484718088",
"screen_name": "beqyluxoges",
"name": "u304au3059u3059u3081u30a2u30d7u30ea"
}
],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
51,
73
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
96,
118
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"source_status_id_str": "488452844383526913",
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"source_status_id": 488452844383526913,
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
139,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 468,
"id_str": "488453864631197696",
"favorited": false,
"retweeted_status": {
"contributors": null,
"truncated": false,
"text": "u3048u3001u3069u3046u3057u3088u3046u3002
u5b09u3057u3059u304eu3066u56fau307eu3063u3066u308b(u00b0_u00b0)
iPhoneu21d2http://t.co/PC3KkSGWNC
u203bu53f3u4e0aSafariu3067u958bu304f
Androidu21d2http://t.co/3J37mfRLYe
u521du3081u3066u9001u3063u305fu30cfu30c3u30d4u30fcu30e1u30fcu30ebu266a http://t.co/cFEuwZjhqp",
"in_reply_to_status_id": null,
"id": 488452844383526913,
"favorite_count": 3,
"source": "<a href="http://bit.ly/IDJHUI" rel="nofollow">u8a71u984cu306eu30cbu30e5u30fcu30b9785</a>",
"retweeted": false,
"coordinates": null,
"entities": {
"symbols": [],
"user_mentions": [],
"hashtags": [],
"urls": [
{
"url": "http://t.co/PC3KkSGWNC",
"indices": [
34,
56
],
"expanded_url": "http://tinyurl.com/m5zw2k7",
"display_url": "tinyurl.com/m5zw2k7"
},
{
"url": "http://t.co/3J37mfRLYe",
"indices": [
79,
101
],
"expanded_url": "http://tinyurl.com/q9tnkzd",
"display_url": "tinyurl.com/q9tnkzd"
}
],
"media": [
{
"expanded_url": "http://twitter.com/beqyluxoges/status/488452844383526913/photo/1",
"display_url": "pic.twitter.com/cFEuwZjhqp",
"url": "http://t.co/cFEuwZjhqp",
"media_url_https": "https://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png",
"id_str": "488452844039573504",
"sizes": {
"large": {
"h": 519,
"resize": "fit",
"w": 450
},
"small": {
"h": 392,
"resize": "fit",
"w": 339
},
"medium": {
"h": 519,
"resize": "fit",
"w": 450
},
"thumb": {
"h": 150,
"resize": "crop",
"w": 150
}
},
"indices": [
118,
140
],
"type": "photo",
"id": 488452844039573504,
"media_url": "http://pbs.twimg.com/media/BsdVRhKCEAAVpFX.png"
}
]
},
"in_reply_to_screen_name": null,
"in_reply_to_user_id": null,
"retweet_count": 468,
"id_str": "488452844383526913",
"favorited": false,
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2484718088,
"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/468627401958645761/PEKdiYWl_normal.png",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 89,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2484718088",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": 32400,
"statuses_count": 1,
"description": "",
"friends_count": 5,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/468627401958645761/PEKdiYWl_normal.png",
"following": false,
"geo_enabled": false,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "beqyluxoges",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 0,
"name": "u304au3059u3059u3081u30a2u30d7u30ea",
"notifications": false,
"url": null,
"created_at": "Fri May 09 00:16:30 +0000 2014",
"contributors_enabled": false,
"time_zone": "Irkutsk",
"protected": false,
"default_profile": true,
"is_translator": false
},
"geo": null,
"in_reply_to_user_id_str": null,
"possibly_sensitive": false,
"lang": "ja",
"created_at": "Sun Jul 13 22:40:07 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
},
"user": {
"follow_request_sent": false,
"profile_use_background_image": true,
"default_profile_image": false,
"id": 2474782273,
"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/487838984119140352/r3GOFWFB_normal.jpeg",
"profile_sidebar_fill_color": "DDEEF6",
"entities": {
"description": {
"urls": []
}
},
"followers_count": 295,
"profile_sidebar_border_color": "C0DEED",
"id_str": "2474782273",
"profile_background_color": "C0DEED",
"listed_count": 2,
"is_translation_enabled": false,
"utc_offset": null,
"statuses_count": 866,
"description": "u77f3u548cu4e2d3-6!u7d75u66f8u304fu306eu304cu597du304du30a2u30cbu30e1u3001VOCALOIDu3001u6b4cu3044u624bu3055u3093u3001EXILEu3001u305du306au30ddu30b1u3068u304bu8272u3005u597du304d!!u8150u5973u5b50u3067u3059u30d5u30a9u30edu30fcu3088u308du3057u304fuff01",
"friends_count": 569,
"location": "",
"profile_link_color": "0084B4",
"profile_image_url": "http://pbs.twimg.com/profile_images/487838984119140352/r3GOFWFB_normal.jpeg",
"following": false,
"geo_enabled": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2474782273/1401616992",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"screen_name": "SonarDai",
"lang": "ja",
"profile_background_tile": false,
"favourites_count": 1689,
"name": "u8056u83dcu97f3u266c( 'u03c9'o[u305bu306au306eu3093]o u00ae",
"notifications": false,
"url": null,
"created_at": "Sat May 03 01:35:11 +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": "ja",
"created_at": "Sun Jul 13 22:44:11 +0000 2014",
"in_reply_to_status_id_str": null,
"place": null,
"metadata": {
"iso_language_code": "ja",
"result_type": "recent"
}
}
]