PurpleBote / pbotectl

CLI utility for Plus Bote daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release License

pbotectl

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

Features

  • Show some pboted entities and metrics (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 ANSI C89 support (GCC, Clang)
    • cmake >= 3.7
    • libcjson-dev >= 1.7.10
  • Build:
cd build
cmake .
make

Usage

  • pboted need to be run with enabled and configured control interface
  • You can see available commands with ./pbotectl help

Donations

  • 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 80.1%Language:CMake 19.9%