Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zentrick/mopidy-twitter
Tweets the song that's currently playing in Mopidy.
https://github.com/zentrick/mopidy-twitter
Last synced: 21 days ago
JSON representation
Tweets the song that's currently playing in Mopidy.
- Host: GitHub
- URL: https://github.com/zentrick/mopidy-twitter
- Owner: zentrick
- License: mit
- Created: 2015-09-22T17:20:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T08:32:01.000Z (about 8 years ago)
- Last Synced: 2024-11-17T13:38:51.301Z (27 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mopidy-twitter
[![npm](https://img.shields.io/npm/v/mopidy-twitter.svg)](https://www.npmjs.com/package/mopidy-twitter) [![Dependencies](https://img.shields.io/david/zentrick/mopidy-twitter.svg)](https://david-dm.org/zentrick/mopidy-twitter) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
Tweets the song that's currently playing in [Mopidy](https://www.mopidy.com/).
What we use at [Zentrick](https://www.zentrick.com/) HQ to populate
[@zentrickjukebox](https://twitter.com/zentrickjukebox).## Installation
```bash
npm i -g mopidy-twitter
```## Configuration
`~/.config/mopidy-twitter/mopidy.json`:
```json
{
"hostname": "127.0.0.1",
"port": 6680
}
````~/.config/mopidy-twitter/twitter.json`:
```json
{
"consumer_key": "...",
"consumer_secret": "...",
"access_token_key": "...",
"access_token_secret": "..."
}
```## Usage
```bash
mopidy-twitter &
```## Maintainer
[Tim De Pauw](https://github.com/timdp)
## License
MIT