├── .gitignore ├── API.py ├── Dockerfile ├── README.md ├── docker-compose.yml ├── requirements.txt └── tbot.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/.gitignore -------------------------------------------------------------------------------- /API.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/API.py -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/requirements.txt -------------------------------------------------------------------------------- /tbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/legend233/yandex_music_downloader/HEAD/tbot.py --------------------------------------------------------------------------------