Performs a backup of all Readwise.io highlights to AWS S3.
Grab one of the binaries from the Releases
page, then
READWISE_API_TOKEN='<your_token>' S3_BUCKET_PREFIX='<whatever>' /path/to/readwise-s3
This will generate a bucket named <whatever>-readwiseio-<current_timestamp>
, whose contents will look like this:
aws s3 ls s3://<bucket_name>
books-001.json
...
books-00N.json
highlights-001.json
...
highlights-00N.json
Each object contains an array of Book
/Highlight
JSON objects defined as described here.