wapiti
wapiti copied to clipboard
Wikipedia API wrapper for humans and elk. (en.wikipedia.org/w/api.php, get it?)
I just tried to install wapitii (I appear to need it for the hazm package), but get an error: $ pip install wapiti Collecting wapiti Using cached https://files.pythonhosted.org/packages/94/e4/428658a281edc240281759a3b09b9ada60e56325a12c9492f13b97ecc394/wapiti-0.1.tar.gz ERROR: Command...
See https://stackoverflow.com/a/34535903
``` >>> import wapiti >>> client = wapiti.WapitiClient('') >>> client.get_language_links('house') may have an error: [u'main: Subscribe to the mediawiki-api-announce mailing list at for notice of API deprecations and breaking changes....
So I would like to write documentation for Wapiti (in particular, before attacking #22). I think it will help me understand the internals better and will have the added benefit...
As mentioned before, my key area of work on wapiti lately has been toward making it nonblocking and concurrent, while at the same time self-contained (not relying on gevent or...
I was thinking about extending `wapiti` to allow for editing content and I wanted to get your opinion on it. Firstly, would you be open to accepting such a change?...