Discord bot to download Spotify albums
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
hazycora 36f12fdce4
add ogg support
2 weeks ago
.eslintignore switch to librespot-js, also rewrite literally everything 2 weeks ago
.eslintrc.cjs switch to librespot-js, also rewrite literally everything 2 weeks ago
.gitignore Port to Oceanic.js, use slash commands 6 months ago
.prettierignore switch to librespot-js, also rewrite literally everything 2 weeks ago
.prettierrc switch to librespot-js, also rewrite literally everything 2 weeks ago
LICENSE Update LICENSE 2 weeks ago
README.md Add todo 2 weeks ago
filesdotgay.js switch to librespot-js, also rewrite literally everything 2 weeks ago
index.js add ogg support 2 weeks ago
package-lock.json add ogg support 2 weeks ago
package.json switch to librespot-js, also rewrite literally everything 2 weeks ago
utils.js add ogg support 2 weeks ago

README.md

spotdl

An example of librespot-js

Installation

Clone the repository and run npm i.

Usage

Put a Discord token and your Spotify login in an .env file, like this:

FILES_GAY_USER="example"
FILES_GAY_PASS="secrets"
DISCORD_TOKEN="secrets"
SPOTIFY_USERNAME="lain@example.com"
SPOTIFY_PASSWORD="secrets"

(optionally add a LOADING_EMOJI environment variable in the format <a:loading:1110359925051375636>)

Invite the bot into a server using the following permission code:

277025704000

Todo

  • /search command?
  • download the song a user is currently listening to?