mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
27 lines
520 B
Markdown
27 lines
520 B
Markdown
# spotiflac-cli
|
|
|
|
<p align="center">
|
|
<img src="./assets/logo.png" width=300 height=300/>
|
|
</p>
|
|
|
|
Spotify downloader with playlist sync in mind.
|
|
|
|
## Usage
|
|
```bash
|
|
spotiflac-cli download [URL]
|
|
```
|
|
|
|
## How to install
|
|
1) Clone the repo
|
|
```bash
|
|
git clone https://github.com/Superredstone/spotiflac-cli
|
|
```
|
|
2) Download the required libraries
|
|
```bash
|
|
./tools/fetch_spotiflac_backend.sh
|
|
```
|
|
3) Go get all the dependencies
|
|
|
|
## License
|
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|