Skip to content

lrdiv/whip-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whip-CLI

Convert URLs from any streaming platform to any streaming platform using the Songwhip API (and some light web crawling).

Example

example of usage

Installation

git clone git@github.com:lrdiv/whip-cli.git
cd whip-cli
go build

Usage

If the whip executable generated by go build is not in your $PATH you will need to be in the root directory of the repository when you run the following:

Option 1: Without any arguments you will be prompted for a URL from a streaming service

./whip

You can also pass the URL as an argument to skip this step

./whip https://open.spotify.com/track/4uLU6hMCjMI75M1A2tKUQC

Or you can pass the URL and a streaming service as the first and second arguments to bypass any interactivity

./whip https://open.spotify.com/track/4uLU6hMCjMI75M1A2tKUQC tidal

The options for streaming services are:

  • songwhip
  • spotify
  • apple
  • youtube
  • tidal
  • amazon
  • napster
  • pandora
  • deezer
  • audiomack
  • qobuz

About

Get shareable URLs from most streaming services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages