Difference between revisions of "Wikidata/Bots"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Command Line interface = | = Command Line interface = | ||
+ | https://github.com/maxlath/wikibase-cli | ||
<source lang='bash'> | <source lang='bash'> | ||
npm install -g wikibase-cli | npm install -g wikibase-cli | ||
</source> | </source> | ||
+ | |||
= Example for Wikidata Bots = | = Example for Wikidata Bots = | ||
* https://github.com/gbv/K10PlusBot | * https://github.com/gbv/K10PlusBot | ||
* https://heardlibrary.github.io/digital-scholarship/host/wikidata/bot/ | * https://heardlibrary.github.io/digital-scholarship/host/wikidata/bot/ | ||
* https://github.com/dpriskorn/LexUtils | * https://github.com/dpriskorn/LexUtils |
Revision as of 10:44, 12 March 2022
Command Line interface
https://github.com/maxlath/wikibase-cli
npm install -g wikibase-cli