whatsapi:WhatsApp 的 Ruby 客户端

时间:2024-08-01 19:56:23
【文件属性】:

文件名称:whatsapi:WhatsApp 的 Ruby 客户端

文件大小:18KB

文件格式:ZIP

更新时间:2024-08-01 19:56:23

Ruby

Whatsapi WhatsApp 信使的 Ruby 接口 安装 将此行添加到应用程序的 Gemfile 中: gem 'whatsapi' 然后执行: $ bundle 或者自己安装: $ gem install whatsapi 用法 ### Create a client using the phone number and password ``` require 'whatsapi' client = WhatsApi::Client.new(phone_number, identity, nickname) client.connect client.login password ``` 贡献 分叉它( ) 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add


【文件预览】:
whatsapi-master
----Rakefile(29B)
----test.rb(220B)
----Gemfile(93B)
----spec()
--------bin_tree_reader_spec.rb(82B)
--------token_map_spec.rb(468B)
--------constants_spec.rb(530B)
--------protocol_node_spec.rb(430B)
--------client_spec.rb(3KB)
--------bin_tree_writer_spec.rb(1KB)
--------spec_helper.rb(477B)
----.gitignore(151B)
----lib()
--------whatsapi()
--------whatsapi.rb(554B)
----README.md(737B)
----whatsapi.gemspec(1KB)
----LICENSE.txt(1KB)

网友评论