You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
483 B
26 lines
483 B
# sbotc
|
|
|
|
A command-line SSB client in C. Use like the `sbot` command.
|
|
|
|
## Install
|
|
|
|
Install the dependency, *sodium*. On Debian: `sudo apt-get install libsodium-dev`
|
|
|
|
Compile and install the program:
|
|
|
|
```sh
|
|
make
|
|
sudo make install
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
sbotc [-j] [-T] [-n] [-c <cap>] [-s <host>] [-p <port>] [-k <key>] [-K <keypair_seed>]
|
|
[-t <type>] <method> [<argument>...]
|
|
```
|
|
|
|
Arguments must be explicitly JSON-encoded.
|
|
|
|
For more information, see the manual page `sbotc(1)`.
|