/astral-cli

CLI client for Astral, a private image host.

Primary LanguagePython

astral-cli

Astral CLI is a command line client for uploading media to Astral, a private image host.

Installation Instructions

Clone this git onto your computer. Run the following commands in order.

python3 -m pip install requests
python3 astralcli.py --login <username> <password>

This will install the required dependency and store your account credentials for Astral CLI.