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.
- Host: GitHub
- URL: https://github.com/angristan/isso-to-disqus
- Owner: angristan
- License: mit
- Created: 2020-02-04T14:27:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:57:41.000Z (over 4 years ago)
- Last Synced: 2025-04-02T13:12:44.670Z (7 months ago)
- Topics: comments, disqus, isso, migration, python
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).