Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
/ Spotify-Connect Public archive

Spotify Connect allows you to use your Spotify playback information in Discord voicechats.

License

Notifications You must be signed in to change notification settings

crnvl/Spotify-Connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Spotify Connect

Spotify Connect allows you to use your Spotify playback information in Discord voicechats.


View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

This repository includes both the server and the client for Spotify Connect. However, for setting this up yourself, you'll only need the server. To access the client, you can just head over to Spotify Connect and fill in the IP of the server. If your server is hosted on localhost:3000, you can also leave this field empty.


Product Name Screen Shot

Built With

Getting Started

In order to use this bot yourself, you will need to set up the Spotify Connect Server.

Prerequisites

In order for the server to function correctly, you'll need to install node.js and Python. Also make sure, you're running the current version of npm.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/angelsflyinhell/Spotify-Connect.git
  2. Install NPM packages
    npm install
  3. Go to the discord developer dashboard and create a new Bot Application.
  4. Inside your cloned repo, head into the bot directory and create a new file called config.json.
  5. Use this template, fill out the fields with your own information and save it into the new file.
     {
         "port": "3000",
         "prefix": "!",
         "token": "bot-token-goes-here"
     }
  6. The Server is ready to use now! Open a new Terminal in the main directory and run
    npm run main                     #if you're using nodemon, you can also run 'npm run dev'

Usage

The Server can be installed on any operating system, which is supported by node.js and Python. For a 24/7 uptime, it is recommended to host the Spotify Connect Bot on a Server.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT LIcense. See LICENSE for more information.

Contact

angelsflyinhell - @angelsflyinhell - azami@namespace.media

Project Link: https://github.com/angelsflyinhell/Spotify-Connect