{"id":13588210,"url":"https://github.com/naueramant/Audiblex","last_synced_at":"2025-04-08T03:33:07.364Z","repository":{"id":30930332,"uuid":"126417943","full_name":"naueramant/Audiblex","owner":"naueramant","description":"Audible audio book converter which actually works! ","archived":false,"fork":false,"pushed_at":"2022-03-24T20:54:24.000Z","size":47737,"stargazers_count":34,"open_issues_count":0,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T16:09:38.823Z","etag":null,"topics":["aax","audible","audible-converter","converter","ffmpeg","python","rainbow-table"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naueramant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-23T01:50:58.000Z","updated_at":"2024-07-17T06:15:14.000Z","dependencies_parsed_at":"2022-08-07T16:00:24.297Z","dependency_job_id":null,"html_url":"https://github.com/naueramant/Audiblex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naueramant%2FAudiblex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naueramant%2FAudiblex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naueramant%2FAudiblex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naueramant%2FAudiblex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naueramant","download_url":"https://codeload.github.com/naueramant/Audiblex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223300736,"owners_count":17122679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aax","audible","audible-converter","converter","ffmpeg","python","rainbow-table"],"created_at":"2024-08-01T15:06:34.357Z","updated_at":"2025-04-08T03:33:07.349Z","avatar_url":"https://github.com/naueramant.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Audiblex\n\nAudible aax audio book to M4A, M4B and MP3 converter which actually works.\n\nIt works by extracting the audio book checksum, looking up it's activation bits in a rainbow table and converting to the specified format.\n\n## Platform\nThe script is only tested on Linux x64.\n\n## Requirements\n* Python 3\n* [ffmpeg](https://ffmpeg.org/) for converting\n\n## Install\n```shell\nsudo ./install.sh\n```\n\n## Usage\n```\npositional arguments:\n  file                  The aax file to convert\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -t TYPE, --type TYPE  The destination filetype M4B, M4A or MP3\n  -a ACTIVATION, --activation ACTIVATION\n                        Define the activation bits to use\n  -s, --single          Convert to a single file\n  -l, --lookup          Lookup the activation bits in the rainbow table\n  -c, --clear           Clear the activation bits cache\n```\n\n## Examples\n```shell\n# Convert book to M4A and auto lookup activation bits\naudiblex BOOK.aax\n\n# Just lookup the activation bits without converting\naudiblex BOOK.aax -l\n\n# Use 'a1b2c3d4' as activation bits and convert\naudiblex BOOK.aax -a a1b2c3d4\n\n# Convert to single file of type 'MP3'\naudiblex BOOK.aax -s -t MP3\n```\n\n## Thanks to\n[r15ch13](https://github.com/r15ch13/audible-converter) for the rainbow table and [jostyee](https://github.com/jostyee/AAXtoM4B) for the file converters.\n\n## Future\n- Could be nice to not be depended on the file converter binaries and just use ffmpeg directly. \n- Could also be nice to not need the rainbow table binaries and convert tables to something python could read.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaueramant%2FAudiblex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaueramant%2FAudiblex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaueramant%2FAudiblex/lists"}