Skip to content
Morten Kristensen edited this page Feb 17, 2018 · 4 revisions

This wiki contains examples, tips, and tricks on how to use Slacker efficiently.

Examples can be found here.

Usage

Slacker can be run in two ways:

  1. In a read-eval-print-loop (REPL), processing one command at a time, which is the default, or
  2. By executing a single command and exiting.

To execute only a single command:

% ./slacker.py -- command --arg1 --arg2 42..
API is online.
Auth successful.
..

A speedup can be achieved by not running initial API and authentication tests via --no-tests:

% ./slacker.py --no-tests -- command --arg1 --arg2 42..
..