slackbot:Go 的 Slackbot 实现库。 轻松创建新的 SlashCommands 和机器人

时间:2024-06-24 15:03:01
【文件属性】:

文件名称:slackbot:Go 的 Slackbot 实现库。 轻松创建新的 SlashCommands 和机器人

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-24 15:03:01

Go

懒人机器人 Go 的 Slackbot 实现库。 轻松创建新的 SlackCommands 和机器人。 package main import ( "errors" "log" "math/rand" "os" "strings" "sync" "time" slackbot "github.com/dutchcoders/slackbot" "github.com/nlopes/slack" ) func main() { engine := slackbot.NewEngine(slackbot.Config{ PayloadToken: os.Getenv("SLACK_PAYLOAD_TOKEN"), }) engine.AddCommand("/pick", pic


【文件预览】:
slackbot-master
----context.go(222B)
----engine.go(2KB)
----LICENSE(1KB)
----bot.go(9KB)
----.gitignore(266B)
----README.md(2KB)

网友评论