Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fa7ad/dev-to-wxr
Small (fragile) script for migrating comments from dev.to posts to Wordpress format (WXR/XML). Useful for importing in tools like disqus.
https://github.com/fa7ad/dev-to-wxr
comments devcommunity devto wxr
Last synced: 22 days ago
JSON representation
Small (fragile) script for migrating comments from dev.to posts to Wordpress format (WXR/XML). Useful for importing in tools like disqus.
- Host: GitHub
- URL: https://github.com/fa7ad/dev-to-wxr
- Owner: fa7ad
- License: mit
- Created: 2021-12-20T21:29:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T21:34:38.000Z (about 3 years ago)
- Last Synced: 2024-10-24T22:05:12.592Z (2 months ago)
- Topics: comments, devcommunity, devto, wxr
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev-to-wxr
Small (fragile) script for migrating comments from dev.to posts to Wordpress format (WXR/XML). Useful for importing in tools like disqus.## Usage
0. Install `git`, `node`(14+), `yarn`
1. Clone this repo
```bash
git clone https://github.com/fa7ad/dev-to-wxr
```
2. Install dependencies
```bash
yarn
```
3. Set environment variable and run script
```bash
export DEV_USERNAME=fa7ad # your username here
node index.js
```
4. You should get a `devto-{YOUR USERNAME}.wxr.xml` file## LICENSE
MIT