Skip to content

Slack bot which connects with Mopidy and Spotify and Youtube

License

Notifications You must be signed in to change notification settings

duall/dopebot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dopebot

Slack bot which connects with Mopidy and Spotify.

Installation

  1. npm install dopebot --global

Usage

dopebot --token "<SLACK_TOKEN>" --channel "<SLACK_CHANNEL>" --mopidy "<MOPIDY_URL>" --brain

Please see dopebot --help:

Usage: dopebot [options]

Options:
  --token, -t       Set token for the Slack API              [string] [required]
  --channel, -c     Set the Slack channel name to listen for input
                                                             [string] [required]
  --mopidy, -m, -m  Set the WS-URL of Mopidy
                             [string] [default: "ws://localhost:6680/mopidy/ws"]
  --dialog, -d      Only respond to <@dopebot>        [boolean] [default: false]
  --brain, -b       Remember user commands            [boolean] [default: false]
  --unfurl, -u      Unfold Spotify URIs in Slack      [boolean] [default: false]
  --emoji, -e       Dopebot emoji icon in Slack
                                              [string] [default: ":loud_sound:"]
  --limit, -l       Set limit for Spotify API result lists[number] [default: 20]
  --verbose, -v     Increase verbosity                                   [count]
  --help, -h        Show help                                          [boolean]

For general Slack integration information please refer to the official Slack documentation. In the channel where you have added dopebot try: help to list all commands.

Contributors

License

MIT © Sebastian Krüger

About

Slack bot which connects with Mopidy and Spotify and Youtube

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%