23 lines
446 B
Markdown
Executable File
23 lines
446 B
Markdown
Executable File
# Discord music bot based on yt-dlp.
|
|
|
|
Can play music on discord.
|
|
|
|
### Requirements:
|
|
|
|
- python3.10
|
|
- venv
|
|
|
|
|
|
### Setting up dev environment:
|
|
|
|
1. Clone repositorie: `git clone git@git.nussnougate.net:NussNougate/miku.git`
|
|
2. Initialize python venv: `python3 -m venv env`
|
|
3. Activate venv: `source env/bin/activate`
|
|
4. Install dependencies: `pip install -r requirements.txt`
|
|
|
|
|
|
|
|
## Todo:
|
|
|
|
- [yt-dlp](https://github.com/yt-dlp/yt-dlp#embedding-yt-dlp)
|