Access Readwise highlights and Reader saved articles
Access your Readwise highlights and Reader saved articles.
Get your API token from: https://readwise.io/access_token
Set the environment variable:
export READWISE_TOKEN="your_token_here"
Or add to ~/.thinkfleet/thinkfleet.json under "env".
node {baseDir}/scripts/readwise.mjs books [--limit 20]
node {baseDir}/scripts/readwise.mjs highlights [--book-id 123] [--limit 20]
node {baseDir}/scripts/readwise.mjs search "query"
node {baseDir}/scripts/readwise.mjs export [--updated-after 2024-01-01]
node {baseDir}/scripts/reader.mjs list [--location new|later|archive|feed] [--category article|book|podcast|...] [--limit 20]
node {baseDir}/scripts/reader.mjs get <document_id>
node {baseDir}/scripts/reader.mjs save "https://example.com/article" [--location later]
node {baseDir}/scripts/reader.mjs search "query"
--help on any command for options