Add downloading song by query

This commit is contained in:
BarsTiger
2023-10-17 22:48:30 +03:00
parent 2f364fd575
commit fa4c48e41d
6 changed files with 146 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[tool.poetry]
name = "AnyMusicBot"
name = "anymusicbot"
version = "0.1.0"
description = ""
authors = ["BarsTiger"]
@@ -15,6 +15,9 @@ shazamio = { path = "lib/ShazamIO" }
sqlitedict = "^2.1.0"
spotipy = "^2.23.0"
attrs = "^23.1.0"
ytmusicapi = "^1.3.0"
pytube = "^15.0.0"
pydub = "^0.25.1"
[build-system]