-
cleverbot "api" change. It was fixed in cleverbot-node 0.2.7.
In packages.json ```"cleverbot-node": "^0.2.6"``` need to be ```"cleverbot-node": "^0.2.7"```
-
Bonjour,
Je viens d'installer Jarvis AI et je constate qu'il ne parle pas le français.
Il n'y a pas beaucoup d'information dans le readme du plugin. Il n'est pas précisé ou aller pour se procure…
-
Traceback (most recent call last):
File "cleverbot.py", line 154, in
resp1 = cb1.ask("Hello.")
File "cleverbot.py", line 82, in ask
parsed = self._parse(resp)
File "cleverbot.py", line …
-
Cleverbot offers an official [API](https://www.cleverbot.com/api) now.
The old way of connecting to cleverbot has become very unreliable, it works sometimes but not always.
Any plans for implement…
-
The cleverbot plugin is no longer working as of today due to them chaging the code on their side again. The fix is easy and can be found here https://github.com/folz/cleverbot.py/issues/44
Not 100%…
-
So as per example I integrated the cleverbot in my code as below:
var Cleverbot = require('cleverbot-node');
cleverbot = new Cleverbot;
cleverbot.configure({botapi: "KEY"});
clev…
llool updated
7 years ago
-
Hi. I have been using your code for quite awhile and now when I updated to v2 everything just hangs on startup. Code is below.. I am unsure why this happens.
static ChatterBotSession botSession;
…
-
Hi guys. Using Java, receive 401 response from Cleverbot.
http://pastebin.com/XQjQPued
Any thoughts?
-
how can i create a simple messenger bot which can understand user's message ( intents and entities) and executes functions according to them . Can anyone suggest a module to build and use a dictionary…
-
## Version **0.2.6** of [cleverbot-node](https://github.com/fojas/cleverbot-node) just got published.
Branch
Build failing 🚨
Dependency
…