audiostreaming is a Go library for getting spotify, youtube, deezer, etc URI from an artist + song query.
Inside cmd folder there is an example command. Clone the repository and go to folder cmd/audiostreaming
cd cmd/audiostreamingCopy .env-example to .env and set the data for your environment
cp .env-example .envRun the command
go run main.com --artist "Arctic Monkeys" --track "Do I Wanna Know?"