最近需要将一个帝国cms网站的多说评论数据同步到本地,主要原因是评论数据全部存放在多说服务器,如果哪天多说关闭会全部丢失,另外多说似乎越来越沉寂了。
前边的接口文件书写不再详述,就是检测post,并判断是否正确,传值正确则进行下面的读取写入操作。这方面可以参考官方文档。
http://dev.duoshuo.com/docs/50037b11b66af78d0c000009
文档中写明有评论时多说会向预留的地址进行post,但实际测试时没有收到任何post或者get动作,这多说是临时故障还是这方面功能已经不可用就不得而知了。还是赶快把评论搬回来吧。
其中标红的部分修改为自己的文章id和短名称,根据测试,我们获得了下面的数据。
而在这里边,我们发现了一个非常严重的问题,多说只保存了文章id,而没有保存栏目id。这对于多使用帝国cms的多数据表功能时,栏目多,文章也多的情况下,不知道是否会出现问题。
不过json数据还算详细,我们可以对数据自由组合然后写入帝国cms的评论数据表了。
折叠XML/HTML 代码
- {
 - "options": {
 - "formPosition": "bottom",
 - "order": "asc",
 - "limit": 50,
 - "hot_posts": 3,
 - "max_depth": 1,
 - "show_context": false,
 - "like_thread_enabled": true,
 - "parse_html_enabled": false,
 - "show_weibo": true,
 - "show_qqt": true,
 - "show_reposts": true,
 - "deny_anonymous": false,
 - "auth_in_win": true,
 - "require_guest_email": true,
 - "require_guest_url": false,
 - "use_smilies": true,
 - "use_images": false,
 - "poweredby_text": "dy1950正在使用多说",
 - "mzadx_id": null
 - },
 - "response": [
 - "6322763823199552258",
 - "6322768253043081985",
 - "6322769681241342722",
 - "6322770460303950594",
 - "6322770797345637121",
 - "6322772209777509121",
 - "6322772942212039426",
 - "6322773799255147265"
 - ],
 - "hotPosts": [],
 - "parentPosts": {
 - "6322763823199552258": {
 - "post_id": "6322763823199552258",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "11111111111111111111",
 - "created_at": "2016-08-25T21:52:50+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322768253043081985": {
 - "post_id": "6322768253043081985",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "12121212121212",
 - "created_at": "2016-08-25T22:10:02+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322769681241342722": {
 - "post_id": "6322769681241342722",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "啊啊啊啊啊",
 - "created_at": "2016-08-25T22:15:34+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322770460303950594": {
 - "post_id": "6322770460303950594",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "11111111111111111",
 - "created_at": "2016-08-25T22:18:35+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322770797345637121": {
 - "post_id": "6322770797345637121",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "22222222222222222",
 - "created_at": "2016-08-25T22:19:54+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322772209777509121": {
 - "post_id": "6322772209777509121",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "11111111111",
 - "created_at": "2016-08-25T22:25:23+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322772942212039426": {
 - "post_id": "6322772942212039426",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": "5555555555",
 - "created_at": "2016-08-25T22:28:13+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - },
 - "6322773799255147265": {
 - "post_id": "6322773799255147265",
 - "thread_id": "6322763805424091905",
 - "status": "approved",
 - "source": "duoshuo",
 - "type": "duoshuo",
 - "message": " <img src=\"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/0b/tootha_org.gif\" alt=\"[嘻嘻]\" title=\"[嘻嘻]\" class=\"ds-smiley\" /> <img src=\"http://img.t.sinajs.cn/t35/style/images/common/face/ext/normal/a6/x_org.gif\" alt=\"[嘘]\" title=\"[嘘]\" class=\"ds-smiley\" /> ",
 - "created_at": "2016-08-25T22:31:33+08:00",
 - "privileges": [],
 - "parent_id": 0,
 - "root_id": 0,
 - "reposts": 0,
 - "comments": 0,
 - "author_id": "12210120",
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "likes": 0,
 - "dislikes": 0,
 - "reports": 0,
 - "parents": [],
 - "author": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - },
 - "ip": "144.12.248.56",
 - "iplocation": "山东",
 - "is_top": 0
 - }
 - },
 - "users": {
 - "12210120": {
 - "user_id": "12210120",
 - "name": "This is he.",
 - "avatar_url": "http://q.qlogo.cn/qqapp/100229475/FD187BD3754E35AF97433758AD6A792B/100",
 - "url": "",
 - "threads": "",
 - "comments": "22",
 - "weibo_uid": "",
 - "qq_uid": "FD187BD3754E35AF97433758AD6A792B",
 - "renren_uid": "",
 - "kaixin_uid": "",
 - "douban_uid": "",
 - "netease_uid": "",
 - "sohu_uid": "",
 - "baidu_uid": "",
 - "msn_uid": "",
 - "google_uid": "",
 - "taobao_uid": ""
 - }
 - },
 - "thread": {
 - "thread_id": "6322763805424091905",
 - "site_id": 1320536,
 - "title": "美式极端/超能特工1280超清迅雷下载",
 - "created_at": "2016-08-25T21:52:46+08:00",
 - "thread_key": "11510",
 - "url": "http://localhost/dianying/11510.html",
 - "meta": [],
 - "agent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.154 Safari/537.36 LBBROWSER",
 - "source": "duoshuo",
 - "author_id": "0",
 - "comments": 8,
 - "dislikes": 0,
 - "likes": 0,
 - "reposts": 0,
 - "views": 0,
 - "post_enable": 1
 - },
 - "cursor": {
 - "total": 8,
 - "pages": 1
 - },
 - "code": 0
 - }
 

