Skip to content

52poke/mwarchiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mwarchiver

A minimal MediaWiki archiver. This program is intended to export articles from a MediaWiki instance to .txt files.

Configruation

This program can be configured with $HOME/.mwarchiver.yaml file:

api_url: https://en.wikipedia.org/w/api.php
output_path: output
limit: 1000 # Maximum exports of a single namespace
namespaces: [0] # List of namespace numbers: https://www.mediawiki.org/wiki/Help:Namespaces

License

MIT

About

A minimal MediaWiki archiver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages