Wikia icon indicating copy to clipboard operation
Wikia copied to clipboard

A Pythonic wrapper for the Wikia API

Results 4 Wikia issues
Sort by recently updated
recently updated
newest added

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

enhancement

The tests in their current state do not properly test the library, as it still uses the old Wikipedia code.

bug
enhancement

Found at [this URL](https://api.wikia.com/wiki/Documentation)

enhancement