Skip to content

matthewdias/discord-songlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  • React with a music service emoji to receive a link in DM for that service.
  • @<botname> <service> <links> to receive a link in channel

Installation

Use our hosted instance

Invite to server

Or host it yourself
  1. Create a Discord bot here

  2. Deploy the app

    Deploy

  3. Invite it to a server at https://discordapp.com/oauth2/authorize?client_id=<your bot client id>&scope=bot&permissions=1073810432

Privacy Policy

Your messages are only read anonymously to find links. They are never stored or viewed by humans.

Development

Dependencies
Running
  1. run npm install
  2. set environment variables
  • CLIENT_ID: Discord bot client. Get one here
  • TOKEN: Discord bot token. Get one here
  1. run npm start
Docker
  1. Clone the repo git clone https://github.com/matthewdias/discord-songlink
  2. Build the docker container docker build -t discord-songlink .
  3. Create the container docker create --name=discord-songlink -e CLIENT_ID=<clientid> -e TOKEN=<token> -d discord-songlink
  4. Start the container docker start mentionbot

About

Get links for multiple music services in Discord via Songlink

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published