A bot that plays music and playlists built using:
Clone and install:
$ git clone /~https://github.com/lodev09/sbotify.git
$ cd sbotify
$ npm install
Create the .env
file and configure your local environment. Learn more
PORT=3978
MICROSOFT_APP_ID=your_microsoft_app_id
MICROSOFT_APP_PASSWORD=your_microsoft_password
SPOTIFY_QUEUE_PLAYLIST_NAME=your_queue_playlist
SPOTIFY_REDIRECT_URI=your_spotify_redirect_uri
LOUIS_MODEL=your_louis_model_uri
$ npm run dev
Download and run the Bot Framework Emulator to do your test and debug sbotify
Currently on:
Feedback and PRs are welcome!
The MIT License.
See LICENSE