Skip to content

WikiDonne/wikidata-cli

 
 

Repository files navigation

Wikidata-CLI

The Command-line interface interface to Wikidata

wikidata

NPM NPM

License Node JavaScript Style Guide

Summary

Dependencies

General

NodeJs >= v6.4.0 (recommended way to install it: use the awesome NVM)

Per feature

  • to use the clipboard option: see copy-paste dependencies

Installation

via npm

npm install -g wikidata-cli

Installing globally allows to make the command wikidata-cli and its alias wd accessible from your shell $PATH

via docker

# Might require to be run with sudo depending on your Docker installation
docker run --rm -t maxlath/wikidata-cli
# You can make an alias out of it:
alias wd="docker run --rm -t maxlath/wikidata-cli"

Commands

Read operations

see Read operations

wd summary Q1

Write operations

see Write operations

Config

Allows to persist options

see Config

See Also

You may also like

inventaire banner

Do you know inventaire.io? It's a web app to share books with your friends, built on top of Wikidata! And its libre software too.

License

MIT

About

read and edit Wikidata from the command line

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.5%
  • Shell 0.5%