https://github.com/harttle/disqus2github
migrate disqus comments to github issues
https://github.com/harttle/disqus2github
comments disqus github-api github-issues
Last synced: 3 months ago
JSON representation
migrate disqus comments to github issues
- Host: GitHub
- URL: https://github.com/harttle/disqus2github
- Owner: harttle
- Created: 2018-05-02T18:33:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T03:38:00.000Z (over 7 years ago)
- Last Synced: 2025-03-24T09:47:35.430Z (7 months ago)
- Topics: comments, disqus, github-api, github-issues
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```