Skip to main content

Control your mopidy instance from slack

Project description

Mopidy-Slack

Mopidy extension for controlling music from Slack.

Requires you to create a slack app in your workspace.

Installation

Install by running: pip install Mopidy-Slack

Configuration

Slack App

To work you need to create a Slack App and install it to your workspace. This way you get the bot user OAuth access token, useful later

Then you need to activate the events API. This API requires the URL on which your mopidy instance is callable. If you are testing it on local you can use ngork to expose your instance on the web. After you domain, add the endpoint /slack/events.

You also need to subcribe the app to the event message.channels. This way the app will receive all messages posted in channel where its had been added. Beware not to post confidential data :warning:

Mopidy

In mopidy configuration, you must add your Slack app's Bot User OAuth Access Token using bot_token

So configuration is:

[slack]
bot_token=xoxb-123456789123-1234567891234-xxx

Extension commands

All available commands are available in the folder command. Currently there is :

  • help Display the help
  • keep Ask to keep the current playing song
  • next Ask to skip the current playing song
  • request song_name [- artist_name] Request a new song to be played
  • start [playlist_name] Start the radio broadcast. The bot will look for playlist starting with given name of fallback to the default playlist

Note that there is no / before the command, this way we are not using the slack app commands. If we used this mecanism, the configuration of app would be long and difficult to maintain.

Project resources

Changelog

v0.1.0 (2020-05-13)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-Slack-0.1.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

Mopidy_Slack-0.1.0-py2.py3-none-any.whl (12.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page