lodev09 / sbotify

your personal bot that plays spotify music

Home Page:https://bots.botframework.com/bot?id=sbotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Sbotify Music Player Bot

About

A bot that plays music and playlists built using:

Development

Installation

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

Channels

Currently on:

Credits

Feedback and PRs are welcome!

License

The MIT License.

See LICENSE

About

your personal bot that plays spotify music

https://bots.botframework.com/bot?id=sbotify

License:MIT License


Languages

Language:JavaScript 100.0%