Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```