国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > 互联网 > 新浪微博数据挖掘食谱之五: 保存篇 (json mongodb格式)

新浪微博数据挖掘食谱之五: 保存篇 (json mongodb格式)

来源:程序员人生   发布时间:2015-01-04 09:05:18 阅读次数:4679次
#!/usr/bin/python # -*- coding: utf⑻ -*- ''' Created on 2015⑴⑴ @author: beyondzhou @name: json_data_mongodb.py ''' ''' Config windows service for mongodb Configure a windows service for MongoDb The following procedure assumes you have installed MongoDB using the MSI installer, with the default path C:Program FilesMongoDB 2.6 Standard 1. Open an Administrator command prompt windows/cmd 2. Create directories cd c: mkdir c:datadb mkdir c:datalog 3. Create a configuration file echo logpath=c:datalogmongod.log> "C:Program FilesMongoDB 2.6 Standardmongod.cfg" echo dbpath=c:datadb>> "C:Program FilesMongoDB 2.6 Standardmongod.cfg" 4. Create the MongoDB service sc.exe create MongoDB binPath= ""C:Program FilesMongoDB 2.6 Standardinmongod.exe" --service --config="C:Program FilesMongoDB 2.6 Standardmongod.cfg"" DisplayName= "MongoDB 2.6 Standard" start= "auto" 5. Start the MongoDb service net start MongoDB 6. Stop or remove the MongoDB service as needed To stop the MongoDB service, use the following command: net stop MongoDB To remove the MongoDB service, first stop the service and then run the following command sc.exe delete MongoDB ''' # Get public timeline of sina weibo and save json response data into mongodb def json_data_mongodb(): # import from login import weibo_login import json from data import save_to_mongo, load_from_mongo from bson import json_util # Access to sina api weibo_api = weibo_login() # Get public timeline public_timeline = weibo_api.statuses.public_timeline.get(count=200) # Output the public timeline # print json.dumps(public_timeline, indent=1) # Save the json data into mongodb save_to_mongo(public_timeline, 'public_timeline', 'publicTimeline') # Read the json data from mongodb results = load_from_mongo('public_timeline', 'publicTimeline') print json.dumps(results, indent=1, default=json_util.default) if __name__ == '__main__': json_data_mongodb()
# Save json data into mongo def save_to_mongo(data, mongo_db, mongo_db_coll, **mongo_conn_kw): import pymongo # Connect to the MongoDB server running on # localhost:27017 by default client = pymongo.MongoClient(**mongo_conn_kw) # Get a reference to a particular database db = client[mongo_db] # Reference a particular collection in the database coll = db[mongo_db_coll] # Perform a bulk insert and return IDs return coll.insert(data) # Load json data from mongo def load_from_mongo(mongo_db, mongo_db_coll, return_cursor=False, criteria=None, projection=None, **mongo_conn_kw): import pymongo client = pymongo.MongoClient(**mongo_conn_kw) db = client[mongo_db] coll = db[mongo_db_coll] if criteria is None: criteria = {} if projection is None: cursor = coll.find(criteria) else: cursor = coll.find(criteria, projection) # Returning a cursor for large number of data if return_cursor: return cursor else: return [item for item in cursor]

Result:

 

"reposts_count": 0, "mid": "3794113072035799", "idstr": "3794113072035799", "geo": null, "source": "u7c89u4e1du7ea2u5305", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "in_reply_to_status_id": "", "comments_count": 0, "user": { "bi_followers_count": 5, "domain": "", "avatar_large": "http://tp4.sinaimg.cn/3077828255/180/22827608884/0", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 3077828255, "verified_reason_url": "", "city": "10", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 47, "location": "u5c71u4e1c u5a01u6d77", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/3077828255", "province": "37", "avatar_hd": "http://tp4.sinaimg.cn/3077828255/180/22827608884/0", "statuses_count": 183, "description": "", "friends_count": 293, "online_status": 0, "mbrank": 0, "idstr": "3077828255", "profile_image_url": "http://tp4.sinaimg.cn/3077828255/50/22827608884/0", "allow_all_act_msg": false, "verified": false, "geo_enabled": true, "class": 1, "name": "u738bu97f3u5947", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 7, "screen_name": "u738bu97f3u5947", "url": "", "gender": "f", "created_at": "Tue Oct 30 16:55:43 +0800 2012", "verified_type": ⑴, "following": false, "pagefriends_count": 0, "urank": 13 }, "id": 3794113072035799, "pic_urls": [] }, { "reposts_count": 0, "truncated": false, "text": "u6709u53f2u4ee5u6765 u6536u5230u56deu590du6700u591au7684u4e00u6b21[doge][doge] u624bu673au90fdu5febu70b8u5f00u4e86[u7b11cry][u7b11cry][u7b11cry] u4e00u76f4u55e1u55e1u55e1u55e1u7684 u592au5413u4ebau4e86 u54c8u54c8u54c8 u5c0fu4f19u4f34u4eecu4e00u5e74u4e0du89c1u5927u5bb6u90fdu8fd8u597du4e48 u5341u5206u60f3u5ff5u4f60u4eecu554auff5e u54c8u54c8u54c8u54c8u54c8u30022015u65e9u4e0au597du554auff01 u90fdu7ed9u4f60u95eeu5b89u4e86 u4f60u53efu8981u8ba9u6211u7f8eu7f8eu7684u8fc7u597du8fd9u4e00u5e74u54dfuff5e u4e48u4e48u54d2 uff5e[u7231u4f60][u7231u4f60][u7231u4f60]", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww3.sinaimg.cn/bmiddle/6a4c47adjw1entoz8g3qsj20f00qowfa.jpg", "id": 3794113072035615, "thumbnail_pic": "http://ww3.sinaimg.cn/thumbnail/6a4c47adjw1entoz8g3qsj20f00qowfa.jpg", "mid": "3794113072035615", "source": "iPhone 5s", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "iPhone-AA9C2CE3⑵B7B⑷7CB-BE24-F053405C911D" } ], "pic_urls": [ { "thumbnail_pic": "http://ww3.sinaimg.cn/thumbnail/6a4c47adjw1entoz8g3qsj20f00qowfa.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww3.sinaimg.cn/large/6a4c47adjw1entoz8g3qsj20f00qowfa.jpg", "idstr": "3794113072035615", "source_type": 1, "user": { "bi_followers_count": 129, "domain": "leexiaoxi", "avatar_large": "http://tp2.sinaimg.cn/1783383981/180/5714271615/0", "verified_source": "", "ptype": 0, "cover_image_phone": "http://ww3.sinaimg.cn/crop.0.0.640.640.640/6ce2240djw1e9oc39jbm4j20hs0hs0tf.jpg", "star": 0, "id": 1783383981, "verified_reason_url": "", "city": "2", "verified": false, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 792, "location": "u5317u4eac u897fu57ceu533a", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "515217249", "block_word": 0, "avatar_hd": "http://ww3.sinaimg.cn/crop.0.1.640.640.1024/6a4c47adjw8enjfwbkcw4j20hs0hujsg.jpg", "statuses_count": 706, "description": "u6211u4e0du574fuff0cu4f46u4e5fu4e0du662fu597du4ebauff0cu6211u53eau662fu968fu7740u6211u7684u6027u5b50u505au4e00u4e9bu559cu6b22u7684u4e8bu7f62u4e86uff01", "friends_count": 170, "online_status": 0, "mbrank": 0, "idstr": "1783383981", "profile_image_url": "http://tp2.sinaimg.cn/1783383981/50/5714271615/0", "allow_all_act_msg": false, "allow_all_comment": true, "geo_enabled": true, "class": 1, "name": "u674eu60f3_beedo", "lang": "zh-tw", "weihao": "515217249", "remark": "", "favourites_count": 77, "screen_name": "u674eu60f3_beedo", "url": "", "province": "11", "created_at": "Sat Jul 24 18:09:53 +0800 2010", "verified_type": 220, "gender": "f", "following": false, "pagefriends_count": 0, "urank": 19 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u540cu4e8bu4eecu90fdu8bf4u6211u6700u8fd1u597du6f6eu597du65f6u5c1au5462[u5077u7b11]u6211u624du4e0du4f1au544au8bc9u4ed6u4eecuff0cu6211u662fu5728u4e00u4e2au5de5u5382u5e97u4e70u7684u5462uff0cu4ef7u683cu4e0du8d35u4e0du8bf4uff0cu4e1cu897fu8d28u91cfu7279u522bu597duff0cu6b3eu5f0fu4e5fu591auff0cu8fd8u4f1au4e0du95f4u65adu63a8u51fau65b0u6b3euff0cu7b80u76f4u5c31u662fu8d64u88f8u88f8u7684u798fu5229u554auff01[u5fc3][u4e92u7c89][u5a01u6b66]xinuff1a3104359614", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww4.sinaimg.cn/bmiddle/6c2e5c24jw1entoz8lesjj20j60j6tew.jpg", "id": 3794113072035403, "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/6c2e5c24jw1entoz8lesjj20j60j6tew.jpg", "mid": "3794113072035403", "source": "WeicoPro", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "pic_urls": [ { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/6c2e5c24jw1entoz8lesjj20j60j6tew.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww4.sinaimg.cn/large/6c2e5c24jw1entoz8lesjj20j60j6tew.jpg", "idstr": "3794113072035403", "source_type": 1, "user": { "bi_followers_count": 2, "domain": "", "avatar_large": "http://tp1.sinaimg.cn/1814977572/180/5612144061/1", "verified_source": "", "ptype": 0, "star": 0, "id": 1814977572, "verified_reason_url": "", "city": "1000", "verified": true, "verified_contact_email": "", "verified_reason_modified": "", "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "u82cfu5ddeu8717u725bu6570u5b57u79d1u6280u80a1u4efdu6709u9650u516cu53f8u6e38u620fu8717u725bu5e02u573au7b56u5212", "followers_count": 64, "location": "u5176u4ed6", "verified_state": 0, "verified_trade": "1321", "mbtype": 0, "verified_source_url": "", "profile_url": "u/1814977572", "block_word": 0, "avatar_hd": "http://tp1.sinaimg.cn/1814977572/180/5612144061/1", "statuses_count": 138, "description": "u8001u751fu6709u7406u4e86", "friends_count": 8, "online_status": 0, "mbrank": 0, "verified_level": 3, "profile_image_url": "http://tp1.sinaimg.cn/1814977572/50/5612144061/1", "idstr": "1814977572", "verified_contact_mobile": "", "allow_all_act_msg": false, "allow_all_comment": true, "geo_enabled": true, "class": 1, "name": "csmyg", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "csmyg", "ability_tags": "u6e38u620fu5e94u7528", "url": "", "province": "100", "created_at": "Tue Sep 14 20:36:46 +0800 2010", "verified_contact_name": "", "verified_type": 0, "gender": "m", "following": false, "pagefriends_count": 0, "urank": 5 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u6211u5728u4e07u91ccu901aAPPu6447u5230u4e8620u79efu5206u548cu518du6765u4e00u6b21uff01u4e07u91ccu901aAPPu4e13u4eabuff0cu70b9u8bc4u7f8eu98dfu56e2u8d2du5347u7ea7uff0cu8fd410u500du79efu5206uff01http://t.cn/RP3A5gR http://t.cn/8kcZwL0 ", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww4.sinaimg.cn/bmiddle/9e61a97bjw1entoz5hnrsj2046046glj.jpg", "id": 3794113072034439, "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/9e61a97bjw1entoz5hnrsj2046046glj.jpg", "mid": "3794113072034439", "source": "u4e07u91ccu901au79efu5206", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "iPhone⑻19A9206-E97C⑷7BC-AF88-B4DD36D10AB7" } ], "pic_urls": [ { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/9e61a97bjw1entoz5hnrsj2046046glj.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww4.sinaimg.cn/large/9e61a97bjw1entoz5hnrsj2046046glj.jpg", "idstr": "3794113072034439", "source_type": 1, "user": { "bi_followers_count": 4, "domain": "", "avatar_large": "http://tp4.sinaimg.cn/2657200507/180/5636263014/0", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 2657200507, "verified_reason_url": "", "city": "1000", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 25, "location": "u6d59u6c5f", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/2657200507", "province": "33", "avatar_hd": "http://tp4.sinaimg.cn/2657200507/180/5636263014/0", "statuses_count": 378, "description": "", "friends_count": 19, "online_status": 0, "mbrank": 0, "idstr": "2657200507", "profile_image_url": "http://tp4.sinaimg.cn/2657200507/50/5636263014/0", "allow_all_act_msg": false, "verified": false, "geo_enabled": true, "class": 1, "name": "u4e0du5316u5986u7684u5973u5b69u513f", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 67, "screen_name": "u4e0du5316u5986u7684u5973u5b69u513f", "url": "", "gender": "f", "created_at": "Fri Mar 09 15:12:25 +0800 2012", "verified_type": ⑴, "following": false, "pagefriends_count": 0, "urank": 9 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "darwin_tags": [], "favorited": false, "mlevel": 0, "source_type": 1, "visible": { "type": 0, "list_id": 0 }, "text": "#u6e56u5357u536bu89c6u8de8u5e74#u8de8u5e74u5929u4e0au6389u7ea2u5305u5566uff0cu6211u5728@u6e56u5357u536bu89c6 u548c@u5faeu535au7535u89c6 u5171u540cu9001u51fau7684u7ea2u5305u91ccu62bdu5230u4e86u201c0.3u5143u73b0u91d1u201duff01u60f3u548cu6211u4e00u6837u4e48uff1fu901fu6765u62bdu8de8u5e74u7ea2u5305u5427uff01#u536bu89c6u8de8u5e74u96f6u70b9u7ea2u5305#http://t.cn/RZU44L0", "created_at": "Thu Jan 01 08:01:50 +0800 2015", "truncated": false, "reposts_count": 0, "mid": "3794113072034438", "idstr": "3794113072034438", "geo": null, "source": "u7c89u4e1du7ea2u5305", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "in_reply_to_status_id": "", "comments_count": 0, "user": { "bi_followers_count": 10, "domain": "", "avatar_large": "http://tp1.sinaimg.cn/1311128400/180/5704466286/0", "verified_source": "", "ptype": 0, "cover_image_phone": "http://ww2.sinaimg.cn/crop.0.0.640.640.640/a1d3feabjw1ecassls6b2j20hs0hsq50.jpg", "star": 0, "id": 1311128400, "verified_reason_url": "", "city": "1", "verified": false, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 64, "location": "u6e56u5357 u957fu6c99", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/1311128400", "block_word": 0, "avatar_hd": "http://ww2.sinaimg.cn/crop.0.0.640.640.1024/4e263b50jw8ejw8kwjp16j20hs0hsaao.jpg", "statuses_count": 642, "description": "u77eeu6cb9", "friends_count": 157, "online_status": 1, "mbrank": 0, "idstr": "1311128400", "profile_image_url": "http://tp1.sinaimg.cn/1311128400/50/5704466286/0", "allow_all_act_msg": false, "allow_all_comment": false, "geo_enabled": true, "class": 1, "name": "kekelin129", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 8, "screen_name": "kekelin129", "url": "http://blog.sina.com.cn/kekelin129", "province": "43", "created_at": "Mon Aug 30 20:21:34 +0800 2010", "verified_type": ⑴, "gender": "f", "following": false, "pagefriends_count": 0, "urank": 22 }, "id": 3794113072034438, "pic_urls": [] }, { "reposts_count": 0, "truncated": false, "text": "2015u6f14u5764u6f14u5531u4f1au95e8u7968u8f6cu8ba9", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww1.sinaimg.cn/bmiddle/d790f85djw1entoz6n72sj20dc0m83zr.jpg", "id": 3794113072034352, "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/d790f85djw1entoz6n72sj20dc0m83zr.jpg", "mid": "3794113072034352", "source": "Androidu5ba2u6237u7aef", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "35225b4a-ba98⑷741-abd1-cad208a2d4e3" } ], "pic_urls": [ { "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/d790f85djw1entoz6n72sj20dc0m83zr.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww1.sinaimg.cn/large/d790f85djw1entoz6n72sj20dc0m83zr.jpg", "idstr": "3794113072034352", "source_type": 1, "user": { "bi_followers_count": 51, "domain": "", "avatar_large": "http://tp2.sinaimg.cn/3616602205/180/5688618061/1", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 3616602205, "verified_reason_url": "", "city": "1", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 92, "location": "u9ed1u9f99u6c5f u54c8u5c14u6ee8", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/3616602205", "province": "23", "avatar_hd": "http://ww3.sinaimg.cn/crop.0.0.480.480.1024/d790f85djw8ee06cfpasqj20dc0dc3ze.jpg", "statuses_count": 155, "description": "u6ca1u4ec0u4e48u53efu8bf4u7684uff0cu666eu901au4ebau3002", "friends_count": 309, "online_status": 1, "mbrank": 0, "idstr": "3616602205", "profile_image_url": "http://tp2.sinaimg.cn/3616602205/50/5688618061/1", "allow_all_act_msg": false, "verified": false, "geo_enabled": true, "class": 1, "name": "u9ed1u9f99u6c5fu674eu654fu9550u540eu63f4u4f1a", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 15, "screen_name": "u9ed1u9f99u6c5fu674eu654fu9550u540eu63f4u4f1a", "url": "", "gender": "m", "created_at": "Mon Aug 05 21:29:39 +0800 2013", "verified_type": ⑴, "following": false, "pagefriends_count": 1, "urank": 10 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "darwin_tags": [], "favorited": false, "mlevel": 0, "source_type": 1, "visible": { "type": 0, "list_id": 0 }, "text": "#u4e1cu65b9u536bu89c6u8de8u5e74#u65b0u5e74u6211u6700u5e78u8fd0uff0c2015u6211u6700u7ea2uff01u8de8u5e74u6211u5728@u4e1cu65b9u536bu89c6u756au8304u53f0 u548c@u5faeu535au7535u89c6 u9001u51fau7684u7ea2u5305u4e2du62bdu5230u4e86u201c1u5143u73b0u91d1u201duff01 u8fd8u5728u7b49u4ec0u4e48uff0cu5febu6765u8bd5u8bd5u5427uff01#u536bu89c6u8de8u5e74u96f6u70b9u7ea2u5305# http://t.cn/RZUGVq0", "created_at": "Thu Jan 01 08:01:49 +0800 2015", "truncated": false, "reposts_count": 0, "mid": "3794113072034232", "idstr": "3794113072034232", "geo": null, "source": "u7c89u4e1du7ea2u5305", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "in_reply_to_status_id": "", "comments_count": 0, "user": { "bi_followers_count": 18, "domain": "lisiting1993", "avatar_large": "http://tp4.sinaimg.cn/1783461367/180/5704418396/0", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 1783461367, "verified_reason_url": "", "city": "20", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 95, "location": "u5e7fu4e1c u4e2du5c71", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "lisiting1993", "province": "44", "avatar_hd": "http://ww1.sinaimg.cn/crop.0.0.480.480.1024/6a4d75f7jw8ejvlifhu4ej20dc0dcjru.jpg", "statuses_count": 93, "description": "u6211u613fu76f8u4fe1 u6211u503cu5f97u6709 u6700u597du7684u7231u4eba", "friends_count": 192, "online_status": 1, "mbrank": 0, "idstr": "1783461367", "profile_image_url": "http://tp4.sinaimg.cn/1783461367/50/5704418396/0", "allow_all_act_msg": false, "verified": false, "geo_enabled": true, "class": 1, "name": "u5c0fu6c34u70b9-lst", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "u5c0fu6c34u70b9-lst", "url": "http://blog.163.com/lst_1025/edit/", "gender": "f", "created_at": "Sat Jul 24 20:45:44 +0800 2010", "verified_type": ⑴, "following": false, "pagefriends_count": 0, "urank": 17 }, "id": 3794113072034232, "pic_urls": [] }, { "darwin_tags": [], "favorited": false, "mlevel": 0, "source_type": 1, "visible": { "type": 0, "list_id": 0 }, "text": "u300au79e6u65f6u660eu6708u300bu7834u79e6u5175u767eu4e07uff0cu505au79e6u65f6u9738u738buff01 http://t.cn/RzOUQMy", "created_at": "Thu Jan 01 08:01:48 +0800 2015", "truncated": false, "reposts_count": 0, "mid": "3794113072033907", "idstr": "3794113072033907", "geo": null, "source": "u79e6u65f6u660eu6708u624bu6e38", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "in_reply_to_status_id": "", "comments_count": 0, "user": { "bi_followers_count": 0, "domain": "", "avatar_large": "http://tp2.sinaimg.cn/5385287289/180/0/1", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 5385287289, "verified_reason_url": "", "city": "1000", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 1, "location": "u4e0au6d77", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/5385287289", "province": "31", "avatar_hd": "http://tp2.sinaimg.cn/5385287289/180/0/1", "statuses_count": 138, "description": "", "friends_count": 1, "online_status": 0, "mbrank": 0, "idstr": "5385287289", "profile_image_url": "http://tp2.sinaimg.cn/5385287289/50/0/1", "allow_all_act_msg": false, "verified": false, "geo_enabled": true, "class": 1, "name": "u7528u62375385287289", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "u7528u62375385287289", "url": "", "gender": "m", "created_at": "Mon Nov 24 17:52:43 +0800 2014", "verified_type": ⑴, "following": false, "pagefriends_count": 0, "urank": 5 }, "id": 3794113072033907, "pic_urls": [] }, { "reposts_count": 0, "truncated": false, "text": "Sunny today! With a high of ⑶u00b0C and a low of ⑸u00b0C via http://t.cn/RhsqSOd", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww1.sinaimg.cn/bmiddle/507f1e64jw1entoz8sb1mj208m08mq3d.jpg", "id": 3794113071878434, "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/507f1e64jw1entoz8sb1mj208m08mq3d.jpg", "mid": "3794113071878434", "source": "IFTTT_Official", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "pic_urls": [ { "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/507f1e64jw1entoz8sb1mj208m08mq3d.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww1.sinaimg.cn/large/507f1e64jw1entoz8sb1mj208m08mq3d.jpg", "idstr": "3794113071878434", "source_type": 1, "user": { "bi_followers_count": 72, "domain": "akak", "avatar_large": "http://tp1.sinaimg.cn/1350508132/180/5666971727/1", "verified_source": "", "ptype": 0, "cover_image_phone": "http://ww4.sinaimg.cn/crop.0.0.0.640.640/6ce2240djw1e9uwtl4ig6j20hs0hsace.jpg", "star": 0, "id": 1350508132, "verified_reason_url": "", "city": "39", "verified": false, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 1284, "location": "u6d77u5916 u5e0cu814a", "verified_trade": "", "mbtype": 2, "verified_source_url": "", "profile_url": "akak", "block_word": 0, "avatar_hd": "http://tp1.sinaimg.cn/1350508132/180/5666971727/1", "statuses_count": 9504, "description": "u13cau00b4u0e34ua20au00b4u0e34u13ca", "friends_count": 490, "online_status": 0, "mbrank": 1, "idstr": "1350508132", "profile_image_url": "http://tp1.sinaimg.cn/1350508132/50/5666971727/1", "allow_all_act_msg": false, "following": false, "allow_all_comment": false, "geo_enabled": true, "class": 1, "name": "u7f8au6ce3", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 1637, "screen_name": "u7f8au6ce3", "url": "", "province": "400", "created_at": "Sun Oct 11 15:07:46 +0800 2009", "verified_type": 220, "gender": "m", "cover_image": "http://ww2.sinaimg.cn/crop.0.182.980.245/507f1e64gw1dwocxm2rn9j.jpg", "pagefriends_count": 0, "urank": 25 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u613fu80fdu7ed9u8fd9u4e9bu8863u51a0u79bdu517du4eecuff0cu4e00u4e2au4e25u5389u7684u5904u7f5au3002 u6211u5206u4eabu4e86http://t.cn/RZyq1lj", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "id": 3794113071877674, "mid": "3794113071877674", "source": "u4e2du56fdu79fbu52a8-u4e09u661fGalaxyNote3", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "121305aa-f95e⑷37b⑼9c3-abb6cd2a65b5", "shooting": 1 } ], "pic_urls": [], "darwin_tags": [], "favorited": false, "idstr": "3794113071877674", "source_type": 1, "user": { "bi_followers_count": 10, "domain": "", "avatar_large": "http://tp3.sinaimg.cn/5209137190/180/5714481368/1", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 5209137190, "verified_reason_url": "", "city": "11", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 11, "location": "u6c5fu82cf u9547u6c5f", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/5209137190", "province": "32", "avatar_hd": "http://ww2.sinaimg.cn/crop.0.0.1080.1080.1024/005Gx0xMjw8enm8xr3yxvj30u00u0adb.jpg", "statuses_count": 39, "description": "u5f00u5fc3", "friends_count": 72, "online_status": 1, "mbrank": 0, "idstr": "5209137190", "profile_image_url": "http://tp3.sinaimg.cn/5209137190/50/5714481368/1", "allow_all_act_msg": false, "verified": false, "geo_enabled": true, "class": 1, "name": "Leagueu4e36ZY", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "Leagueu4e36ZY", "url": "", "gender": "m", "created_at": "Tue Jul 08 13:27:15 +0800 2014", "verified_type": ⑴, "following": false, "pagefriends_count": 0, "urank": 7 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u65b0u5e74u4e0du8bb8u518du8ba9u6211u62cdu7167u4e86u3002u7b49u6211u5b66u4f1au518du6765~[u7231u4f60][u7231u4f60]", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww2.sinaimg.cn/bmiddle/beb04ab9jw1entoz46rpxj20f00k00ug.jpg", "id": 3794113071877343, "thumbnail_pic": "http://ww2.sinaimg.cn/thumbnail/beb04ab9jw1entoz46rpxj20f00k00ug.jpg", "mid": "3794113071877343", "source": "iPhone 5s", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "iPhone⑼8ABF4F3-A5B7⑷C11⑻2CC⑷451FB9AD091" } ], "pic_urls": [ { "thumbnail_pic": "http://ww2.sinaimg.cn/thumbnail/beb04ab9jw1entoz46rpxj20f00k00ug.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww2.sinaimg.cn/large/beb04ab9jw1entoz46rpxj20f00k00ug.jpg", "idstr": "3794113071877343", "source_type": 2, "user": { "bi_followers_count": 49, "domain": "", "avatar_large": "http://tp2.sinaimg.cn/3199224505/180/5657350055/1", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 3199224505, "verified_reason_url": "", "city": "10", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 121, "location": "u6c5fu897f u629au5dde", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/3199224505", "province": "36", "avatar_hd": "http://tp2.sinaimg.cn/3199224505/180/5657350055/1", "statuses_count": 379, "description": "u563fuff0cu63a5u4e0bu6765u7684u8defuff0cu4e00u8d77u8d70u4e00u6bb5u5427u3002", "friends_count": 61, "online_status": 0, "mbrank": 0, "idstr": "3199224505", "profile_image_url": "http://tp2.sinaimg.cn/3199224505/50/5657350055/1", "allow_all_act_msg": true, "verified": false, "geo_enabled": true, "class": 1, "name": "u67e5u4ee3u4e91__u7cbeu5f6900", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "u67e5u4ee3u4e91__u7cbeu5f6900", "url": "", "gender": "m", "created_at": "Sun Dec 23 09:55:44 +0800 2012", "verified_type": 220, "following": false, "pagefriends_count": 0, "urank": 14 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u4f60u597duff0c2015", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww4.sinaimg.cn/bmiddle/005zIA7Njw1entoz7ckd5j30c80ai74s.jpg", "id": 3794113071877032, "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/005zIA7Njw1entoz7ckd5j30c80ai74s.jpg", "mid": "3794113071877032", "source": "iPhone 5s", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "iPhone-CEE262C3-C59D⑷749-A2B0-C71E5A477E1C" } ], "pic_urls": [ { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/005zIA7Njw1entoz7ckd5j30c80ai74s.jpg" }, { "thumbnail_pic": "http://ww2.sinaimg.cn/thumbnail/005zIA7Njw1entoz7kt75j30c80agjs0.jpg" }, { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/005zIA7Njw1entoz7u9otj30c80amwfq.jpg" }, { "thumbnail_pic": "http://ww3.sinaimg.cn/thumbnail/005zIA7Njw1entoz74oljj30c80bgmxr.jpg" }, { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/005zIA7Njw1entoz834q7j30c80aj750.jpg" }, { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/005zIA7Njw1entoz81bs8j30c80ait9e.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww4.sinaimg.cn/large/005zIA7Njw1entoz7ckd5j30c80ai74s.jpg", "idstr": "3794113071877032", "source_type": 1, "user": { "bi_followers_count": 8, "domain": "", "avatar_large": "http://tp4.sinaimg.cn/5108461219/180/5714572818/0", "verified_source": "", "ptype": 0, "cover_image_phone": "http://ww2.sinaimg.cn/crop.0.0.640.640.640/a1d3feabjw1ecasunmkncj20hs0hsq4j.jpg", "star": 0, "id": 5108461219, "verified_reason_url": "", "city": "12", "verified": false, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 50, "location": "u4e0au6d77 u95f5u884cu533a", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/5108461219", "block_word": 0, "avatar_hd": "http://ww3.sinaimg.cn/crop.0.0.640.640.1024/005zIA7Njw8enngzn0hoqj30hs0hs75o.jpg", "statuses_count": 191, "description": "u66feu7ecfu6211u4e5fu5927u80c6u5730u8868u767du8fc7uff0cu8fd9u662fu8fd9u4e48u591au5e74u6211u6700u4f69u670du81eau5df1u505au8fc7u7684u4e8bu60c5u3002u6211u6df1u4fe1u4e00u53e5u8bdd:if heart is sunny fearless saduff01", "friends_count": 103, "online_status": 1, "mbrank": 0, "idstr": "5108461219", "profile_image_url": "http://tp4.sinaimg.cn/5108461219/50/5714572818/0", "allow_all_act_msg": false, "allow_all_comment": true, "geo_enabled": true, "class": 1, "name": "u5fc3u82e5u5411u9633u65e0u8c13u60b2u4f2491", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "u5fc3u82e5u5411u9633u65e0u8c13u60b2u4f2491", "url": "", "province": "31", "created_at": "Sat Apr 12 11:24:48 +0800 2014", "verified_type": ⑴, "gender": "f", "following": false, "pagefriends_count": 1, "urank": 11 }, "geo": null, "created_at": "Thu Jan 01 08:01:50 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u6210u90fdu8db3u7403u6ca1u4e86uff0cu652fu6301u7beeu7403u4e5fu884cu554auff0cu91ceu9a6cu52a0u6cb9uff01 http://t.cn/8sR6hcw", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww1.sinaimg.cn/bmiddle/6b6911edjw1ent25i187oj20hs0dcmyx.jpg", "id": 3794113071877030, "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/6b6911edjw1ent25i187oj20hs0dcmyx.jpg", "mid": "3794113071877030", "source": "iPhone 6", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "client_mblogid": "iPhone⑹ED248F8⑴C75⑷F37-B5A9-DABDA62855C6", "place": { "lat": 30.629492, "type": "checkin", "lon": 104.054466, "poiid": "B2094752D36CA1FA439D", "title": "u7389u6797" } } ], "pic_urls": [ { "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/6b6911edjw1ent25i187oj20hs0dcmyx.jpg" }, { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/6b6911edjw1entoz6w5s4j20hs0dcn05.jpg" }, { "thumbnail_pic": "http://ww3.sinaimg.cn/thumbnail/6b6911edjw1entoz7e01gj20hs0dc772.jpg" }, { "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/6b6911edjw1entoz7lwcyj20hs0dc0vf.jpg" }, { "thumbnail_pic": "http://ww4.sinaimg.cn/thumbnail/6b6911edjw1ent2533oewj20hs0dcgo9.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww1.sinaimg.cn/large/6b6911edjw1ent25i187oj20hs0dcmyx.jpg", "idstr": "3794113071877030", "source_type": 1, "user": { "bi_followers_count": 164, "domain": "", "avatar_large": "http://tp2.sinaimg.cn/1802047981/180/5681951331/1", "verified_source": "", "ptype": 0, "cover_image_phone": "http://ww4.sinaimg.cn/crop.0.0.640.640.640/6ce2240djw1e8iktk4ohij20hs0hsmz6.jpg", "star": 0, "id": 1802047981, "verified_reason_url": "", "city": "1", "verified": false, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 287, "location": "u56dbu5ddd u6210u90fd", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/1802047981", "block_word": 0, "avatar_hd": "http://ww2.sinaimg.cn/crop.0.0.480.480.1024/6b6911edjw8ebiyx4l48fj20dc0dct9k.jpg", "statuses_count": 1089, "description": "", "friends_count": 404, "online_status": 1, "mbrank": 0, "idstr": "1802047981", "profile_image_url": "http://tp2.sinaimg.cn/1802047981/50/5681951331/1", "allow_all_act_msg": false, "allow_all_comment": true, "geo_enabled": true, "class": 1, "name": "Huantionlee", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 14, "screen_name": "Huantionlee", "url": "", "province": "51", "created_at": "Thu Aug 26 22:04:22 +0800 2010", "verified_type": ⑴, "gender": "m", "following": false, "pagefriends_count": 0, "urank": 20 }, "geo": { "type": "Point", "coordinates": [ 30.629492, 104.054466 ] }, "created_at": "Thu Jan 01 08:01:48 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "darwin_tags": [], "favorited": false, "mlevel": 0, "source_type": 1, "visible": { "type": 0, "list_id": 0 }, "text": "#u5e94u7528u5e7fu573au7b7eu5230#", "created_at": "Thu Jan 01 08:01:49 +0800 2015", "truncated": false, "reposts_count": 0, "mid": "3794113071876843", "idstr": "3794113071876843", "geo": null, "source": "u5e94u7528u5e7fu573a", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "in_reply_to_status_id": "", "comments_count": 0, "user": { "bi_followers_count": 7, "domain": "", "avatar_large": "http://tp2.sinaimg.cn/3742816357/180/22852173835/1", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 3742816357, "verified_reason_url": "", "city": "1000", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 49, "location": "u798fu5efa", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/3742816357", "province": "35", "avatar_hd": "http://tp2.sinaimg.cn/3742816357/180/22852173835/1", "statuses_count": 776, "description": "", "friends_count": 296, "online_status": 1, "mbrank": 0, "idstr": "3742816357", "profile_image_url": "http://tp2.sinaimg.cn/3742816357/50/22852173835/1", "allow_all_act_msg": true, "verified": false, "geo_enabled": true, "class": 1, "name": "u6241u8c46u89d2u968fu98ceu6446_pVz", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 0, "screen_name": "u6241u8c46u89d2u968fu98ceu6446_pVz", "url": "", "gender": "m", "created_at": "Sat Aug 24 17:42:24 +0800 2013", "verified_type": ⑴, "following": false, "pagefriends_count": 0, "urank": 7 }, "id": 3794113071876843, "pic_urls": [] }, { "reposts_count": 0, "truncated": false, "text": "u6211u53c2u4e0eu4e86@u8292u679cu635eu5c0fu4e38u5b50 u53d1u8d77u7684u6295u7968u3010u6e56u5357u536bu89c6u8de8u5e74u6f14u5531u4f1auff0cu4f60u6700u7231u54eau4e2au8282u76eeuff1fu3011uff0cu6211u6295u7ed9u4e86u201cu674eu6613u5cf0u300au5251u4f24u300bu300au8bb0u5f97u6211u7231u4f60u300bu201du8fd9u4e2au9009u9879u3002u4f60u4e5fu5febu6765u8868u6001u5427uff1ahttp://t.cn/RZUkRGv", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "id": 3794113071876412, "mid": "3794113071876412", "source": "u624bu673au5faeu535au89e6u5c4fu7248", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "annotations": [ { "url": "http://vote.weibo.com/vid=2894214", "appid": 53, "id": "2894214", "name": "u6e56u5357u536bu89c6u8de8u5e74u6f14u5531u4f1auff0cu4f60u6700u7231u54eau4e2au8282u76eeuff1f", "title": "u6e56u5357u536bu89c6u8de8u5e74u6f14u5531u4f1auff0cu4f60u6700u7231u54eau4e2au8282u76eeuff1f" } ], "pic_urls": [], "darwin_tags": [], "favorited": false, "idstr": "3794113071876412", "source_type": 1, "user": { "bi_followers_count": 4, "domain": "", "avatar_large": "http://tp3.sinaimg.cn/5277507294/180/5707308228/0", "verified_source": "", "ptype": 0, "cover_image_phone": "http://ww4.sinaimg.cn/crop.0.0.0.0/005L9SJojw1enrnla15n8j30ku0kumzd.jpg", "star": 0, "id": 5277507294, "verified_reason_url": "", "city": "1", "verified": false, "credit_score": 80, "block_app": 1, "follow_me": false, "verified_reason": "", "followers_count": 28, "location": "u6d59u6c5f u676du5dde", "verified_trade": "", "mbtype": 11, "verified_source_url": "", "profile_url": "u/5277507294", "block_word": 0, "avatar_hd": "http://ww1.sinaimg.cn/crop.0.0.374.374.1024/005L9SJojw8eky9kivv2ij30ae0ae3yy.jpg", "statuses_count": 463, "description": "u674eu6613u5cf0u4fe1u606fu642cu8fd0u5de5", "friends_count": 28, "online_status": 1, "mbrank": 1, "idstr": "5277507294", "profile_image_url": "http://tp3.sinaimg.cn/5277507294/50/5707308228/0", "allow_all_act_msg": false, "following": false, "allow_all_comment": true, "geo_enabled": true, "class": 1, "name": "u558bu558b1123", "lang": "zh-cn", "weihao": "", "remark": "", "favourites_count": 7, "screen_name": "u558bu558b1123", "url": "", "province": "33", "created_at": "Mon Sep 01 19:25:36 +0800 2014", "verified_type": ⑴, "gender": "f", "cover_image": "http://ww2.sinaimg.cn/crop.0.0.920.300/6f78a526gw1enn8yjjn10j20pk08cdgu.jpg", "pagefriends_count": 3, "urank": 9 }, "geo": null, "created_at": "Thu Jan 01 08:01:49 +0800 2015", "mlevel": 0, "comments_count": 0 }, { "reposts_count": 0, "truncated": false, "text": "u60cau5446u5566uff01u6211u5728u5faeu4f1au9886u53d6u4e86210u5206u949fu8bddu8d39uff0cu8c01u8981u548cu6211u6253u7535u8bddu5440~ http://t.cn/RZ4GquV", "visible": { "type": 0, "list_id": 0 }, "in_reply_to_status_id": "", "bmiddle_pic": "http://ww1.sinaimg.cn/bmiddle/882e2abbjw1entoz76n99j20i80kagom.jpg", "id": 3794113071876378, "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/882e2abbjw1entoz76n99j20i80kagom.jpg", "mid": "3794113071876378", "source": "YYu5faeu4f1au514du8d39u7535u8bdd", "attitudes_count": 0, "in_reply_to_screen_name": "", "in_reply_to_user_id": "", "pic_urls": [ { "thumbnail_pic": "http://ww1.sinaimg.cn/thumbnail/882e2abbjw1entoz76n99j20i80kagom.jpg" } ], "darwin_tags": [], "favorited": false, "original_pic": "http://ww1.sinaimg.cn/large/882e2abbjw1entoz76n99j20i80kagom.jpg", "idstr": "3794113071876378", "source_type": 1, "user": { "bi_followers_count": 26, "domain": "", "avatar_large": "http://tp4.sinaimg.cn/2284726971/180/5683515614/0", "verified_source": "", "ptype": 0, "block_word": 0, "star": 0, "id": 2284726971, "verified_reason_url": "", "city": "3", "allow_all_comment": true, "credit_score": 80, "block_app": 0, "follow_me": false, "verified_reason": "", "followers_count": 63, "location": "u8fbdu5b81 u978du5c71", "verified_trade": "", "mbtype": 0, "verified_source_url": "", "profile_url": "u/2284726971", "province": "21", "avatar_hd": "http://ww2.sinaimg.cn/crop.0.0.457.457.1024/882e2abbjw8ec3wg7cxh8j20cp0cp753.jpg", "statuses_count": 44, "description": "", "friends_count": 87, "online_status": 0, "mbrank": 0, "idstr": "2284726971", "profile_image_url": "http://tp4.sinaimg.cn/2284726971/50/5683515614/0", "allo
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生