/spotify_bot

A discord bot that queries the Spotify API for playlists

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SpotifyBot is now brought into this cruel world

Syke!

29/09/2020


Build Status

Copy the example config file in /misc and place it in the project root dir

python -m music_bot config.ini

With docker,

docker build --tag music_bot .
docker run -d --name music_bot

To run tests,

python -m unittest discover -b

Issues with packages

If spotipy gives you a hard time, spank it's maintainers at plamere/spotipy. Then install from github with pip install git+https://github.com/plamere/spotipy.git --upgrade

If pymongo gives you a hard time, do the same at mongodb/mongo-python-driver. Then install dnspython with pip install dnspython