maxlath / wikibase-cli

read and edit a Wikibase instance from the command line
MIT License
223 stars 24 forks source link

Add the ability to get the Wikidata IDs for multiple Wikipedia articles #173

Open tmtmtmtm opened 1 year ago

tmtmtmtm commented 1 year ago

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 --batch option to wd id, or via some other mechanism.

If added to wd id there would presumably also need to be a way to get the results as JSON, so as to connect the inputs and outputs.