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

https://github.com/angristan/isso-to-disqus

This tool generates an Disqus-compatible WXR-like XML file from an Isso SQLite database file.
https://github.com/angristan/isso-to-disqus

comments disqus isso migration python

Last synced: 7 months ago
JSON representation

This tool generates an Disqus-compatible WXR-like XML file from an Isso SQLite database file.

Awesome Lists containing this project

README

          

# Migrate Isso comments to Disqus

This tool generates an [Disqus-compatible WXR-like XML file](https://help.disqus.com/en/articles/1717222-custom-xml-import-format) from an Isso SQLite database file.

## Usage

Dependencies:

* Python 3

```
git clone https://github.com/angristan/isso-to-disqus.git
cd isso-to-disqus
pip install -r requirements.txt
```

Now copy the sqlite (`.db`) file from your Isso server into the folder.

Get your XML export:

```
export WEBSITE_URL=https://blog.tld DB_FILE_PATH=comments.db
python isso-to-disqus.py
```

Once you create a new Disqus community, you can import the XML file from the settings, or [import.disqus.com](https://import.disqus.com/).