Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 905 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 905 Bytes

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