Tuling123 API Gem(Non-official)
Add this line to your application's Gemfile:
gem 'tuling'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tuling
ENV['tuling123']= "YOUR_API_KEY" #Get it from http://www.tuling123.com
tl = Tuling.new # Initial tuling gem
tl.input("test","1") #first params is the text, second params is the user_id.
tl.input("test","1") # => {"code"=>100000, "text"=>"我不会说英语的啦,你还是说中文吧。"}
- Please see issues for todo.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
See LICENSE for details.