Mopidy-TwitterDJ

Controls Spotify via Twitter


License
Apache-2.0
Install
pip install Mopidy-TwitterDJ==0.1.4

Documentation

Mopidy-TwitterDJ

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Controls Mopidy via Twitter

Installation

Install by running:

pip install Mopidy-TwitterDJ

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Spotify list saving requires my version of the mopidy-spotify plugin, install it via

pip install git+https://github.com/lino/mopidy-spotify.git

Configuration

Before starting Mopidy, you must add configuration for Mopidy-TwitterDJ to your Mopidy configuration file:

[twitterdj]
enabled = true
master = true
token = YOUR-TWITTER-OAUTH-TOKEN
secret = YOUR-TWITTER-OAUTH-SECRET
consumerkey = YOURKEY
consumersecret = YOURCONSUMERSECRET
username = TWITTER-USERNAME
playlist = SPOTIFY-PLAYLIST-URI

Only one instance must be master=true - the others are just playing the playlist. token, secret, consumerkey, consumersecret and username are disregarded on nodes that are not master.

Project resources

Changelog

v0.1.6

  • Added twitter replies on playback

v0.1.5

  • Added slave mode

v0.1.4

  • Added spotify playlist saving

v0.1.3

  • Changed threading approach

v0.1.2

  • Fixed another threading bug

v0.1.1

  • Fixed a threading bug in certain python environments

v0.1.0

  • Initial release.