Skip to content

ghackett/pandorabots-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple ruby api for http://www.pandorabots.com/ See http://www.pandorabots.com/botmaster/en/faq#h2 for api info

Usage (eventually):

require "rubygems"
require "pandorabots"

response = Pandorabots.talk(bot_id, input, cust_id)

if (response[:success])
	bot_id = response[:bot_id]
	cust_id = response[:cust_id]
	input = response[:input]
	ouput = response[:ouput]
else
	error_message = response[:output]
end

About

A quick and simple ruby api for http://pandorabots.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages