Author: Adrian Tarantino Programmers: Adrian Tarantino (AdrianTheHacker) Concept By: Lazar Loncar
Created: September 12, 2022 Last Updated: September 13, 2022
- Code for downloading youtube videos to mp3 files: https://dev.to/stokry/download-youtube-video-to-mp3-with-python-26p
- To play hard bass inside of Discord VC
- So me and Lazar can make a Discord Bot together 🥳
- Read / Write messages in a given Discord Text Channel (TC)
- Access a library of hard bass music
- Play music from the library inside of a given discord Voice Channel (VC)
- Discord Text-To-Speech bot: https://github.com/AdrianTheHacker/dr_jams
- Python - Both me and Lazar are familiar with Python - Python has very many libraries / abstractions to make the code simply and fast to develope
- discord.py 2.0.1 - "A Python wrapper for the Discord API" (https://pypi.org/project/discord.py/) - I have a lot of experience with this library, and I'm familiar with a lot of the features
- youtube_dl 2021.12.17 - A library for downloading youtube videos - This will be used for getting the music into the hard_bass_library
- VS Code - I've been using VS Code for a while
- Github - This is so we can share the code between each other easily - This will also be used to open source the project
- Git
- Read and respond to messages sent in discord server 😎
- Bot can join and leave a discord VC 😎
- Play mp3 files inside of discord VC 😎
- Download videos from youtube
- Add those videos to hard_bass_library
- PLay the audio from those videos inside of discord VC
- Host the bot (More research is required)
- Make the bot accessable to other servers
- Discord Bot (the client)
- Made on discord developer portal