A command-line interface for communicating with the Iridium network.
iridium-cli [OPTIONS] COMMAND [ARGS]...--help Show this message and exit.send
-m [MESSAGE]
-f [FILENAME]- main.py: Primary file that contains the methods for the CLI.
- credentials.json.gpg: GPG decrypt this file to credentials.json. Contains secrets for the Gmail API and the Iridium IMEI.
Install all dependencies and the CLI using pipenv:
pipenv installAlternatively, install system-wide using pip3:
pip3 install -r requirements.txt