[go: up one dir, main page]

Skip to content

Import comments from Disqus and Wordpress XML dumps to schnack!

Notifications You must be signed in to change notification settings

schn4ck/schnack-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schnack importer

Import comments from Disqus and Wordpress XML dumps to schnack!

Installation

Using Node.js >= v9:

Install the module locally or globally (-g):

npm install @schnack/importer

Using npx (npm >= 5.2)

It is possible to use npx and node-bin to directly run the schnack-importer without installation:

npx -p node-bin@9 npx @schnack/importer dump.xml comments.db

Usage

Prerequisites:

  • An SQLite database file should be already be created running schnack. This script will not create the database and the necessary tables.
  • schnack should not be running. SQLite accepts one connection at time.

Run:

schnack-importer dump.xml comments.db

About

Import comments from Disqus and Wordpress XML dumps to schnack!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published