wikibase-cli
wikibase-cli copied to clipboard
read and edit a Wikibase instance from the command line
While running a very long edit session (over 125k edits), the process terminated with this error: ```js { badtoken: badtoken: Invalid CSRF token. at requestError (/mnt/nfs/labstore-secondary-tools-home/rpi2026f1/.local/lib/node_modules/wikibase-cli/node_modules/wikibase-edit/lib/request/parse_response_body.js:18:15) at module.exports (/mnt/nfs/labstore-secondary-tools-home/rpi2026f1/.local/lib/node_modules/wikibase-cli/node_modules/wikibase-edit/lib/request/parse_response_body.js:11:33) at...
- wikibase-cli version: 15.16.6 - OS version: MacOS 11.6.2 When using wd desc and accidential using an ORCID instead of a wikidata ID ``` wd desc 0000-0001-6544-0435 ``` i get...
Currently `wd id` can only look up a Wikidata ID for a single Wikipedia page. It would be useful to be able to look up multiple IDs, whether through a...
I want `wb sparql -` to read from stdin so I can pipe my SPARQL in. Currently it tries to open a file named `-`.
OAuth2 has support for installed apps as it allows you to obtain tokens _without_ a consumer secret, which is very useful for both installed apps/programs as well as SPAs. Wikibase-cli...
This is more of a question. When I query using SPARQL `?stmt prov:wasDerivedFrom ?ref` I get as result a hash which is presumably the same as what you call "reference-hash"...
I got this error ``` Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be...
``` $ wb f 'complex numbers' invalid language: C ``` wikibase-cli 18.0.2 Gentoo Linux.
Hi - Any file I pass to the edit-entity command, even one just generated with generate-template, returns the error: Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and...