rayment / isbn

(Mirror) ISBN lookup script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isbn - ISBN lookup script

---------------------------------------------------

isbn is a simple Python script that queries the API provided by OpenLibrary
for book information when provided with a valid SBN, ISBN-10 or ISBN-13 number.

Keep in mind that this script is limited to the database provided by OpenLibrary
and thus there are possibly many entries that do not exist.

No API key is required as OpenLibrary provides the service free of charge, so
please be appreciative and do not spam this script.

Note: You will need Python 3 to run this. No additional libraries other than
the built-in json and urllib are required.

isbn is licensed under BSD 3-Clause.
All license information is available in the included COPYING file.

usage: isbn.py [-h] [-v] isbn

ISBN lookup script

positional arguments:
  isbn           SBN, ISBN-10 or ISBN-13 number to search

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show program's version number and exit

About

(Mirror) ISBN lookup script.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%