slackhook:轻松将Slack Webhook集成添加到您的Ruby应用程序

时间:2024-05-22 17:34:18
【文件属性】:

文件名称:slackhook:轻松将Slack Webhook集成添加到您的Ruby应用程序

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-22 17:34:18

Ruby

松弛钩 轻松添加Slack WebHooks集成并从Ruby应用程序发送消息。 安装 将此行添加到您的应用程序的Gemfile中: gem 'slackhook' 然后执行: $ bundle 或将其自己安装为: $ gem install slackhook 用法 要使用此gem,您只需要在Slack中配置Incoming WebHook集成。 您可以使用您的备用帐户并转到“并选择默认频道来找到它。 好了,现在您可以将消息发送到Slack频道\ 0 /了! 快速开始 # This is how you send messages to your default channel. Slackhook . send_hook ( { webhook_url : "your_webhook_url" , text : "test message" } ) 还有username和


【文件预览】:
slackhook-master
----LICENSE.txt(1KB)
----lib()
--------slackhook()
--------slackhook.rb(529B)
----Gemfile(94B)
----Rakefile(142B)
----test()
--------test_slackhook.rb(500B)
----README.md(2KB)
----slackhook.gemspec(1005B)
----.gitignore(118B)

网友评论