All Projects → mkb79 → Audible

mkb79 / Audible

Licence: AGPL-3.0 license
A(Sync) Interface for internal Audible API written in pure Python.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Audible

aioudp
Asyncio UDP server
Stars: ✭ 21 (-88.4%)
Mutual labels:  async-functions
ParkingDemo
Taipei City Parking Lot Information Query System Demo
Stars: ✭ 18 (-90.06%)
Mutual labels:  encrypted-store
typescript-async
Creating Asynchronous Code with TypeScript
Stars: ✭ 44 (-75.69%)
Mutual labels:  async-functions
Audiblex
Audible audio book converter which actually works!
Stars: ✭ 26 (-85.64%)
Mutual labels:  audible
libnitrokey
Communicate with Nitrokey devices in a clean and easy manner
Stars: ✭ 61 (-66.3%)
Mutual labels:  encrypted-store
octo-drive
Turn your GitHub repository into encrypted filesystem (=
Stars: ✭ 24 (-86.74%)
Mutual labels:  encrypted-store
typeorm-encrypted
Encrypted field for typeorm.
Stars: ✭ 50 (-72.38%)
Mutual labels:  encrypted-store
libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
Stars: ✭ 28 (-84.53%)
Mutual labels:  encrypted-store
gec
CLI utility for git+gocryptfs in Bash
Stars: ✭ 49 (-72.93%)
Mutual labels:  encrypted-store
sandpass
Password manager for Sandstorm
Stars: ✭ 26 (-85.64%)
Mutual labels:  encrypted-store
cryptorious
CLI Password Manager
Stars: ✭ 15 (-91.71%)
Mutual labels:  encrypted-store
Evpp
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
Stars: ✭ 2,850 (+1474.59%)
Mutual labels:  async-functions
Redux Promise Middleware
Enables simple, yet robust handling of async action creators in Redux
Stars: ✭ 2,001 (+1005.52%)
Mutual labels:  async-functions
P Queue
Promise queue with concurrency control
Stars: ✭ 1,863 (+929.28%)
Mutual labels:  async-functions
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+10650.28%)
Mutual labels:  async-functions
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+1987.85%)
Mutual labels:  async-functions

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].