Skip to content

Instantly share code, notes, and snippets.

@BraynStorm
Last active August 29, 2015 14:18
Show Gist options
  • Save BraynStorm/8a7a067158289d9cb9e2 to your computer and use it in GitHub Desktop.
Save BraynStorm/8a7a067158289d9cb9e2 to your computer and use it in GitHub Desktop.
CleverBot "API"
function runCleverbot(msg){
$("#stimulus").val(msg).keyup();
setTimeout(function (){
console.log($(".bot").parent().find(":last-child"));
},3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment