Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

[DISCONTINUED] Discord bot that plays music for your server(s).

License

Notifications You must be signed in to change notification settings

GeoffreyFClark/SymphonySage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord bot that plays music from Youtube/Spotify

⚠️ Project discontinued to comply with Youtube's Terms of Service. ⚠️

Commands:

  • $play [song name]
  • $splay [spotify playlist link]
  • $pause
  • $resume
  • $next/$skip
  • $clear
  • $reset
  • $help [optional parameter: command name]

Hosted via a Linux virtual machine instance on Oracle Cloud: Click here to add the bot to your server!

Alternatively, here's how you can host it yourself:

  1. Make sure you have Python + a Python package installer like Pip.
    • Check by running in your terminal python --version and pip --version (Pre-installed on Macs).
  2. Run git clone https://github.com/GeoffreyFClark/Discord-Music-Bot.git in your terminal.
    • Be sure to navigate to wherever you want the repository saved.
    • Alternatively you can download this repository in a .zip by clicking code --> Download ZIP.
  3. Open repository folder in terminal, run pip install -r requirements.txt to install the 2 required libraries.
    • Alternatively run pip install nextcord nextwave
  4. Input your discord token, spotify_client_id, and spotify_client_secret in lines 7-9 and save.
    • You can obtain the spotify client id + secret from the spotify developer portal.
      • Create App (Put anything for name, description, redirect URI).
      • App --> Settings --> View Basic Information --> Client ID + View Secret.
    • You can obtain a discord token from the discord developer portal.
      • Create a Discord App --> Bot sidetab --> Configure Settings --> Add Bot --> Copy Discord Token
  5. Add the bot to your server via the discord developer portal.
    • OAuth2 sidetab --> URL Generator --> Scopes: bot --> Select Permissions --> URL to add bot to servers.
    • Run Script and enjoy!

About

[DISCONTINUED] Discord bot that plays music for your server(s).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages