Skip to content

rayning0/wit-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wit-ruby

wit-ruby is the Ruby SDK for Wit.ai.

Install

From RubyGems:

gem install wit

From source:

git clone https://github.com/wit-ai/wit-ruby
gem build wit.gemspec
gem install wit-*.gem

Usage

See the examples folder for examples.

API

wit-ruby provides a Wit class with the following methods:

  • message - the Wit message API
  • converse - the low-level Wit converse API
  • run_actions - a higher-level method to the Wit converse API

See the docs for more information.

Thanks

Thanks to Justin Workman for releasing a first version in October 2013. We really appreciate!

About

Ruby library for Wit.ai

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%