GitXplorerGitXplorer
p

pbot

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
f0cb528208e42efa229ca81cad58c390b82d2ba0

refactor(hook): re-organize

ppan93412 committed 3 years ago
Verified
a68cb5ac9f67556907ab581b4018bad1dd4c17e8

chore: upgrade dependencies

ppan93412 committed 3 years ago
Verified
a034b46a97dec6e7731d603c6d5b09b173c31082

refactor(scripts): rewrite build-test in Python 3

ppan93412 committed 3 years ago
Verified
ad69146de2e921d35bf84d08e9e54db9c8f9309f

bump(pbot): 0.2.0

ppan93412 committed 3 years ago
Verified
ee2abb1f5b0c6a03d7f14b070ffe5d3caa081bd0

docs: licensed under GPL-3.0-or-later

ppan93412 committed 3 years ago
Verified
21ef70757d69f1554584a66081a8f7286d4be7db

docs: update default module

ppan93412 committed 3 years ago

README

The README file for this repository.

pbot

pan93412's extensible user bot, which is full-documented, engineered and based on Actor model.

Usage

Run

cargo run --release [--features <modules id>]

Configure

  1. Copy .env.example to .env
  2. Configure it according to the instruction.

Hacking

Build

cargo build [--features <modules id>]

Docs

cargo doc [--features <modules id>]

Run for Development

cargo run [--features <modules id>]

Modules

Modules ID Modules Name Description Enable by Default
fwdmod FwdModule Simply forward the message to your specified chat with !cufwd.
addrankmod AddRankModule You can add rank for every member you administrated without giving the actual permission.
getinfomod GetInfoModule Get the information of the message. For debugging purpose.

Authors

  • pan93412, 2021