gobridge / gopher

Slack bot for Gophers slack https://invite.slack.golangbridge.org
Apache License 2.0
95 stars 23 forks source link

post alternate platform song links #31

Closed therealplato closed 5 years ago

therealplato commented 6 years ago

I want to hear posts in #howplaying without creating a spotify account or manually looking up each track.

https://song.link associates the same song across many platforms. This PR makes gopher reply as thread with those alternatives when it sees spotify, soundcloud or tidal links.

input: https://open.spotify.com/album/4xMlG8lVUmeselxOxrwi1b?si=ID6hhknTTquEQwB2KQjLRg` output: https://song.link/https://open.spotify.com/album/4xMlG8lVUmeselxOxrwi1b?si=ID6hhknTTquEQwB2KQjLRg

I've assumed that event.Text contains unmangled links.

therealplato commented 6 years ago

closing as this repo is apparently no longer maintained