mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 12:15:13 +03:00
62aff72e1d0672da15f7e83c27f86259fea35b4c
Tidal Downloader
TIDDL is Python CLI application that allows downloading Tidal tracks.
It's inspired by Tidal-Media-Downloader - currently not mantained project. This repository will contain features requests from that project and will be the enhanced version.
Installation
Install package using pip
pip install tiddl
Run the package cli with tiddl
$ tiddl
Usage: tiddl [OPTIONS] COMMAND [ARGS]...
TIDDL - Download Tidal tracks ✨
Options:
-v, --verbose Show debug logs
--help Show this message and exit.
Commands:
...
Development
Clone the repository
git clone https://github.com/oskvr37/tiddl
Install package with --editable flag
pip install -e .
Run tests
python -m unittest
Resources
Description
Languages
Python
99.5%
Dockerfile
0.5%