discord-musicbot

MusicBot bot for Discord.


Keywords
discord, asyncio, bot
License
BSD-3-Clause
Install
pip install discord-musicbot==0.0.1.dev20170604

Documentation

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