Script to convert Amazon to Bookshop.org affiliate links.
Takes a file with text like:
href="https://www.amazon.com/gp/product/[ISBN]/..."
And replaces it with:
href="https://bookshop.org/a/[YOUR AFFILIATE ID]/[UPC]"
yarn global add convert-affiliate-links
or
npm install -g convert-affiliate-links
convert-affiliate-links -r ~/word_press_export.xml -w word_press_import.xml -a 12345
convert-affiliate-links -r ~/word_press_export.xml -w word_press_import.xml -c 12345 -s 12345 -p 12345
% convert-affiliate-links -h
yarn run v1.22.4
$ tsc && node ./build/src/index.js --help
Usage: convert-affiliate-links [options]
Options:
-V, --version output the version number
-r, --read-path <read-path>
-w, --write-path <write-path>
-h, --help display help for command
✨ Done in 1.58s.
Uses https://www.isbn.org for ISBN to UPC conversion.