Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 403 Bytes

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...