Use audible-cli (Python) to authenticate once:
pip install audible-cli audible quickstart
After setup, run the following to extract your tokens:
cat ~/.audible/*.json | jq '{access_token, refresh_token, device_serial: .device_info.device_serial_number}'
Paste the access_token, refresh_token, and device_serial values into the fields below.
{{ account.email }}
Region: {{ account.region }} • Last sync: {{ account.lastSync ? formatDate(account.lastSync) : 'Never' }}
{{ preorders.length }} preorder{{ preorders.length !== 1 ? 's' : '' }} found
{{ book.title }}
{{ book.subtitle }}
{{ book.authors.join(', ') }}
{{ book.seriesName }} #{{ book.seriesPosition }}
Releases: {{ formatReleaseDate(book.releaseDate) }}
{{ book.publisherName }}