Replies: 2 comments 5 replies
-
I think it would be beneficial to create a tool that generates an XML file for such sites. Instead of just developing a solution for Remark42, this tool could address the broader issue for anyone who wants to export data from Disqus but is unable to. On the other hand, it's likely someone has already encountered and solved this problem. I found a couple of projects, with the most recent being humanwhocodes/disqus-export written in NodeJS. This project outputs data in JSON, but it should be straightforward to add XML support. The code to download comments is less than 200 lines in JS, although it doesn't account for rate limiting. Ideally, I would like to have a description in our documentation on how to handle this corner case with Disqus using that or any other third-party tool. Please let me know your thoughts and if you are interested in addressing this issue. This is the first time I've heard of this problem, so I don't plan to work on it myself right now. However, I may reconsider if no one else picks it up and several people are affected. |
Beta Was this translation helpful? Give feedback.
-
Just a heads up, I had started working on the tool here. I've been learning a lot with this and would just like to thank Remark42 to re-ignite my passion to build stuff. I've been juggling with office work and this, so the development timeline might be a bit slow. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I was recently looking at Disqus's import and export page where I came across this statement:
I was wondering, in order to solve for cases like these, whether there should be a new
Importer
incorporated into Remark42's backend?I have built a version of it in my local system, which incorporates Disqus API. The drawbacks are there for sure, notably having slower speed than our traditional method and the uncertainty of the completion of import process in one sitting (API usage quota is 1000 calls per hour).
Let me know your thoughts regarding this.
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions