ShizuhaAki / mediawiki-exporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mediawiki-exporter

mediawiki-exporter is a tool for to export wiki by using MediaWiki API. This should be useful if the wiki site disable Special:Export.

How to use

  1. Install node.js and yarn.
  2. Clone this repo:
git clone https://github.com/nzh63/mediawiki-exporter.git
cd mediawiki-exporter
  1. Install dependencies:
yarn
  1. Edit src/config.ts, change API_URL to the site you want to download (eg. https://www.mediawiki.org/w/api.php).
  2. Bulid & run:
yarn build
yarn start

License

MIT

About

License:MIT License


Languages

Language:TypeScript 97.9%Language:JavaScript 2.1%