Unofficial Tidal API
This library gives access to several endpoints of the Tidal's api where the authorization is not required.
Installation
pip install tidal_unofficial
Basic usage
from tidal_unofficial import TidalUnofficial
tidal = TidalUnofficial({'user_agent': 'my_user_agent'})
print(tidal.get_artist('37277'))
Documentation
The full documentation can be found at https://tidal-unofficial.readthedocs.io/.
Disclaimer
This library is a python port of https://github.com/DaStormer/tidal-api and is not meant to bypass any Tidal restriction. It is meant for private use only, you should not use this library to act against Tidal's terms and conditions.
Release files for tidal-unofficial 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tidal_unofficial-0.1.0.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tidal_unofficial-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:9.6 kB
Release files / tidal_unofficial-0.1.0.tar.gz
| Download URL | tidal_unofficial-0.1.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
90dcc45c20aabde2a989d7299bded2d7791b4c832a6eb244fde08604ac1e9c38
|
|
BLAKE2b-256 checksum How to use checksums |
944347e3fd6bd608be48c668c9d77822d79d0736a5d9644c38b95b4aa5de6f5c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / tidal_unofficial-0.1.0-py3-none-any.whl
| Download URL | tidal_unofficial-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f6477aa128c39ba2bbd657f91302a089a7454caddb516f91be158e5b800635db
|
|
BLAKE2b-256 checksum How to use checksums |
d373d140e1d66a6398bcee55893c9a73b075fabee7f88a4fc89ad13e75139e3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|