test forcebot using rust
Find a file
haruyuumei 6a71e3375b
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful
Added butt command - still works to do
Working on a "change the text" command/listener
2024-04-06 19:36:24 -03:00
.cargo pub struct changes 2024-03-23 16:37:39 -04:00
.idea [SMALL] added space to a string 2023-12-02 02:05:30 -05:00
.woodpecker ci: fix clippy install 2024-02-25 13:51:58 -05:00
src Added butt command - still works to do 2024-04-06 19:36:24 -03:00
.gitignore functional identity demote,promote,canuserrun 2024-02-25 11:25:39 -05:00
Cargo.lock chat.send validates target channel module status 2024-03-24 18:51:34 -04:00
Cargo.toml chat.send validates target channel module status 2024-03-24 18:51:34 -04:00
flake.lock nix: updates 2024-02-19 21:27:24 -05:00
flake.nix flake.nix: update build inputs 2024-02-25 10:31:36 -05:00
LICENSE Initial commit 2023-10-22 07:44:00 -04:00
README.md other bots cant run botcommands 2024-03-20 19:08:01 -04:00

Forcebot

test ModulatingForceBot

Usage

  1. Set the following environment variables ; either on environment variables or in an .env file
login_name = <botname>
access_token = <oath token>
bot_channels = <chnl1>,<chnl2>
prefix = <prefix>
  1. If required, adjust the following additional .cargo\config.toml configurations :
[env]
OtherBots = # Other Bots for special handling (e.g., bot commands cant be ran by bots)