Tweets the song that's currently playing in Mopidy. What we use at Zentrick HQ to populate @zentrickjukebox.
npm i -g mopidy-twitter
~/.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": "..."
}
mopidy-twitter &
MIT