Skip to content

legoktm/supersimplemediawiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supersimplemediawiki

By en:User:Legoktm. Released under the terms of the MIT License.

  • Only requirement is requests
  • Supports any wiki with an api.php

Usage

import mw
enwp = mw.Wiki('http://en.wikipedia.org/w/api.php')
enwp.login('username','password')
enwp.request({'action':'query'}) #etc...

About

A python3 interface with MediaWiki's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages