Disqus 추출 XML

1 개요[ | ]

disqus export xml 예시
  • Disqus 서비스 Comment export 데이터 예시
  • DISQUS의 대략적인 DB구조를 알 수 있다...
항목 설명
스레드(thread) 개별 웹페이지(DISQUS 모듈이 달린 것). 식별자 id, URL 등 페이지정보 포함
포스트(post) 개별 댓글. 어느 페이지인지(thread id), 어느 댓글의 하위항목인지(parent id) 확인 가능
<?xml version="1.0" encoding="utf-8"?>
<disqus xmlns="http://disqus.com" xmlns:dsq="http://disqus.com/disqus-internals" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://disqus.com/api/schemas/1.0/disqus.xsd http://disqus.com/api/schemas/1.0/disqus-internals.xsd">
<category dsq:id="3263820">
<forum>zetawiki</forum>
<title>General</title>
<isDefault>true</isDefault>

... (생략)

<thread dsq:id="4381932693">
<id>wiki-39097</id>
<forum>zetawiki</forum>
<category dsq:id="3263820" />
<link>http://zetawiki.com/?curid=39097</link>
<title>아이덴티콘</title>
<message />
<createdAt>2015-12-07T02:11:24Z</createdAt>
<author>
<email>jmnote@example.com</email>
<name>jmnote</name>
<isAnonymous>false</isAnonymous>
<username>jmnote</username>
</author>
<ipAddress>135.79.246.80</ipAddress>
<isClosed>false</isClosed>
<isDeleted>false</isDeleted>
</thread>

... (생략)

<post dsq:id="1591018319">
<id />
<message><![CDATA[<p>고맙습니다 ^^</p>]]></message>
<createdAt>2014-09-16T05:29:01Z</createdAt>
<isDeleted>false</isDeleted>
<isSpam>false</isSpam>
<author>
<email>jane.doe@exmaple.com</email>
<name>Jane Doe</name>
<isAnonymous>false</isAnonymous>
<username>janedoe</username>
</author>
<ipAddress>211.106.135.79</ipAddress>
<thread dsq:id="3012372835" />
</post>
... (생략)
<post dsq:id="1981505992">
<id />
<message><![CDATA[<p>아니 이게 왜 여기 페이지로 당당하게 있는가 하는 것이 질문의 요지임미다 ㅋ</p>]]></message>
<createdAt>2015-04-22T16:16:51Z</createdAt>
<isDeleted>false</isDeleted>
<isSpam>false</isSpam>
<author>
<email>john.smith@example.com</email>
<name>John Smith</name>
<isAnonymous>false</isAnonymous>
<username>johnsmith</username>
</author>
<ipAddress>73.61.246.80</ipAddress>
<thread dsq:id="3701925636" />
<parent dsq:id="1981497195" />
</post>

... (생략)

</disqus>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}