Skip to content

This project aims to add any songs linked to on discord into a public playlist. This is great for servers which have a music channel

Notifications You must be signed in to change notification settings

NickBrisebois/SpotifyDiscordBot-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Download the repo with go get:

go get github.com/NickBrisebois/SpotifyDiscordBot-Go

cd into the folder:

cd ~/go/src/github.com/NickBrisebois/SpotifyDiscordBot-Go

then build it:

make deps
make build

You will need to have govendor installed which you can install using apt/brew/aur or using go get and having your GOPATH setup correctly.

How to run

./build/spoticord --config ./config/config.toml

About

This project aims to add any songs linked to on discord into a public playlist. This is great for servers which have a music channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published