Audible Library Data Export
PythontoolaudibleclipythonOAuth
Languages
Python
100%
Recent Activity
- Create fetch_specific_covers_for_tierlist.py 4mo ago
- Add PDF support, opt-in extras flags, and failed download… 5mo ago
- Now differentiates between remote and cached cover images. 5mo ago
- Updated the fetch script to handle entries that have multi… 5mo ago
- Update README.md 5mo ago
Dependencies
audiblePlaywright
Started because I was putting together a tier list after a conversation with a friend. I had a load of Audible books to rank and wanted the cover images to go with them. Rather than pulling them one by one, I wrote something to do it for me.
That ended up becoming this. What started as a cover image grabber is now a full export tool — titles, authors, narrators, series, genres, descriptions, ratings, listening progress, companion PDFs, the lot. Handles libraries over a thousand books through paginated API calls.
Authentication is handled properly too. OAuth tokens only, stored in a git-ignored directory. No passwords are ever touched.