Steve
Steve
Hello Friends, I would like to humbly thank all of the people who have found this package. I am grateful for your patience, helpful suggestions, and bug finding skills! I...
https://www.mediawiki.org/wiki/Page_Content_Service It appears that `extracts` from [Extension:TextExtract]() is going away... [Cabinet of curiosities](https://en.wikipedia.org/w/api.php?action=query&exintro&formatversion=2&inprop=url|watchers&list=random&pithumbsize=240&pllimit=500&ppprop=disambiguation|wikibase_item&prop=extracts|info|links|pageassessments|pageimages|pageprops|pageterms|redirects&redirects&rdlimit=500&rnlimit=1&rnnamespace=0&titles=Cabinet%20of%20curiosities) `get_query` extract: ```json "query": { "pages": [ { "pageid": 1198160, "ns": 0, "title": "Cabinet of curiosities", "extract":...
Currently, our `page.data['wikidata']` dictionary is flat. For example: ```python {u'taxon name (P225)': u'Amanita', u'taxon rank (P105)': u'genus (Q34740)', u'taxonomic type (P427)': u'Fly agaric (Q131227)'} ``` We should make it less...
Currently, `backlinks` is missing from `wptools.page.get_querymore()` docstring.
We should provide a subset of features for accessing Wikimedia dumps on disk. We may even want to use [mwparserfromhell](https://github.com/earwig/mwparserfromhell) to parse the wikitext as mentioned in #111.
It would be helpful to everyone if we could submit [Infobox data](https://github.com/siznax/wptools/wiki/Infoboxes) that this tool finds in various [Wikimedia projects](https://wikimediafoundation.org/wiki/Our_projects) to [Wikidata](https://www.wikidata.org) when it is helpful. We should offer a...
Perhaps, if we add the ``, ``, etc. tags that we drop when extracting Infobox data to another data member (with the same keys), say "`page.data['infobox_refs']`", then that might help...
How can we support the [IIF](http://iiif.io/) API spec? What kind of support do Wikimedia APIs currently offer? Maybe start here
@peeter-t2 asked about this in #60 ... Full article wikitext is already available via `get_parse()`: ```python >>> import wptools >>> p = wptools.page('Aardvark').get_parse() >>> print p.wikitext[:80] {{Other uses}} {{pp-move-indef}} {{Use...
See https://www.mediawiki.org/wiki/API:Client_code/Gold_standard