https://github.com/michal-josef-spacek/app-nkc2wikidata
Base class and script for adding of book from NKC to Wikidata.
https://github.com/michal-josef-spacek/app-nkc2wikidata
Last synced: 4 months ago
JSON representation
Base class and script for adding of book from NKC to Wikidata.
- Host: GitHub
- URL: https://github.com/michal-josef-spacek/app-nkc2wikidata
- Owner: michal-josef-spacek
- License: bsd-2-clause
- Created: 2023-01-01T18:29:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:40:44.000Z (5 months ago)
- Last Synced: 2024-12-06T11:25:51.228Z (5 months ago)
- Language: Perl
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
NAME
nkc-to-wd - Script to add book from National library of the Czech
Republic to Wikidata.SYNOPSIS
nkc-to-wd [-h] [-l wikidata_login] [-p wikidata_password] [-u] [-v] [--version] id_of_bookARGUMENTS
* "-h"Print help.
* "-l wikidata_login"
Wikidata user name login.
* "-p wikidata_password"
Wikidata user name password.
* "-u"
Upload (instead of print).
* "-v"
Verbose mode (default is 0).
* "--version"
Print version of script.
* "id_of_book"
Identifier of book. Possible ids are: ISBN or Czech national
bibliography id.EXAMPLE1
# Adding book edition defined by ISBN number
nkc-to-wd 978-80-276-0470-8EXAMPLE2
# Adding book edition defined by Czech national bibliography id
nkc-to-wd cnb003322696REPOSITORY
AUTHOR
Michal Josef Špaček
LICENSE AND COPYRIGHT
© 2020-2024 Michal Josef ŠpačekBSD 2-Clause License
VERSION
0.01