Discord bot to download Spotify albums
Go to file
hazel 36f12fdce4
add ogg support
2023-05-25 13:10:41 -05:00
.eslintignore switch to librespot-js, also rewrite literally everything 2023-05-22 21:21:15 -05:00
.eslintrc.cjs switch to librespot-js, also rewrite literally everything 2023-05-22 21:21:15 -05:00
.gitignore Port to Oceanic.js, use slash commands 2022-11-26 10:55:01 -06:00
.prettierignore switch to librespot-js, also rewrite literally everything 2023-05-22 21:21:15 -05:00
.prettierrc switch to librespot-js, also rewrite literally everything 2023-05-22 21:21:15 -05:00
filesdotgay.js switch to librespot-js, also rewrite literally everything 2023-05-22 21:21:15 -05:00
index.js add ogg support 2023-05-25 13:10:41 -05:00
LICENSE Update LICENSE 2023-05-22 21:21:14 -05:00
package-lock.json add ogg support 2023-05-25 13:10:41 -05:00
package.json switch to librespot-js, also rewrite literally everything 2023-05-22 21:21:15 -05:00
README.md Add todo 2023-05-22 21:24:49 -05:00
utils.js add ogg support 2023-05-25 13:10:41 -05:00

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?