myrient-sync is a program to syncronise Myrient to a local directory. It supports include and exclude patterns so that only the required files will be downloaded.
$ pipx install .
myrient-sync <destdir>
[--include <pattern>]
[--include-file <include-file>]
[--exclude <pattern>]
[--exclude-file <exclude-file>]
[--delete-unsynced]
Patterns support simple glob patterns using the * character.
Include/exclude files contain patterns on separate lines and may include blank lines or comment lines starting with the # character. See includes.txt and excludes.txt for an example.