Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 436 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 436 Bytes

BookInfoApi

A Python/Flask based API for grabbing book info from Amazon

Book information is retrieved by ISBN from Amazon and stored in a sqlite database. If information for the same ISBN is requested within the same 24hr period, the API will not access Amazon and instead will return stored data to avoid Amazon API request limits.
MWS credentials for accessing the Amazon Product API are read from a user-created mws.cfg file.