You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

557 B

https://discord.com/api/oauth2/authorize?client_id=1046007531811655690&permissions=2147813440&scope=bot

Spotify Downloader - Discord Bot

An example of the Spotify-DL JavaScript wrapper of clspotify.

Installation

Be sure to get a working install of clspotify. Then, clone the repository and run npm i.

Usage

Put a Discord token and the path to your clspotify install in the .env file, like this:

DISCORD_TOKEN="YOUR TOKEN HERE"
CLSPOTIFY_PATH="/home/username/clspotify"