Wikipedia icon indicating copy to clipboard operation
Wikipedia copied to clipboard

A Pythonic wrapper for the Wikipedia API

Results 129 Wikipedia issues
Sort by recently updated
recently updated
newest added

I tried this: ``` import wikipedia print(wikipedia.search("Ubuntu")) ``` It gave me this: ``` /home/sjs/.local/lib/python3.9/site-packages/wikipedia/wikipedia.py:389: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this...

in suggestion of "mr bean" it returns "me bean" which makes a page not found error it is acctually a serverside typing mistake in wikipedia response in suggestion when i...

For some reason I have found that when requesting images for one particular Wikipedia page the request will hang indefinitely (>24 hours). This is incredibly weird as I have required...

So when I try installing the Wikipedia module with this, it has an error saying git is an unknown command: `python -m pip install --upgrade git+git://github.com/goldsmith/Wikipedia.git`

I decided to make a quick and easy WikiRace bot, just as a fun project to tackle over my lunch break. Attempting to do so led to this error: FileNotFoundError:...

https://github.com/richardasaurus/wiki-api 404!

i use page('bill gate') always errors ,because the 'title = suggestion or results[0]' but suggestion (bill gets) don't exit , so i think it should be 'title = results[0] or...

For this disambiguation page: [Blackbird](http://en.wikipedia.org/wiki/Blackbird) the exception contains `u'Distillation'` when I think it meant `Distillation_(Erin_McKeown_album)`.

When doing a basic exception catch test with disambiguation page New York as an input the line `except wikipedia.exceptions.DisambiguationError as e` is returned with a type error stating a missing...

Hi, this example happened working with wikipedia lang 'es'. I'm trying to get `wikipedia.page('Alfa Romeo Giulia')` and getting Disambiguation Error with this options: ``` ['Alfa Romeo Giulia', 'Alfa Romeo Giulia...