ikoamu / discord-spotify-quiz

discord-spotify-quiz is a Discord Bot that lets you play a song guessing quiz using Spotify playlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-spotify-quiz

discord-spotify-quiz is a Discord Bot that lets you play a song guessing quiz using Spotify playlists.

How to play

Search the playlist with the ?search command

1

Click on the playlist you want to use for the quiz.

2

Specify the number of questions and ?start.

3-2

Prerequisites

  • Node.js - Version 16 or higher
  • ffmpeg

Getting started

Create an application from https://developer.spotify.com and get the client ID and client secret.

Rename .env.sample to .env and set the spotify client ID, client secret and DiscordBot token.and set the spotify client ID, client secret and DiscordBot token.

DISCORD_TOKEN=discord_token
SPOTIFY_CLIENT_ID=spotify_client_id
SPOTIFY_CLIENT_SECRET=spotify_client_secret

Use npm (or yarn) to install the package and run the bot.

$ npm install

$ npm run build

$ npm run start

About

discord-spotify-quiz is a Discord Bot that lets you play a song guessing quiz using Spotify playlists.

License:MIT License


Languages

Language:TypeScript 97.0%Language:Dockerfile 3.0%