Script to find amazon prices for books in a Storygraph TBR list
- Python 93.5%
- Nix 6.5%
Instead of only including the Amazon product name, we also keep the expected title to compare and see if the proper product was found. |
||
|---|---|---|
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| pyproject.toml | ||
| README.md | ||
| search_deals.py | ||
| uv.lock | ||
Amazon Book Deals scanner
Finds the Amazon price for books on a Storygraph TBR list
Usage
uv run search_deals.py --help
A file named export.csv must be present in the working directory. This file can
be generated from the Manage Account
page on Storygraph.
results.csv will be generated and will contain every book in the user's TBR,
as well as their lowest Amazon price and a link to that page.