Last active
May 1, 2020 15:55
-
-
Save bloodf/983895d2a5066f4753803c706b5af9bf to your computer and use it in GitHub Desktop.
Share Spotify Song on Slack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can have this run automatically on your mac using the native launchd system:
Creating the startup process
Drop the following PLIST into ~/Library/LaunchAgents/com.user.slack-spotify.plist:
The filename must match the string under Label, replace /PATH/TO/SCRIPT.sh with an actual path to the .sh script above.