Difference between revisions of "Wikidata/Bots"
Jump to navigation
Jump to search
(pushed from rq by wikipush) |
|||
Line 1: | Line 1: | ||
+ | = Command Line interface = | ||
+ | <source lang='bash'> | ||
+ | npm install -g wikibase-cli | ||
+ | </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 09:37, 12 March 2022
Command Line interface
npm install -g wikibase-cli