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

#!/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\[email protected]\u6e56\u5357\u536b\u89c6 \[email protected]\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\[email protected]\u4e1c\u65b9\u536b\u89c6\u756a\u8304\u53f0 \[email protected]\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\[email protected]\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",
     "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": "\u8fbd\u5b81 \u978d\u5c71",
     "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",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "2014\u6211\u4eec\u8981\u52aa\u529b\u5e78\u798f",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 3,
     "screen_name": "2014\u6211\u4eec\u8981\u52aa\u529b\u5e78\u798f",
     "url": "",
     "gender": "f",
     "created_at": "Wed Aug 03 21:14:28 +0800 2011",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 0
    },
    "geo": null,
    "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": "#\u5954\u8dd1\u54272015#\u65b0\u5e74\u6211\u6700\u5e78\u8fd0\uff0c2015\u6211\u6700\u7ea2\uff01\u8de8\u5e74\u6211\[email protected]\u6d59\u6c5f\u536b\u89c6\u8de8\u5e74\u6f14\u5531\u4f1a \[email protected]\u5fae\u535a\u7535\u89c6 \u9001\u51fa\u7684\u7ea2\u5305\u4e2d\u62bd\u5230\u4e86\u201c0.2\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/RZLYfqm",
    "created_at": "Thu Jan 01 08:01:49 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071876251",
    "idstr": "3794113071876251",
    "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": 91,
     "domain": "",
     "avatar_large": "http://tp3.sinaimg.cn/1948221350/180/5632491443/1",
     "verified_source": "",
     "ptype": 0,
     "cover_image_phone": "http://ww1.sinaimg.cn/crop.0.0.640.640.640/6cf8d7ebjw1ehfr4xa8psj20hs0hsgpg.jpg",
     "star": 0,
     "id": 1948221350,
     "verified_reason_url": "",
     "city": "3",
     "verified": false,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 199,
     "location": "\u7518\u8083 \u91d1\u660c",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/1948221350",
     "block_word": 0,
     "avatar_hd": "http://tp3.sinaimg.cn/1948221350/180/5632491443/1",
     "statuses_count": 517,
     "description": "\u5b81\u6559\u6211\u8d1f\u5929\u4e0b\u4eba\uff0c\u4f11\u6559\u5929\u4e0b\u4eba\u8d1f\u6211...",
     "friends_count": 821,
     "online_status": 1,
     "mbrank": 0,
     "idstr": "1948221350",
     "profile_image_url": "http://tp3.sinaimg.cn/1948221350/50/5632491443/1",
     "allow_all_act_msg": false,
     "allow_all_comment": true,
     "geo_enabled": true,
     "class": 1,
     "name": "\u7a23\u5c0f\u6657",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 4,
     "screen_name": "\u7a23\u5c0f\u6657",
     "url": "",
     "province": "62",
     "created_at": "Thu May 19 21:21:56 +0800 2011",
     "verified_type": 220,
     "gender": "m",
     "following": false,
     "pagefriends_count": 0,
     "urank": 17
    },
    "id": 3794113071876251,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u3010\u89c6\u9891\u8fd8\u539f\u771f\u5b9e\u7684\u5076\u50cf\u9752\u6625\u300a\u9752\u6625\u96f7\u950b\u300b\u9884\u544a\u7247_\u9752\u6625\u96f7\u950b_\u7535\u5f71_\u571f\u8c46_\u9ad8\u6e05\u89c6\u9891\u5728\u7ebf\u89c2\u770b\u3011\u9752\u6625\u96f7\u950b \u6545\u4e8b\u53d1\u751f\u57281956\u5e74\u7684\u6e56\u5357\u671b\u57ce\u53bf\uff0c\u4e3a\u52a0\u5f3a\u793e\u4f1a\u4e3b\u4e49\u5de5\u4e1a\u5316\u5efa\u8bbe\uff0c\u4e1c\u5317\u978d\u94a2\u5343\u91cc\u8fe2\u8fe2\u8fdc\u8d74\u6e56\u5357\u62db\u5de5\u3002\u4e00\u5fc3\u60f3\u4e3a\u7956\u56fd\u591a\u505a... http://t.cn/zY82Fjg\uff08\u5206\u4eab\u81ea @\u571f\u8c46\u7f51\u7535\u89c6\uff09",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651142",
    "idstr": "3794113071651142",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 21,
     "domain": "",
     "avatar_large": "http://tp3.sinaimg.cn/2919354822/180/5640509410/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 2919354822,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 287,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/2919354822",
     "province": "100",
     "avatar_hd": "http://tp3.sinaimg.cn/2919354822/180/5640509410/1",
     "statuses_count": 5113,
     "description": "",
     "friends_count": 251,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "2919354822",
     "profile_image_url": "http://tp3.sinaimg.cn/2919354822/50/5640509410/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "1043\u4ea4\u901a\u5e7f\u64ad\u76c8\u79c01986",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "1043\u4ea4\u901a\u5e7f\u64ad\u76c8\u79c01986",
     "url": "",
     "gender": "m",
     "created_at": "Fri Aug 03 19:37:56 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 14
    },
    "id": 3794113071651142,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u30103630\u4e07\u50cf\u7d20\u5168\u5e45\u753b\u8d28\u6781\u81f4 \u7d22\u5c3cA7R\u8bc4\u6d4b(4)_\u6570\u7801_\u65b0\u6d6a\u79d1\u6280_\u65b0\u6d6a\u7f51\u30113600\u4e07\uff01\u9ad8\u50cf\u7d20\u5e26\u6765\u6781\u81f4\u753b\u8d28\u8868\u73b0\u7d22\u5c3cA7R\u548cA7\u867d\u7136\u5728\u547d\u540d\u4e0a\u8fd1\u4f3c\uff0c\u5916\u89c2\u4e5f\u51e0\u4e4e\u5b8c\u5168\u4e00\u6837\u3002\u4e0d\u8fc7\u663e\u7136\u7d22\u5c3cA7R\u548cA7\u95f4\u7684\u5173\u7cfb\u548c\u7d22... http://t.cn/8s8Qv3i",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651108",
    "idstr": "3794113071651108",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 19,
     "domain": "",
     "avatar_large": "http://tp3.sinaimg.cn/1588385554/180/5633172942/0",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 1588385554,
     "verified_reason_url": "",
     "city": "13",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 412,
     "location": "\u6e56\u5357 \u5a04\u5e95",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/1588385554",
     "province": "43",
     "avatar_hd": "http://tp3.sinaimg.cn/1588385554/180/5633172942/0",
     "statuses_count": 5255,
     "description": "",
     "friends_count": 271,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "1588385554",
     "profile_image_url": "http://tp3.sinaimg.cn/1588385554/50/5633172942/0",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u97e9\u73cd\u6d3b\u8dc3",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u97e9\u73cd\u6d3b\u8dc3",
     "url": "",
     "gender": "f",
     "created_at": "Sat Jul 31 14:10:39 +0800 2010",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 14
    },
    "id": 3794113071651108,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u5fae\u4fe1\u76f4\u64ad\u4ee3\u8d2d\u8fc7\u7a0b\uff0c\u8bf7\u52a02468332932[\u5475\u5475]",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651087",
    "idstr": "3794113071651087",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 25,
     "domain": "",
     "avatar_large": "http://tp4.sinaimg.cn/1440441607/180/5633166835/0",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 1440441607,
     "verified_reason_url": "",
     "city": "1",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 467,
     "location": "\u5e7f\u4e1c \u5e7f\u5dde",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/1440441607",
     "province": "44",
     "avatar_hd": "http://tp4.sinaimg.cn/1440441607/180/5633166835/0",
     "statuses_count": 5438,
     "description": "",
     "friends_count": 286,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "1440441607",
     "profile_image_url": "http://tp4.sinaimg.cn/1440441607/50/5633166835/0",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "honey\u9ea6\u51ac",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "honey\u9ea6\u51ac",
     "url": "",
     "gender": "f",
     "created_at": "Thu May 13 08:32:01 +0800 2010",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 13
    },
    "id": 3794113071651087,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u3010\u6b27\u8054\u676f-\u5c24\u6587\u94c1\u536b\u7edd\u6740\u5ba2\u80dc\u91cc\u6602 \u897f\u7532\u53cc\u96c4\u5ba2\u573a\u843d\u8d25_\u56fd\u9645\u8db3\u7403-\u610f\u5927\u5229_\u65b0\u6d6a\u7ade\u6280\u98ce\u66b4_\u65b0\u6d6a\u7f51\u3011\u6b27\u8054\u676f-\u5c24\u6587\u94c1\u536b\u7edd\u6740\u5ba2\u80dc\u91cc\u6602 \u897f\u7532\u53cc\u96c4\u5ba2\u573a\u843d\u8d25 http://t.cn/8sij7E6",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651081",
    "idstr": "3794113071651081",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 14,
     "domain": "",
     "avatar_large": "http://tp3.sinaimg.cn/2804206494/180/5637262333/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 2804206494,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 219,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/2804206494",
     "province": "100",
     "avatar_hd": "http://tp3.sinaimg.cn/2804206494/180/5637262333/1",
     "statuses_count": 4921,
     "description": "",
     "friends_count": 252,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "2804206494",
     "profile_image_url": "http://tp3.sinaimg.cn/2804206494/50/5637262333/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u4e4b\u6b4c\u65e9\u56ed\u7460\u4f73",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u4e4b\u6b4c\u65e9\u56ed\u7460\u4f73",
     "url": "",
     "gender": "m",
     "created_at": "Thu Jul 05 03:51:39 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 12
    },
    "id": 3794113071651081,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u5c31\u7b97\u518d\u60f3\u54ed\uff0c\u4e5f\u8981\u5fae\u7b11\u7740\u8bf4\u4e00\u53e5\uff1a\u6211\u662f\u5feb\u4e50\u7684^ http://t.cn/RZ4GqkD",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651026",
    "idstr": "3794113071651026",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 122,
     "domain": "",
     "avatar_large": "http://tp3.sinaimg.cn/3044090382/180/5658749796/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 3044090382,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 243,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/3044090382",
     "province": "100",
     "avatar_hd": "http://tp3.sinaimg.cn/3044090382/180/5658749796/1",
     "statuses_count": 3573,
     "description": "",
     "friends_count": 1996,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "3044090382",
     "profile_image_url": "http://tp3.sinaimg.cn/3044090382/50/5658749796/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u803f\u5c0f\u6db52001",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u803f\u5c0f\u6db52001",
     "url": "",
     "gender": "m",
     "created_at": "Thu Nov 01 17:42:23 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 11
    },
    "id": 3794113071651026,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u9b54\u7faf\u5ea7 \u4eca\u65e5(1\u67081\u65e5)\u7efc\u5408\u8fd0\u52bf\uff1a\u2605\u2605\u2605\u2605\u2606\uff0c\u5e78\u8fd0\u989c\u8272\uff1a\u6a58\u8272\uff0c\u5e78\u8fd0\u6570\u5b57\uff1a3\uff0c\u901f\u914d\u661f\u5ea7\uff1a\u5de8\u87f9\u5ea7\uff08\u5206\u4eab\[email protected]\u5fae\u5fc3\u60c5\uff09 \u67e5\u770b\u66f4\u591a\uff1a http://t.cn/hBDFW",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651024",
    "idstr": "3794113071651024",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 27,
     "domain": "",
     "avatar_large": "http://tp1.sinaimg.cn/2803602024/180/5637259384/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 2803602024,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 324,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/2803602024",
     "province": "100",
     "avatar_hd": "http://tp1.sinaimg.cn/2803602024/180/5637259384/1",
     "statuses_count": 5296,
     "description": "",
     "friends_count": 281,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "2803602024",
     "profile_image_url": "http://tp1.sinaimg.cn/2803602024/50/5637259384/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "love\u9cad",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "love\u9cad",
     "url": "",
     "gender": "m",
     "created_at": "Thu Jul 05 03:05:50 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 14
    },
    "id": 3794113071651024,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "[\u97f3\u4e50\u76d2] #\u6211\u6b63\u5728\u542c# \u300aThe Man\u300b http://t.cn/7AlMe \uff08\u5206\u4eab\u81ea @\u65b0\u6d6a\u4e50\u5e93\uff09",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651023",
    "idstr": "3794113071651023",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 20,
     "domain": "",
     "avatar_large": "http://tp1.sinaimg.cn/2802936460/180/5637257424/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 2802936460,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 313,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/2802936460",
     "province": "100",
     "avatar_hd": "http://tp1.sinaimg.cn/2802936460/180/5637257424/1",
     "statuses_count": 5358,
     "description": "",
     "friends_count": 187,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "2802936460",
     "profile_image_url": "http://tp1.sinaimg.cn/2802936460/50/5637257424/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "best\u82e5\u6797\u6e90\u4e09",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "best\u82e5\u6797\u6e90\u4e09",
     "url": "",
     "gender": "m",
     "created_at": "Thu Jul 05 03:08:07 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 14
    },
    "id": 3794113071651023,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u72af\u9519\u4e4b\u540e\u88ab\u7f5a\u8e72\u4e0b~~\u4e0d\u8fc7\u8fd9\u8868\u60c5\u6ca1\u6709\u4e00\u4e1d\u75db\u6539\u524d\u975e\u7684\u610f\u601d\u4e48\uff01",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651022",
    "idstr": "3794113071651022",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 104,
     "domain": "",
     "avatar_large": "http://tp1.sinaimg.cn/3044980832/180/5659919423/0",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 3044980832,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 238,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/3044980832",
     "province": "100",
     "avatar_hd": "http://tp1.sinaimg.cn/3044980832/180/5659919423/0",
     "statuses_count": 3585,
     "description": "",
     "friends_count": 1996,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "3044980832",
     "profile_image_url": "http://tp1.sinaimg.cn/3044980832/50/5659919423/0",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u9648\u5409\u73b22013",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u9648\u5409\u73b22013",
     "url": "",
     "gender": "f",
     "created_at": "Thu Nov 01 23:11:21 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 13
    },
    "id": 3794113071651022,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "2015\u5e74\uff0c\u6211\u60f3\u8fc7\u7684\u597d\u4e00\u70b9\uff0c\u7948\u7977\u5e78\u8fd0\u5728\u6211\u8eab\u8fb9",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071651021",
    "idstr": "3794113071651021",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 16,
     "domain": "",
     "avatar_large": "http://tp2.sinaimg.cn/1560979221/180/5637084823/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 1560979221,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 256,
     "location": "\u5317\u4eac",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/1560979221",
     "province": "11",
     "avatar_hd": "http://tp2.sinaimg.cn/1560979221/180/5637084823/1",
     "statuses_count": 4698,
     "description": "",
     "friends_count": 254,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "1560979221",
     "profile_image_url": "http://tp2.sinaimg.cn/1560979221/50/5637084823/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u4e4b\u6b4c\u66fc\u8f9e",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u4e4b\u6b4c\u66fc\u8f9e",
     "url": "",
     "gender": "m",
     "created_at": "Fri May 14 13:00:21 +0800 2010",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 12
    },
    "id": 3794113071651021,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u3010\u5d14\u9f99\u6d19\u53eb\u9635\u6052\u5927\uff1a\u590d\u4ec7\u4e4b\u6218\uff018\u5f3a\u62bd\u7b7e\u8ba9\u6211\u4eec\u4e00\u8d77\u5427_\u56fd\u5185\u8db3\u7403-\u4e2d\u8d85_\u65b0\u6d6a\u7ade\u6280\u98ce\u66b4_\u65b0\u6d6a\u7f51\u3011\u5d14\u9f99\u6d19\u53eb\u9635\u6052\u5927\uff1a\u590d\u4ec7\u4e4b\u6218\uff018\u5f3a\u62bd\u7b7e\u8ba9\u6211\u4eec\u4e00\u8d77\u5427 http://t.cn/RvPjX3s",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071650997",
    "idstr": "3794113071650997",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 99,
     "domain": "",
     "avatar_large": "http://tp1.sinaimg.cn/3044607984/180/5659955533/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 3044607984,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 208,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/3044607984",
     "province": "100",
     "avatar_hd": "http://tp1.sinaimg.cn/3044607984/180/5659955533/1",
     "statuses_count": 3626,
     "description": "",
     "friends_count": 1994,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "3044607984",
     "profile_image_url": "http://tp1.sinaimg.cn/3044607984/50/5659955533/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u5e78\u798f\u90a2\u660e\u91d1",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u5e78\u798f\u90a2\u660e\u91d1",
     "url": "",
     "gender": "m",
     "created_at": "Thu Nov 01 20:30:06 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 11
    },
    "id": 3794113071650997,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "[\u97f3\u4e50\u76d2] #\u6211\u6b63\u5728\u542c# \u300a\u7406\u7531\u300b http://t.cn/zObZRYm \uff08\u5206\u4eab\u81ea @\u65b0\u6d6a\u4e50\u5e93\uff09",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071650995",
    "idstr": "3794113071650995",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": "",
     "avatar_large": "http://tp1.sinaimg.cn/2803478812/180/5637260083/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 2803478812,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 306,
     "location": "\u5176\u4ed6",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/2803478812",
     "province": "100",
     "avatar_hd": "http://tp1.sinaimg.cn/2803478812/180/5637260083/1",
     "statuses_count": 5370,
     "description": "",
     "friends_count": 257,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "2803478812",
     "profile_image_url": "http://tp1.sinaimg.cn/2803478812/50/5637260083/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "love\u94c3\u91ce\u7eeb",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "love\u94c3\u91ce\u7eeb",
     "url": "",
     "gender": "m",
     "created_at": "Thu Jul 05 03:23:00 +0800 2012",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 14
    },
    "id": 3794113071650995,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u3010\u5f3a\u52b2\u6e38\u620f\u608d\u5c06 \u534e\u7855\u98de\u884c\u5821\u5792FX50JK\u8bc4\u6d4b(3)|\u534e\u7855|\u6e38\u620f\u672c_\u7b14\u8bb0\u672c_\u65b0\u6d6a\u79d1\u6280_\u65b0\u6d6a\u7f51\u3011\u867d\u7136FX50JK\u5e76\u975e\u51fa\u81ea\u534e\u7855\u7684\u9876\u7ea7\u6e38\u620f\u672cROG\u7cfb\u5217\uff0c\u4f46\u662f\u5728\u914d\u8272\u4e0a\uff0c\u663e\u7136\u662f\u91c7\u7528\u4e86ROG\u7cfb\u5217\u6700\u7ecf\u5178\u7684\u7ea2\u9ed1\u914d\u8272\uff0c\u8fd9... http://t.cn/R7YGApe",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071650994",
    "idstr": "3794113071650994",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4MnHdT\" rel=\"nofollow\">\u5fae\u535a weibo.com</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": 22,
     "domain": "",
     "avatar_large": "http://tp1.sinaimg.cn/1582787752/180/5637105734/0",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 1582787752,
     "verified_reason_url": "",
     "city": "1000",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 491,
     "location": "\u5317\u4eac",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/1582787752",
     "province": "11",
     "avatar_hd": "http://tp1.sinaimg.cn/1582787752/180/5637105734/0",
     "statuses_count": 5447,
     "description": "",
     "friends_count": 266,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "1582787752",
     "profile_image_url": "http://tp1.sinaimg.cn/1582787752/50/5637105734/0",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u56f4\u8116\u68a6\u83e1",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u56f4\u8116\u68a6\u83e1",
     "url": "",
     "gender": "f",
     "created_at": "Fri Jul 09 10:09:13 +0800 2010",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 14
    },
    "id": 3794113071650994,
    "pic_urls": []
   },
   {
    "darwin_tags": [],
    "favorited": false,
    "mlevel": 0,
    "source_type": 1,
    "visible": {
     "type": 0,
     "list_id": 0
    },
    "text": "\u672c\u95e8\u4ece\u5de2\u6e56\u51e4\u6d3e\u593a\u5f97\u8f9f\u90aa\u5251\u6cd5\u6b8b\u7ae0\u4e09\u3002\u795e\u529f\u76d6\u4e16\uff0c\u6240\u5411\u65e0\u654c\[email protected]\u5927\u638c\u95e8Androidhttp://t.cn/RPSeiS4",
    "created_at": "Thu Jan 01 08:01:50 +0800 2015",
    "truncated": false,
    "reposts_count": 0,
    "mid": "3794113071650993",
    "idstr": "3794113071650993",
    "geo": null,
    "source": "<a href=\"http://app.weibo.com/t/feed/4YmIcn\" rel=\"nofollow\">\u5927\u638c\u95e8</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://tp4.sinaimg.cn/3899728435/180/0/1",
     "verified_source": "",
     "ptype": 0,
     "block_word": 0,
     "star": 0,
     "id": 3899728435,
     "verified_reason_url": "",
     "city": "1",
     "allow_all_comment": true,
     "credit_score": 80,
     "block_app": 0,
     "follow_me": false,
     "verified_reason": "",
     "followers_count": 8,
     "location": "\u5317\u4eac \u4e1c\u57ce\u533a",
     "verified_trade": "",
     "mbtype": 0,
     "verified_source_url": "",
     "profile_url": "u/3899728435",
     "province": "11",
     "avatar_hd": "http://tp4.sinaimg.cn/3899728435/180/0/1",
     "statuses_count": 1447,
     "description": "",
     "friends_count": 1,
     "online_status": 0,
     "mbrank": 0,
     "idstr": "3899728435",
     "profile_image_url": "http://tp4.sinaimg.cn/3899728435/50/0/1",
     "allow_all_act_msg": false,
     "verified": false,
     "geo_enabled": true,
     "class": 1,
     "name": "\u54c8\u6c14\u4e39_13346",
     "lang": "zh-cn",
     "weihao": "",
     "remark": "",
     "favourites_count": 0,
     "screen_name": "\u54c8\u6c14\u4e39_13346",
     "url": "",
     "gender": "m",
     "created_at": "Tue Nov 12 13:05:52 +0800 2013",
     "verified_type": -1,
     "following": false,
     "pagefriends_count": 0,
     "urank": 9
    },
    "id": 3794113071650993,
    "pic_urls": []
   }
  ]
 }
]
时间: 2024-08-04 14:09:54

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

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

#!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2014-12-31 @author: beyondzhou @name: json_data_text.py ''' # Get public timeline of sina weibo and save json response data into text file def json_data_text(): # import from login import weibo

新浪微博数据挖掘食谱之六: 元素篇 (提取微博元素)

#!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2015-1-2 @author: beyondzhou @name: extract_weibo_entities.py ''' # Extract entities of sina weibo def extract_weibo_entities(): # import from login import weibo_login from statuses import extr

新浪微博数据挖掘食谱之十: 元素篇 (提取转发微博的元素)

#!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2015-1-6 @author: beyondzhou @name: extract_repost_attributions.py ''' # Extract repost attributions def extract_repost_attributions(): # import from search import weibo_search from entities im

iOS开发网络篇—JSON数据的解析

iOS开发网络篇—JSON数据的解析 iOS开发网络篇—JSON介绍 一.什么是JSON JSON是一种轻量级的数据格式,一般用于数据交互 服务器返回给客户端的数据,一般都是JSON格式或者XML格式(文件下载除外) JSON的格式很像OC中的字典和数组 {"name" : "jack", "age" : 10} {"names" : ["jack", "rose", "jim

iOS开发网络篇—JSON介绍

一.什么是JSON JSON是一种轻量级的数据格式,一般用于数据交互 服务器返回给客户端的数据,一般都是JSON格式或者XML格式(文件下载除外) JSON的格式很像OC中的字典和数组 {"name" : "jack", "age" : 10} {"names" : ["jack", "rose", "jim"]} 标准JSON格式的注意点:key必须用双引号 要想从

JOSN学习总结&lt;二&gt; JSON的格式与语法

今晚又下班早!!嘿嘿,继续JOSN的总结吧!!!!有人说这么简单还有必要写吗???我觉得"眼里过十遍不如手里过一遍"!!有错误之处请指正!!共同学习下!!!!废话不说了,进入今晚的正题: <二>  JSON的格式与语法: Javascript可以非常容易的创建并访问JSON对象,语法如下: 1 var jsonObject= 2 { 3 propertyName(属性名):value(值),//对象内的属性语法(属性名与属性值是成对出现的) 4 functionName(函

kettle(PDI)解析xml、json等格式数据的方法

最近由于工作业务需要,一直在研究pdi工具中解析xml.json等格式数据的方法,解析xml和json都较简单. 解析xml的时候,只需要选择相应的文件(不一定要是xml文件,txt的也行,只要是数据是xml格式就可以),然后选择循环读取路径,设置好标签对名称即可: 一:选择文件,如果xml数据是上一过程输入的,不用选择文件: 二:选择循环解析xml的节点,你所选择的节点应该是所以数据的根节点: 三:设置好对应的节点名称和数据名称: 保存配置后,运行即可. 对应的解析json也类似xml的解析:

通过在jquery中添加函数发送ajax请求来加载数据库数据,以json的格式发送到页面

通过在jquery中添加函数发送ajax请求来加载数据库数据,以json的格式发送到页面 从数据库中查询仓库信息,显示在下拉菜单中: 首先,引入js插件,这里使用jquery-1.8.3.js <script type="text/javascript" src="${pageContext.request.contextPath}/js/jquery-1.8.3.js"></script> 当页面加载完成后,就应该发送ajax请求到数据库,

JSON数据表示格式简介(JavaScript对象表示法)

[1] JSON简介    > JSON全称 JavaScript Object Notation    > 类似于JS中对象的创建的方法    > JSON和XML一样,都是一种表示数据的格式    > 但是JSON比XML的存储和解析性能要高的多,JSON要比XML高个30%左右.    <user>        <name>sunwukong</name>        <age>18</age>        &