State of disqus to discourse importer

I am trying to migrate my comments from disqus to discourse and came across these comments
https://meta.discourse.org/t/migrating-from-disqus-to-discourse-for-static-blog-comments/19947/22?u=quintin_par
I couldn’t find the importer at
https://github.com/discourse/discourse/blob/master/lib/tasks/disqus.thor
Those posts were in 2014 and the last topic on this is 2016 if I am not wrong
https://meta.discourse.org/t/disqus-import-script/38750

Is the importer still active?

1 Like

Looks like the Disqus importer moved in with the other importers:

https://github.com/discourse/discourse/blob/5012d46cbd3bcf79b7351f7d2d41003496a796c5/script/import_scripts/disqus.rb

4 Likes

Thanks @awole20.

Does this mean, the commands to run this has changed?

You would run it like

ruby script/import_scripts/discus.rb

Glancing at it, it doesn’t support uploads, avatars, or 301 redirects. It puts everything in a single category (perhaps that’s how Discus works).

6 Likes

Hi @pfaffman,
image
I was unable to get to the script folder. What am I doing wrong here?

You need to install a development environment.

1 Like

Is this how I should setup the dev environment?

I am a bit surprised here because comments like this

and
http://www.railsonmaui.com/blog/2014/09/27/updating-to-jekyll-2-and-discourse-for-comments/

don’t mention setting up env.