Metadata-Version: 2.1
Name: yandex-music-agent
Version: 0.2.1
Summary: Download yandex account favorites artists music
Home-page: https://bitbucket.org/shmyga/yandex-music-agent
Author: shmyga
Author-email: shmyga.z@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: argparse (>=1)
Requires-Dist: appdirs (>=1)
Requires-Dist: mechanicus (>=0)
Requires-Dist: aiostream (>=0)
Requires-Dist: beautifulsoup4 (>=4)
Requires-Dist: lxml (>=4)
Requires-Dist: brotlipy (>=0)
Requires-Dist: mutagen (>=1)

# yandex-music-agent

[![PyPI](https://img.shields.io/pypi/v/yandex-music-agent)](https://pypi.org/project/yandex-music-agent)
![Bitbucket Pipelines](https://img.shields.io/bitbucket/pipelines/shmyga/yandex-music-agent/master)

Downloads music of selected artists account:

`<artist.title>/<album.year> - <album.title>/<track.num>. <track.title>.mp3`

## Install with pip
Requires:

* python3 (>=3.7)
* python3-pip

```
pip3 install yandex-music-agent
yandex-music-agent -o <target_music_dir>
```

## Run from source
Requires:

* python3 (>=3.7)
* python3-venv

Prepare venv
```
./venv.sh
```
Run main script
```
. .venv/bin/activate
PYTHONPATH=src python src/yandex_music_agent/__main__.py -o <target_music_dir>
```


