Skip to content

Export audible library and transform into a goodreads compatible csv for import

License

Notifications You must be signed in to change notification settings

donoftime/audible-goodreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ You might want to check out the new cmd in audible-cli which does essentially the same as I what I have here instead: https://github.com/mkb79/audible-cli/blob/master/plugin_cmds/cmd_goodreads-transform.py

Audible -> Goodreads sync

This is a simple project to export your audible library information and format it in a way that may be imported into goodreads.

Created using audible-cli, with inspiration from this gist.

Note that this is just a script, and has not actually been implemented as an extension for audible-cli - though that may eventually happen as time allows.

The transform omits any items in the audible library that did not have an isbn or has not been finished.

Usage

Prerequisites:

  • Python 3.10
  • Poetry
poetry install
poetry shell
audible quickstart
audible library export -f json -o library.json
python goodreads_transform.py

In your browser, navigate to goodreads -> My Books, select the import option on left under tools. Import from file, provide library.csv.

About

Export audible library and transform into a goodreads compatible csv for import

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages