jeonghwan-kim / disqus-to-utterances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disqus-to-utternaces

Description

I've been using disqus as a blog commenting service for the past few years. However, after the free trial period, ads started appearing on the disqus service, and I hated seeing ads on my blog.

I came across the utternaces project while looking for alternatives to the comment system. It was a way to manage comments as Github issues. I thought I'd be able to take the lead in my blog comments. Without ads, of course.

Disqus service provides a function to download comments as an xml backup file. It is the job of this tool to register this file as a Github issue.

Prerequisite

Make sure you have these ready

How to use it

Firstly clone this repository.

git clone https://github.com/jeonghwan-kim/disqus-to-utterances.git

And move to repository and install dependencies.

cd disqus-to-utternaces
npm i

Then you can create github issue from disqus backup file.

npm start [disqus-backup-file.xml]

Refereneces

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%