Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harttle/disqus2github
- Owner: harttle
- Created: 2018-05-02T18:33:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T03:38:00.000Z (over 6 years ago)
- Last Synced: 2024-10-14T20:43:21.898Z (3 months ago)
- Topics: comments, disqus, github-api, github-issues
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 4
- 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
```