Skip to content

Gaopeng-Bai/BS_spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecRNN Player

To use the RecRnn Player it is necessary that you've a Spotify Premium Account.

Supported Browsers

Operating System Browsers Status
Mac/Windows/Linux Chrome, Firefox, IE11 or above Supported
Microsoft Edge Supported
Safari Not Supported
Android Chrome, Firefox Not Supported
iOS Safari, Chrome Not Supported

Running locally using Conda

  1. Make sure you have Miniconda installed
  2. Create conda environment with name recrnn_player: conda env create -f environment.yml -n recrnn_player
  3. activate conda environment with source activate recrnn_player
  4. Set environment variables:
    • SPOTIPY_CLIENT_ID= xxx
    • SPOTIPY_CLIENT_SECRET= xxx
  5. start the Redis-Server with redis-server
  6. python manage.py runserver / without automatic reload: python manage.py runserver --noreload
  7. Visit localhost:8000/

To deactivate conda environment source deactivate