Steve
Steve
Thanks for trying wptools @baerbock! We should have support for this with `boxterm=ЖП линия`: ``` >>> help(wptools.page) class WPToolsPage(wptools.restbase.WPToolsRESTBase, wptools.wikidata.WPToolsWiki data, wptools.core.WPTools) | WPtools Page class, derived from wptools.core |...
Sorry for the delay here. Hope to get to this soon... 😃
Thanks for the suggestion @asifkhan69. Will do!
Yes, @sharonwoo. Let's create a new page to collaborate on.
Thanks for the question, @67yuhjnm. [Extension:CategoryTree](https://www.mediawiki.org/wiki/Extension:CategoryTree) does not seem to be part of the Wikimedia API. You could accomplish the same thing by recursively getting all members of all subcategories...
From https://www.mediawiki.org/wiki/API:Client_code/Evaluations: > Does it, at the minimum, handle logins, cookies, and continuations? (Even "syntactic sugar"-type libraries should do at least 2 of these.) This will be a blocker until...
Could this be solved with a context manager, like you did using `with` here? https://github.com/jjjake/internetarchive/pull/277/commits/2b90de3b8293d3b4d69eebc0cc7bd37424de179e Hold my beer... maybe we could ensure connections are closed in a `__del__` function as...
Thanks for opening this issue @bnina-ayoub. I'm seeing this too. There has probably been a small change made to one of the Wikimedia APIs. We should handle KeyError here.
It may make sense to also provide a bookmarklet for "Add page". What are the advantages/disadvantages of context menus versus bookmarklets?
Maybe it could even detect common domains and "do the right thing".