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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba569f3 · Feb 28, 2021
Dec 1, 2020
Feb 28, 2021
Nov 18, 2020
Feb 28, 2021
Nov 1, 2020
Nov 30, 2020
Nov 17, 2020
Aug 4, 2020
Feb 28, 2021
Jun 18, 2019
Jun 18, 2019
Jan 26, 2021
Oct 25, 2019
Dec 4, 2020
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%