https://github.com/EbbLabs/python-tidal
Python API for TIDAL music streaming service
https://github.com/EbbLabs/python-tidal
music python streaming tidal
Last synced: 8 months ago
JSON representation
Python API for TIDAL music streaming service
- Host: GitHub
- URL: https://github.com/EbbLabs/python-tidal
- Owner: EbbLabs
- License: lgpl-3.0
- Created: 2014-07-04T09:51:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T21:41:39.000Z (9 months ago)
- Last Synced: 2025-06-06T12:49:36.849Z (8 months ago)
- Topics: music, python, streaming, tidal
- Language: Python
- Homepage:
- Size: 924 KB
- Stars: 456
- Watchers: 24
- Forks: 112
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - EbbLabs/python-tidal - Python API for TIDAL music streaming service (Python)
README
tidalapi
========
.. image:: https://img.shields.io/pypi/v/tidalapi.svg
:target: https://pypi.org/project/tidalapi
.. image:: https://api.netlify.com/api/v1/badges/f05c0752-4565-4940-90df-d2b3fe91c84b/deploy-status
:target: https://tidalapi.netlify.com/
Unofficial Python API for TIDAL music streaming service.
Requires Python 3.9 or higher.
Installation
------------
Install from `PyPI `_ using ``pip``:
.. code-block:: bash
$ pip install tidalapi
Usage
-------------
For examples on how to use the api, see the `examples `_ directory.
Documentation
-------------
Documentation is available at https://tidalapi.netlify.app/
Development
-----------
This project uses poetry for dependency management and packaging. To install dependencies and setup the project for development, run:
.. code-block:: bash
$ pip install pipx
$ pipx install poetry
$ poetry install --no-root
Contributions
-------------
Issues, suggestions and PRs are always welcome and are much appreciated.
Maintainer(s)
-------------
* Current:
* `tehkillerbee `_
* Former:
* `tamland `_
* `morguldir `_