Skip to content

nzh63/mediawiki-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published