By en:User:Legoktm. Released under the terms of the MIT License.
- Only requirement is requests
- Supports any wiki with an
api.php
import mw
enwp = mw.Wiki('http://en.wikipedia.org/w/api.php')
enwp.login('username','password')
enwp.request({'action':'query'}) #etc...