Giter VIP home page Giter VIP logo

discord-youtube-to-mp3-downloader's Introduction

discord-youtube-to-mp3

Looking for a code to download your music ? This fully open source code is made for you!

  • No advertising
  • Simple and fast
  • No API key required

โšก Installation

Run on Repl.it

Well, let's start by downloading the code. Go to the folder config then the file bot.json. For the bot to be able to start, please complete the file with your credentials as follows :

{
    "token": "XXX",
    "prefix": "!"
}

Reminder :

  • token, the token of the bot available on the Discord developers section.
  • prefix, the prefix that will be set to use the bot.

To install modules, go to the console and type this : npm i.

To start the bot :

#With Node
node main.js

#With pm2
pm2 start main.js --name "YoutubeDownloader"

If you see this : I'm ready !, it means that your robot has started up !

๐ŸŽต Commands

download, download music by name.
linkdownload, download music by YouTube link.

Examples (download) :

#YouTube name
<prefix>dl PETIT BISCUIT - Sunset Lover

#Spotify URL
<prefix>dl https://open.spotify.com/track/3WRQUvzRvBDr4AxMWhXc5E?si=iJP3hgxbRoqiqiOnnfBR7w

Example (linkdownload) :

#YouTube URL
<prefix>ldl https://youtu.be/wuCK-oiE3rM

I'm not responsible if a music doesn't want to download or if your IP is blacklisted on YouTube โ›”

This is used with discord.js, discord-ytdl-core, spotify-url-info and scrape-yt.

If you have any questions/problems do not hesitate to open a issue ! Don't forget to add a star to the project or leave a little mark of this Github on your bot if you use the source code !

discord-youtube-to-mp3-downloader's People

Contributors

depfu[bot] avatar exorcism0666 avatar nxvvvv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.