文件名称:em-campfire:用于 Campfire 的 EventMachine API 包装器
文件大小:21KB
文件格式:ZIP
更新时间:2024-07-03 20:20:33
Ruby
em-campfire 是一个用于与聊天应用程序交互的库。 它是从 v1 bot 框架中提取的。 安装 gem install em-campfire或将gem 'em-campfire'放在您的 Gemfile 中。 例子 require 'em-campfire' EM . run { connection = EM :: Campfire . new ( :subdomain => "foo" , :api_key => "jhhekrlfjnksdjnliyherkjb" , :verbose => true ) # Join a room, you will need the room id connection . join ( 10101 ) # Stream a room, need to join it first connection . join
【文件预览】:
em-campfire-master
----.gitignore(98B)
----LICENSE.md(1KB)
----CONTRIBUTING.md(733B)
----examples()
--------simple.rb(1KB)
----spec()
--------messages_helper.rb(459B)
--------rooms_helper.rb(4KB)
--------spec_helper.rb(1KB)
--------lib()
--------users_helper.rb(2KB)
----README.md(4KB)
----lib()
--------em-campfire()
--------em-campfire.rb(2KB)
----em-campfire.gemspec(1KB)
----Gemfile(38B)
----Rakefile(271B)