Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaratan/songwhip
https://github.com/zaratan/songwhip
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaratan/songwhip
- Owner: zaratan
- License: mit
- Created: 2017-09-25T18:33:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T06:52:54.000Z (over 3 years ago)
- Last Synced: 2024-12-23T03:32:00.046Z (about 2 months ago)
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alfred - Songwhip workflow
This workflow allow you to share from various apps (for now Sporitfy and Apple Music) with [Songwhip](songwhip.com)
## From Apple Music
Since Apple Music app doesn't have an easy way to share music, we use the sportify search API to fetch a sharable link => Songwhip
But for this you need Spotify API keys.
Sign up (or in) and create an 'Application' at:
https://developer.spotify.com/my-applications/#!/applications/createOnce you've created your app, find the entries 'Client ID' and 'Client Secret'
You can always get back to your apps at:
https://developer.spotify.com/my-applications/#!/applicationsCopy them into `~/.shpotify.cfg` in this format:
```
CLIENT_ID="XXX"
CLIENT_SECRET="YYY"
```