Skip to content
forked from mkb79/Audible

A(Sync) Interface for internal Audible API written in pure Python.

License

Notifications You must be signed in to change notification settings

snowskeleton/Audible

This branch is 2 commits ahead of, 352 commits behind mkb79/Audible:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b9e7b1 · Aug 22, 2022
Apr 11, 2022
Aug 22, 2022
Jul 19, 2022
May 25, 2022
Nov 1, 2020
Nov 30, 2020
Nov 17, 2020
Aug 4, 2020
May 25, 2022
Jun 18, 2019
Jun 18, 2019
Mar 6, 2022
Oct 25, 2019
May 25, 2022
Jun 21, 2019

Repository files navigation

Audible

image image image image image Travis CodeFactor image

Audible is a Python low-level interface to communicate with the non-publicly Audible API.

It enables Python developers to create there own Audible services. Asynchronous communication with the Audible API is supported.

For a basic command line interface take a look at my audible-cli package. This package supports:

  • downloading audiobooks (aax/aaxc), cover, PDF and chapter files
  • export library to csv files
  • get activation bytes
  • add own plugin commands

Requirements

  • Python >= 3.6
  • depends on following packages:
    • beautifulsoup4
    • httpx
    • pbkdf2
    • Pillow
    • pyaes
    • rsa

Installation

pip install audible

Read the Doc

The documentation can be found at Read the Docs

About

A(Sync) Interface for internal Audible API written in pure Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.0%
  • JavaScript 1.0%