polistern / pbotectl

CLI utility for Plus Bote daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release License

pbotectl

pbotectl (Plus Bote Control Tool) - is a CLI utility for pboted

Features

  • Show some pboted entities (JSON and plain text)

Planned Features

  • Bote identity creation
  • Aliases controling
  • Launching periodic tasks
  • Metrics and statuses

Resources

Installing

You can fetch precompiled packages and binaries on release page.

Supported systems

  • GNU/Linux - Build
    • Debian / Ubuntu - Build DEB

Building

  • Install requirements
    • Compiler with C99 support (GCC >= 5, clang)
    • cmake >= 3.7
    • libcjson-dev >= 1.7.10
  • Build
cd build
cmake .
make

Usage

  • pboted need to be run as UNIX-daemon
  • You can see available commands with ./pbotectl help

Donations

  • BTC:
  • GOST:
  • XMR: 89xqER2GpS3Bqm8z8AuqKx5Cpf9BR1codN1VdufcAEbFP2t9oWPvKpzfr6s6dNDRFHVfRijiCQA3uCFYQLzfsWtM3ahbSqp

License

This project is licensed under the GPL-3.0 license, which can be found in the file LICENSE in the root of the project source code.

About

CLI utility for Plus Bote daemon

License:GNU General Public License v3.0


Languages

Language:C 83.4%Language:CMake 16.6%