CLI utility for Plus Bote daemon
 
 
Go to file
polistern 4c961737fc
chore: Updated gitignore.
2022-07-12 13:24:12 +00:00
.github/workflows chore: Set C99 for building. 2022-07-12 13:16:49 +00:00
build chore: Updated gitignore. 2022-07-12 13:24:12 +00:00
debian chore: Set C99 for building. 2022-07-12 13:16:49 +00:00
src chore: Set C99 for building. 2022-07-12 13:16:49 +00:00
.gitignore chore: Added plain text output. 2022-07-11 18:08:48 +00:00
CONTRIBUTING.md chore: Added plain text output. 2022-07-11 18:08:48 +00:00
LICENSE Initial commit 2022-01-11 14:13:48 +00:00
README.md chore: Set C99 for building. 2022-07-12 13:16:49 +00:00

README.md

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.