Skip to content
/ cli Public

Webcampak Command Line Interface, Controls capture and internal processing

License

Notifications You must be signed in to change notification settings

Webcampak/cli

Repository files navigation

Webcampak 3.0 CLI

Build Status

Please refer to Core for an entry point into Webcampak Code.

Webcampak CLI is the tool in charge of picture acquisition, video creation, xfer queue management and other backend related tasks. It is currently being called by CRON jobs or through the API.

Forewords

Many parts of the system refer to a static path to access many different webcampak files. To facilitate development (and even deployment), we recommend using cloning the core repo into: /home/webcampak/webcampak/

Installation

$ pip install -r requirements.txt
$ python setup.py install

Development environment

$ cd /home/webcampak/webcampak/bin/cli/
$ virtualenv /home/webcampak/webcampak/bin/cli/env
$ source /home/webcampak/webcampak/bin/cli/env/bin/activate
$ pip install -r requirements.txt
$ python setup.py develop
$ webcampak --help