文件名称:whathor:Whatools Rest API 的包装器
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-03 11:27:52
Ruby
什么霍尔 Whathor 通过充当 Whatools Rest API 的包装器,允许您以简单的方式直接从 ruby 应用程序发送 Whatsapp 消息。 为了能够使用这个 gem,你必须注册并从获取令牌密钥。 安装 将此行添加到应用程序的 Gemfile 中: gem 'whathor' 然后执行: $ bundle 或者自己安装: $ gem install whathor 用法 只需三个简单的步骤即可完成此操作: # 1. Before any message is sent for the first time, you have to subscribe against Whatools Rest API # by passing the token. Whathor . subscribe "MY_WHATOOLS_TOKEN" # 2. S
【文件预览】:
whathor-master
----.gitignore(185B)
----README.md(1KB)
----Gemfile(92B)
----.rspec(30B)
----spec()
--------lib()
--------spec_helper.rb(4KB)
----LICENSE.txt(1KB)
----lib()
--------whathor.rb(982B)
--------whathor()
----Rakefile(29B)
----whathor.gemspec(1KB)