0.1.0 • Published 8 years ago

mopidy-twitter v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

mopidy-twitter

npm Dependencies JavaScript Standard Style

Tweets the song that's currently playing in Mopidy. What we use at Zentrick HQ to populate @zentrickjukebox.

Installation

npm i -g mopidy-twitter

Configuration

~/.config/mopidy-twitter/mopidy.json:

{
  "hostname": "127.0.0.1",
  "port": 6680
}

~/.config/mopidy-twitter/twitter.json:

{
  "consumer_key": "...",
  "consumer_secret": "...",
  "access_token_key": "...",
  "access_token_secret": "..."
}

Usage

mopidy-twitter &

Maintainer

Tim De Pauw

License

MIT