-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (19 loc) · 994 Bytes
/
Copy pathREADME
File metadata and controls
30 lines (19 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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