您的位置:首页 > 博客中心 > 数据库 >

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

时间:2022-03-14 04:30

#!/usr/bin/python 
# -*- coding: utf-8 -*-

'''
Created on 2015-1-1
@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 Files\MongoDB 2.6 Standard

1. Open an Administrator command prompt
windows/cmd

2. Create directories
cd c:
mkdir c:\data\db
mkdir c:\data\log

3. Create a configuration file
echo logpath=c:\data\log\mongod.log> "C:\Program Files\MongoDB 2.6 Standard\mongod.cfg"
echo dbpath=c:\data\db>> "C:\Program Files\MongoDB 2.6 Standard\mongod.cfg"

4. Create the MongoDB service
sc.exe create MongoDB binPath= "\"C:\Program Files\MongoDB 2.6 Standard\bin\mongod.exe\" --service --config=\"C:\Program Files\MongoDB 2.6 Standard\mongod.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": "<a href=\"http://app.weibo.com/t/feed/380tOv\" rel=\"nofollow\">\u7c89\u4e1d\u7ea2\u5305</a>", 
    "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": "\u5c71\u4e1c \u5a01\u6d77", 
     "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": "\u738b\u97f3\u5947", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 7, 
     "screen_name": "\u738b\u97f3\u5947", 
     "url": "", 
     "gender": "f", 
     "created_at": "Tue Oct 30 16:55:43 +0800 2012", 
     "verified_type": -1, 
     "following": false, 
     "pagefriends_count": 0, 
     "urank": 13
    }, 
    "id": 3794113072035799, 
    "pic_urls": []
   }, 
   {
    "reposts_count": 0, 
    "truncated": false, 
    "text": "\u6709\u53f2\u4ee5\u6765 \u6536\u5230\u56de\u590d\u6700\u591a\u7684\u4e00\u6b21[doge][doge] \u624b\u673a\u90fd\u5feb\u70b8\u5f00\u4e86[\u7b11cry][\u7b11cry][\u7b11cry] \u4e00\u76f4\u55e1\u55e1\u55e1\u55e1\u7684 \u592a\u5413\u4eba\u4e86 \u54c8\u54c8\u54c8 \u5c0f\u4f19\u4f34\u4eec\u4e00\u5e74\u4e0d\u89c1\u5927\u5bb6\u90fd\u8fd8\u597d\u4e48 \u5341\u5206\u60f3\u5ff5\u4f60\u4eec\u554a\uff5e \u54c8\u54c8\u54c8\u54c8\u54c8\u30022015\u65e9\u4e0a\u597d\u554a\uff01  \u90fd\u7ed9\u4f60\u95ee\u5b89\u4e86 \u4f60\u53ef\u8981\u8ba9\u6211\u7f8e\u7f8e\u7684\u8fc7\u597d\u8fd9\u4e00\u5e74\u54df\uff5e \u4e48\u4e48\u54d2 \uff5e[\u7231\u4f60][\u7231\u4f60][\u7231\u4f60]", 
    "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": "<a href=\"http://app.weibo.com/t/feed/3G5oUM\" rel=\"nofollow\">iPhone 5s</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "iPhone-AA9C2CE3-2B7B-47CB-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": "\u5317\u4eac \u897f\u57ce\u533a", 
     "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": "\u6211\u4e0d\u574f\uff0c\u4f46\u4e5f\u4e0d\u662f\u597d\u4eba\uff0c\u6211\u53ea\u662f\u968f\u7740\u6211\u7684\u6027\u5b50\u505a\u4e00\u4e9b\u559c\u6b22\u7684\u4e8b\u7f62\u4e86\uff01", 
     "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": "\u674e\u60f3_beedo", 
     "lang": "zh-tw", 
     "weihao": "515217249", 
     "remark": "", 
     "favourites_count": 77, 
     "screen_name": "\u674e\u60f3_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": "\u540c\u4e8b\u4eec\u90fd\u8bf4\u6211\u6700\u8fd1\u597d\u6f6e\u597d\u65f6\u5c1a\u5462[\u5077\u7b11]\u6211\u624d\u4e0d\u4f1a\u544a\u8bc9\u4ed6\u4eec\uff0c\u6211\u662f\u5728\u4e00\u4e2a\u5de5\u5382\u5e97\u4e70\u7684\u5462\uff0c\u4ef7\u683c\u4e0d\u8d35\u4e0d\u8bf4\uff0c\u4e1c\u897f\u8d28\u91cf\u7279\u522b\u597d\uff0c\u6b3e\u5f0f\u4e5f\u591a\uff0c\u8fd8\u4f1a\u4e0d\u95f4\u65ad\u63a8\u51fa\u65b0\u6b3e\uff0c\u7b80\u76f4\u5c31\u662f\u8d64\u88f8\u88f8\u7684\u798f\u5229\u554a\uff01[\u5fc3][\u4e92\u7c89][\u5a01\u6b66]xin\uff1a3104359614", 
    "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": "<a href=\"http://app.weibo.com/t/feed/3KeSKP\" rel=\"nofollow\">WeicoPro</a>", 
    "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": "\u82cf\u5dde\u8717\u725b\u6570\u5b57\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\u6e38\u620f\u8717\u725b\u5e02\u573a\u7b56\u5212", 
     "followers_count": 64, 
     "location": "\u5176\u4ed6", 
     "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": "\u8001\u751f\u6709\u7406\u4e86", 
     "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": "\u6e38\u620f\u5e94\u7528", 
     "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": "\u6211\u5728\u4e07\u91cc\u901aAPP\u6447\u5230\u4e8620\u79ef\u5206\u548c\u518d\u6765\u4e00\u6b21\uff01\u4e07\u91cc\u901aAPP\u4e13\u4eab\uff0c\u70b9\u8bc4\u7f8e\u98df\u56e2\u8d2d\u5347\u7ea7\uff0c\u8fd410\u500d\u79ef\u5206\uff01http://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": "<a href=\"http://app.weibo.com/t/feed/4M9EaV\" rel=\"nofollow\">\u4e07\u91cc\u901a\u79ef\u5206</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "iPhone-819A9206-E97C-47BC-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": "\u6d59\u6c5f", 
     "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": "\u4e0d\u5316\u5986\u7684\u5973\u5b69\u513f", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 67, 
     "screen_name": "\u4e0d\u5316\u5986\u7684\u5973\u5b69\u513f", 
     "url": "", 
     "gender": "f", 
     "created_at": "Fri Mar 09 15:12:25 +0800 2012", 
     "verified_type": -1, 
     "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": "#\u6e56\u5357\u536b\u89c6\u8de8\u5e74#\u8de8\u5e74\u5929\u4e0a\u6389\u7ea2\u5305\u5566\uff0c\u6211\u5728@\u6e56\u5357\u536b\u89c6 \u548c@\u5fae\u535a\u7535\u89c6 \u5171\u540c\u9001\u51fa\u7684\u7ea2\u5305\u91cc\u62bd\u5230\u4e86\u201c0.3\u5143\u73b0\u91d1\u201d\uff01\u60f3\u548c\u6211\u4e00\u6837\u4e48\uff1f\u901f\u6765\u62bd\u8de8\u5e74\u7ea2\u5305\u5427\uff01#\u536b\u89c6\u8de8\u5e74\u96f6\u70b9\u7ea2\u5305#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": "<a href=\"http://app.weibo.com/t/feed/380tOv\" rel=\"nofollow\">\u7c89\u4e1d\u7ea2\u5305</a>", 
    "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": "\u6e56\u5357 \u957f\u6c99", 
     "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": "\u77ee\u6cb9", 
     "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": -1, 
     "gender": "f", 
     "following": false, 
     "pagefriends_count": 0, 
     "urank": 22
    }, 
    "id": 3794113072034438, 
    "pic_urls": []
   }, 
   {
    "reposts_count": 0, 
    "truncated": false, 
    "text": "2015\u6f14\u5764\u6f14\u5531\u4f1a\u95e8\u7968\u8f6c\u8ba9", 
    "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": "<a href=\"http://app.weibo.com/t/feed/c66T5g\" rel=\"nofollow\">Android\u5ba2\u6237\u7aef</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "35225b4a-ba98-4741-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": "\u9ed1\u9f99\u6c5f \u54c8\u5c14\u6ee8", 
     "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": "\u6ca1\u4ec0\u4e48\u53ef\u8bf4\u7684\uff0c\u666e\u901a\u4eba\u3002", 
     "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": "\u9ed1\u9f99\u6c5f\u674e\u654f\u9550\u540e\u63f4\u4f1a", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 15, 
     "screen_name": "\u9ed1\u9f99\u6c5f\u674e\u654f\u9550\u540e\u63f4\u4f1a", 
     "url": "", 
     "gender": "m", 
     "created_at": "Mon Aug 05 21:29:39 +0800 2013", 
     "verified_type": -1, 
     "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": "#\u4e1c\u65b9\u536b\u89c6\u8de8\u5e74#\u65b0\u5e74\u6211\u6700\u5e78\u8fd0\uff0c2015\u6211\u6700\u7ea2\uff01\u8de8\u5e74\u6211\u5728@\u4e1c\u65b9\u536b\u89c6\u756a\u8304\u53f0 \u548c@\u5fae\u535a\u7535\u89c6 \u9001\u51fa\u7684\u7ea2\u5305\u4e2d\u62bd\u5230\u4e86\u201c1\u5143\u73b0\u91d1\u201d\uff01 \u8fd8\u5728\u7b49\u4ec0\u4e48\uff0c\u5feb\u6765\u8bd5\u8bd5\u5427\uff01#\u536b\u89c6\u8de8\u5e74\u96f6\u70b9\u7ea2\u5305#             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": "<a href=\"http://app.weibo.com/t/feed/380tOv\" rel=\"nofollow\">\u7c89\u4e1d\u7ea2\u5305</a>", 
    "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": "\u5e7f\u4e1c \u4e2d\u5c71", 
     "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": "\u6211\u613f\u76f8\u4fe1 \u6211\u503c\u5f97\u6709 \u6700\u597d\u7684\u7231\u4eba", 
     "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": "\u5c0f\u6c34\u70b9-lst", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 0, 
     "screen_name": "\u5c0f\u6c34\u70b9-lst", 
     "url": "http://blog.163.com/lst_1025/edit/", 
     "gender": "f", 
     "created_at": "Sat Jul 24 20:45:44 +0800 2010", 
     "verified_type": -1, 
     "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": "\u300a\u79e6\u65f6\u660e\u6708\u300b\u7834\u79e6\u5175\u767e\u4e07\uff0c\u505a\u79e6\u65f6\u9738\u738b\uff01 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": "<a href=\"http://app.weibo.com/t/feed/5TEfjh\" rel=\"nofollow\">\u79e6\u65f6\u660e\u6708\u624b\u6e38</a>", 
    "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": "\u4e0a\u6d77", 
     "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": "\u7528\u62375385287289", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 0, 
     "screen_name": "\u7528\u62375385287289", 
     "url": "", 
     "gender": "m", 
     "created_at": "Mon Nov 24 17:52:43 +0800 2014", 
     "verified_type": -1, 
     "following": false, 
     "pagefriends_count": 0, 
     "urank": 5
    }, 
    "id": 3794113072033907, 
    "pic_urls": []
   }, 
   {
    "reposts_count": 0, 
    "truncated": false, 
    "text": "Sunny today! With a high of -3\u00b0C and a low of -5\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": "<a href=\"http://app.weibo.com/t/feed/107oxq\" rel=\"nofollow\">IFTTT_Official</a>", 
    "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": "\u6d77\u5916 \u5e0c\u814a", 
     "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": "\u13ca\u00b4\u0e34\ua20a\u00b4\u0e34\u13ca", 
     "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": "\u7f8a\u6ce3", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 1637, 
     "screen_name": "\u7f8a\u6ce3", 
     "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": "\u613f\u80fd\u7ed9\u8fd9\u4e9b\u8863\u51a0\u79bd\u517d\u4eec\uff0c\u4e00\u4e2a\u4e25\u5389\u7684\u5904\u7f5a\u3002 \u6211\u5206\u4eab\u4e86http://t.cn/RZyq1lj", 
    "visible": {
     "type": 0, 
     "list_id": 0
    }, 
    "in_reply_to_status_id": "", 
    "id": 3794113071877674, 
    "mid": "3794113071877674", 
    "source": "<a href=\"http://app.weibo.com/t/feed/3Q8E7y\" rel=\"nofollow\">\u4e2d\u56fd\u79fb\u52a8-\u4e09\u661fGalaxyNote3</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "121305aa-f95e-437b-99c3-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": "\u6c5f\u82cf \u9547\u6c5f", 
     "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": "\u5f00\u5fc3", 
     "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": "League\u4e36ZY", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 0, 
     "screen_name": "League\u4e36ZY", 
     "url": "", 
     "gender": "m", 
     "created_at": "Tue Jul 08 13:27:15 +0800 2014", 
     "verified_type": -1, 
     "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": "\u65b0\u5e74\u4e0d\u8bb8\u518d\u8ba9\u6211\u62cd\u7167\u4e86\u3002\u7b49\u6211\u5b66\u4f1a\u518d\u6765~[\u7231\u4f60][\u7231\u4f60]", 
    "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": "<a href=\"http://weibo.com/\" rel=\"nofollow\">iPhone 5s</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "iPhone-98ABF4F3-A5B7-4C11-82CC-4451FB9AD091"
     }
    ], 
    "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": "\u6c5f\u897f \u629a\u5dde", 
     "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": "\u563f\uff0c\u63a5\u4e0b\u6765\u7684\u8def\uff0c\u4e00\u8d77\u8d70\u4e00\u6bb5\u5427\u3002", 
     "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": "\u67e5\u4ee3\u4e91__\u7cbe\u5f6900", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 0, 
     "screen_name": "\u67e5\u4ee3\u4e91__\u7cbe\u5f6900", 
     "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": "\u4f60\u597d\uff0c2015", 
    "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": "<a href=\"http://app.weibo.com/t/feed/3G5oUM\" rel=\"nofollow\">iPhone 5s</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "iPhone-CEE262C3-C59D-4749-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": "\u4e0a\u6d77 \u95f5\u884c\u533a", 
     "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": "\u66fe\u7ecf\u6211\u4e5f\u5927\u80c6\u5730\u8868\u767d\u8fc7\uff0c\u8fd9\u662f\u8fd9\u4e48\u591a\u5e74\u6211\u6700\u4f69\u670d\u81ea\u5df1\u505a\u8fc7\u7684\u4e8b\u60c5\u3002\u6211\u6df1\u4fe1\u4e00\u53e5\u8bdd:if heart is sunny fearless sad\uff01", 
     "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": "\u5fc3\u82e5\u5411\u9633\u65e0\u8c13\u60b2\u4f2491", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 0, 
     "screen_name": "\u5fc3\u82e5\u5411\u9633\u65e0\u8c13\u60b2\u4f2491", 
     "url": "", 
     "province": "31", 
     "created_at": "Sat Apr 12 11:24:48 +0800 2014", 
     "verified_type": -1, 
     "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": "\u6210\u90fd\u8db3\u7403\u6ca1\u4e86\uff0c\u652f\u6301\u7bee\u7403\u4e5f\u884c\u554a\uff0c\u91ce\u9a6c\u52a0\u6cb9\uff01 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": "<a href=\"http://app.weibo.com/t/feed/3o33sO\" rel=\"nofollow\">iPhone 6</a>", 
    "attitudes_count": 0, 
    "in_reply_to_screen_name": "", 
    "in_reply_to_user_id": "", 
    "annotations": [
     {
      "client_mblogid": "iPhone-6ED248F8-1C75-4F37-B5A9-DABDA62855C6", 
      "place": {
       "lat": 30.629492, 
       "type": "checkin", 
       "lon": 104.054466, 
       "poiid": "B2094752D36CA1FA439D", 
       "title": "\u7389\u6797"
      }
     }
    ], 
    "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": "\u56db\u5ddd \u6210\u90fd", 
     "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": -1, 
     "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": "#\u5e94\u7528\u5e7f\u573a\u7b7e\u5230#", 
    "created_at": "Thu Jan 01 08:01:49 +0800 2015", 
    "truncated": false, 
    "reposts_count": 0, 
    "mid": "3794113071876843", 
    "idstr": "3794113071876843", 
    "geo": null, 
    "source": "<a href=\"http://app.weibo.com/t/feed/3mgLrR\" rel=\"nofollow\">\u5e94\u7528\u5e7f\u573a</a>", 
    "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": "\u798f\u5efa", 
     "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": "\u6241\u8c46\u89d2\u968f\u98ce\u6446_pVz", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 0, 
     "screen_name": "\u6241\u8c46\u89d2\u968f\u98ce\u6446_pVz", 
     "url": "", 
     "gender": "m", 
     "created_at": "Sat Aug 24 17:42:24 +0800 2013", 
     "verified_type": -1, 
     "following": false, 
     "pagefriends_count": 0, 
     "urank": 7
    }, 
    "id": 3794113071876843, 
    "pic_urls": []
   }, 
   {
    "reposts_count": 0, 
    "truncated": false, 
    "text": "\u6211\u53c2\u4e0e\u4e86@\u8292\u679c\u635e\u5c0f\u4e38\u5b50 \u53d1\u8d77\u7684\u6295\u7968\u3010\u6e56\u5357\u536b\u89c6\u8de8\u5e74\u6f14\u5531\u4f1a\uff0c\u4f60\u6700\u7231\u54ea\u4e2a\u8282\u76ee\uff1f\u3011\uff0c\u6211\u6295\u7ed9\u4e86\u201c\u674e\u6613\u5cf0\u300a\u5251\u4f24\u300b\u300a\u8bb0\u5f97\u6211\u7231\u4f60\u300b\u201d\u8fd9\u4e2a\u9009\u9879\u3002\u4f60\u4e5f\u5feb\u6765\u8868\u6001\u5427\uff1ahttp://t.cn/RZUkRGv", 
    "visible": {
     "type": 0, 
     "list_id": 0
    }, 
    "in_reply_to_status_id": "", 
    "id": 3794113071876412, 
    "mid": "3794113071876412", 
    "source": "<a href=\"http://app.weibo.com/t/feed/qsbvs\" rel=\"nofollow\">\u624b\u673a\u5fae\u535a\u89e6\u5c4f\u7248</a>", 
    "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": "\u6e56\u5357\u536b\u89c6\u8de8\u5e74\u6f14\u5531\u4f1a\uff0c\u4f60\u6700\u7231\u54ea\u4e2a\u8282\u76ee\uff1f", 
      "title": "\u6e56\u5357\u536b\u89c6\u8de8\u5e74\u6f14\u5531\u4f1a\uff0c\u4f60\u6700\u7231\u54ea\u4e2a\u8282\u76ee\uff1f"
     }
    ], 
    "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": "\u6d59\u6c5f \u676d\u5dde", 
     "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": "\u674e\u6613\u5cf0\u4fe1\u606f\u642c\u8fd0\u5de5", 
     "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": "\u558b\u558b1123", 
     "lang": "zh-cn", 
     "weihao": "", 
     "remark": "", 
     "favourites_count": 7, 
     "screen_name": "\u558b\u558b1123", 
     "url": "", 
     "province": "33", 
     "created_at": "Mon Sep 01 19:25:36 +0800 2014", 
     "verified_type": -1, 
     "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": "\u60ca\u5446\u5566\uff01\u6211\u5728\u5fae\u4f1a\u9886\u53d6\u4e86210\u5206\u949f\u8bdd\u8d39\uff0c\u8c01\u8981\u548c\u6211\u6253\u7535\u8bdd\u5440~    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": "<a href=\"http://app.weibo.com/t/feed/4HsK6H\" rel=\"nofollow\">YY\u5fae\u4f1a\u514d\u8d39\u7535\u8bdd</a>", 
    "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", 
     "v                            

热门排行

今日推荐

热门手游