https://github.com/kerwanp/spotytube
Spotify downloader
https://github.com/kerwanp/spotytube
Last synced: about 1 month ago
JSON representation
Spotify downloader
- Host: GitHub
- URL: https://github.com/kerwanp/spotytube
- Owner: kerwanp
- Created: 2020-04-08T15:13:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:59:10.000Z (over 2 years ago)
- Last Synced: 2025-04-01T19:03:36.124Z (about 2 months ago)
- Language: TypeScript
- Size: 915 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* NodeJS
* NPM
* A Spotify Application (https://developer.spotify.com/dashboard/applications)## Usage
First, clone the project:
```shell script
git clone [email protected]:kerwanp/Spotytube.git && cd Spotytube
```Then install dependencies:
```shell script
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:
```shell script
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/`