Wikia
Wikia copied to clipboard
A Pythonic wrapper for the Wikia API
After playing a bit with the library, i found a little problem. The code is very straightforward: ```py import wikia wikia.set_lang("es") search = wikia.search("Overwatch", "Tracer") page = wikia.page("Overwatch", s[0]) print(page.images[0])...
For the content api call, there is also an option for lists (as seen [here, at this api call link](http://grimadventures.wikia.com/api/v1/Articles/AsSimpleJson?id=1900)). This should be fairly simple to implement, just abstract the...
The tests in their current state do not properly test the library, as it still uses the old Wikipedia code.
Found at [this URL](https://api.wikia.com/wiki/Documentation)