Syke!
29/09/2020
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
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