kerwanp / Spotytube

Spotify downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotytube - Spotify downloader

Spotytube is a NodeJS program to easily download every song of a Spotify playlist with only one URL.

WIP

This project is still under development. You may occurs issues while using it.

Dependencies

Usage

First, clone the project:

git clone git@github.com:kerwanp/Spotytube.git && cd Spotytube

Then install dependencies:

npm install

Copy the file .env.sample to .env and enter the credentials of your Spotify application.

Open the file data/downloader.txt and append the URLs of your playlists (one by line).

Run the application:

npm run webpack

Spotify will ask you to login and authorize your application to interact with your account, just follow the instructions.

Then go back to your terminal and wait for your songs to be downloaded.

You will be able to find them in the directory data/<your-playlist-name>

About

Spotify downloader


Languages

Language:TypeScript 89.8%Language:JavaScript 10.2%