Small (fragile) script for migrating comments from dev.to posts to Wordpress format (WXR/XML). Useful for importing in tools like disqus.
- Install
git
,node
(14+),yarn
- Clone this repo
git clone https://github.com/fa7ad/dev-to-wxr
- Install dependencies
yarn
- Set environment variable and run script
export DEV_USERNAME=fa7ad # your username here
node index.js
- You should get a
devto-{YOUR USERNAME}.wxr.xml
file
MIT