Skip to content

Python API for TIDAL music streaming service

License

Notifications You must be signed in to change notification settings

Husky22/python-tidal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tidalapi

https://readthedocs.org/projects/tidalapi/badge/?version=latest

Unofficial Python API for TIDAL music streaming service.

Installation

Install from PyPI using pip:

$ pip install tidalapi

Example usage

import tidalapi

session = tidalapi.Session()
session.login('username', 'password')
tracks = session.get_album_tracks(album_id=16909093)
for track in tracks:
    print(track.name)

Documentation

Documentation is available at https://tidalapi.readthedocs.io/en/latest/

About

Python API for TIDAL music streaming service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%