Telegram bot written in Go

breike 08266d0d39 some fixes 1 year ago
.gitignore c3b6cda233 first commit 3 years ago
LICENSE c3b6cda233 first commit 3 years ago
README.md 4af2d763b9 added and command 3 years ago
app_config.go 5c4404d473 added /status, /remove commands, privileges, and some other stuff 2 years ago
cmd_ban.go ccb6b72fac fixed some crashes, added command and some cosmetic fixes 2 years ago
cmd_config.go 951a3fac0c some fixes 1 year ago
cmd_help.go 08266d0d39 some fixes 1 year ago
cmd_kick.go 6333d2d035 some fixes 2 years ago
cmd_mute.go 6333d2d035 some fixes 2 years ago
cmd_rules.go ccb6b72fac fixed some crashes, added command and some cosmetic fixes 2 years ago
cmd_update.go ccb6b72fac fixed some crashes, added command and some cosmetic fixes 2 years ago
cmd_user.go 0f181126a8 fix segfault when setting empty info 2 years ago
cmd_warn.go 5c4404d473 added /status, /remove commands, privileges, and some other stuff 2 years ago
cmd_welcome.go ccb6b72fac fixed some crashes, added command and some cosmetic fixes 2 years ago
config.toml.def 5c4404d473 added /status, /remove commands, privileges, and some other stuff 2 years ago
database.go cc8ff58636 command user modifications 1 year ago
error.go c3b6cda233 first commit 3 years ago
go.mod cc8ff58636 command user modifications 1 year ago
go.sum d814f955c7 fixed some bugs 2 years ago
main.go 978bfc9f36 updated command 1 year ago
membertools.go 065ceb204e some bugfixes 2 years ago

README.md

groupMaid

What is this?

This is a telegram bot written in Go.

What can it do?

  • ban users by /ban command
  • kick users by /kick command
  • mute users for certain time (in minutes) by /mute %integer% command
  • warn users by /warn command
  • write info about users (name, gender, notes) by /set command

How can I launch groupMaid?

Copy config.toml.def to config.toml. Set TgBotAPI and launch binary.