Skip to content

andasilva/MusicBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicBot

Build Status PyPi Downloads GitHub Stars Documentation Status

Discord bot made with Python which is aimed to control Spotify.

Getting started

Explanations for setting up and running the bot.

Requirements

Installation

$ pip install discord-musicbot

Running

$ python -m musicbot

If you entered wrong user credentials, you can restart the configuration as follows:

$ python -m musicbot reset

Configuration

At the first start of the bot, some configurations questions are asked to the user from command line. These are the following:

  • Channel ID of the bot
  • Discord token
  • Spotify token
  • Spotify Client ID/Secret

Once they're configured, there's no need to configure them again.

webdriver

The bot may use a chrome webdriver in order to manage the Spotify app by itself. The driver can be found here: Chrome webdriver

Note that the driver must be in the user's PATH.

Bibliography

Releases

No releases published

Packages

No packages published