Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jedrus2000/audtekapi

Unofficial API helper for Audioteka - https://audioteka.com/ - audiobooks service.
https://github.com/jedrus2000/audtekapi

api audiobooks audioteka

Last synced: about 2 months ago
JSON representation

Unofficial API helper for Audioteka - https://audioteka.com/ - audiobooks service.

Awesome Lists containing this project

README

        

****************************
AudtekAPI
****************************

.. image:: https://img.shields.io/pypi/v/audtekapi.svg?style=flat
:target: https://pypi.python.org/pypi/audtekapi/
:alt: Latest PyPI version

Unofficial API helper for *Audioteka* - audiobooks service: ``_

This is set of functions to get contents of your personal bookshelf at *Audioteka*, including book's chapters downloading.

Main reason for creating it, is to use it in my plugin for `Mopidy
`_.

This is major rework after Audioteka changes its API.

To be continued...

Installation
============
Python 3.7 or higher is required.

Install by running::

pip install audtekapi

Usage - DOCUMENTATION TODO
==========================
Examples.

generate device id::

bash> python
Python 3.9.1
>>> import uuid
>>> str(uuid.uuid4())
'mydevice-id00-aaaa-bbbb-ccddeeddffaa'

License
=================

Apache License Version 2.0