Skip to content

Ronaldrc/discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Music-Bot

Description

A discord bot capable of broadcasting audio from a YouTube video into a voice channel.

Demo

alt text

Detailed Scription

  1. The user calls the slash command /youtube and writes a search phrase.
  2. This search phrase is sent to the YouTube API and returns the first video link it finds.
  3. Audio from the video is extracted using youtube-dl and is converted using FFMPEG.
  4. This newly converted audio is played by the discord bot in the desired voice channel.

Key Aspects

  • Calls to Discord API
  • Calls to YouTube API
  • Learn about youtube-dl and use library
  • Learn about audio processing and streaming
  • Learn about asynchronous programming

Note

This project was created for educational purposes.

About

Discord bot to play audio in a voice channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages