Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

A CLI utility that helps music producers bootstrap their next song by finding the style of another Spotify artist.

License

Notifications You must be signed in to change notification settings

allezxandre/Musical-Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Musical-Bootstrap

Usage

Register the App on Spotify

  1. Go to https://developer.spotify.com/my-applications/ and create a new app.
  2. In the Redirect URI field, add http://localhost:19331/callback, and save. This will whitelist the callback URL used by this app.
  3. Create a .env file that looks like this:
SPOTIFY_ID=################################
SPOTIFY_SECRET=################################

using the Client ID and Client Secret values provided by Spotify.

Run the app

In your terminal, run this:

./run.sh -artist "Tchami"

This script will fetch Go packages, build the project, source the variables in the .env file, and run.

About

A CLI utility that helps music producers bootstrap their next song by finding the style of another Spotify artist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published