Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secnex/shifiq-cli
This is a simple CLI for ShifIQ. It is written in Python and makes the usage of ShifIQ Configuration easier.
https://github.com/secnex/shifiq-cli
cli digital-signage python3 shifiq
Last synced: about 1 month ago
JSON representation
This is a simple CLI for ShifIQ. It is written in Python and makes the usage of ShifIQ Configuration easier.
- Host: GitHub
- URL: https://github.com/secnex/shifiq-cli
- Owner: SecNex
- License: mit
- Created: 2024-11-11T06:21:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:37:37.000Z (about 2 months ago)
- Last Synced: 2024-11-14T18:31:17.305Z (about 2 months ago)
- Topics: cli, digital-signage, python3, shifiq
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShiftIQ CLI
This is a simple CLI for ShiftIQ. It is written in Python and makes the usage of ShiftIQ Configuration easier.
## Installation
To install the CLI, you need to clone the repository and install the requirements.
```bash
git clone https://github.com/SecNex/shifiq-cli.git
cd shifiq-cli
pip install -r requirements.txt
chmod +x shifiq
```**Note:** You need to have Python3 installed on your system.
```bash
python3 --version
```## Usage
To use the CLI, you need to run the `shifiq-cli.py` script.
```bash
./shifiq --help
```### Examples
**List all tiles**
```bash
./shifiq kiosk list
```