Just for fun, I wrote a little python script that will pull a feed of books from GoodReads and calculate their total worth according to Amazon.
Requirements:
- Python 2.5
 - an Amazon Web Services Developer Key (get one from the AWS site)
 - a GoodReads account
 
The script allows for shelf-specific filtering and supports different Amazon locales, with output configurable to be in any currency. Due to a limitation in the GoodReads API, it will estimate only the first 200 books.
You can see it in action using the web-based version
Download: GR_Estimator 1.1
- Release 1.1
- Added support for multiple currencies
 - fixed a few bugs
 
 - Release 1.0
- Initial release
 
 
No comments:
Post a Comment