Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harttle/disqus2github

migrate disqus comments to github issues
https://github.com/harttle/disqus2github

comments disqus github-api github-issues

Last synced: about 2 months ago
JSON representation

migrate disqus comments to github issues

Awesome Lists containing this project

README

        

# About This Project

Export disqus comments as github issues.

# Usage

## Export the XML

Export from disqus, wait for the mail to download data. Then,

```bash
gunzip harttleland-2018-05-02T16_51_51.747424-all.xml.gz
mv *.xml data.xml
```

## Sync with Your Issues

Important! Modify the `config.json` accordingly.

```bash
cp config.example.json config.json
```

Install dependencies and run.

```bash
npm install
node index.js
```