zz-cli-python
is a text-based command-line interface written in Python, it uses the requests
module to communicate with Firebase features via REST, and uses python-vlc
as it's audio backend.
Note
This client is read-only, which means no authentication is required and the upload feature is completely absent.
List all music entries:
$ zryte-cli list
Play a song via ID:
$ zryte-cli stream <id>
Search a song by it's name:
$ zryte-cli search <name>
- Python 3.10 or greater
Use requirements.txt
to install required dependencies:
$ pip install -r requirements.txt
This client does not have a proper installer for Windows, you can clone the repository and install required dependencies instead.
Under construction!
Under construction!
This project is licensed under the GNU GPL V3 license.