-
``` py
from cleverbot import Cleverbot
```
produces:
```
Noob bot is connected
Noob bot's name is: GusBot
```
Also it is stuck there. It is like something isn't closing. Also, what's with Noob bot …
-
There are several issues with encoding utf-8 characters (at least with the german ones that i'm trying).
First, the example has an issue with:
`print('>> Cleverbot: {}'.format(answer))`
A common err…
-
I feel bot name should be a modifiable option if multiple people will be using this - or is this specified by the API auth? I haven't registered at this stage
In regards to API auth I think this shou…
-
has anyone made a rivescript visual editor?
I really like the Twine editor, which shows links between nodes, but i think it would be hard to do something similar for Rive since it's so based on user …
dcsan updated
7 years ago
-
When calling `Cleverbot.new('USER', 'KEY', 'sessionname')`, the following error is thrown, if the same session name has ever been used:
> vendor/bundle/gems/cleverbot_io-1.2.2/lib/cleverbot.rb:60:in …
-
Hi all,
In the old days, it worked very very well but since yesterday it seemed that every version failed.
As Python version an example, the output will be:
```
D:\Projects\chatter-bot-api-master\py…
-
Ah appears like the API has stopped again, i did print the response it was getting and here's a screenshot of resp_text.
Thanks!
![screenshot from 2016-05-16 18-57-05](https://cloud.githubuserconte…
-
Seems like Cleverbot screwed with the API again and broke it. All requests returning 404. Just letting you know.
-
Just internal IRC server and no connection to outside. Just using local data files for Cleverbot.
-
```
What steps will reproduce the problem?
1. create an android project :)
2. try using think function with cleverbot (did not try with other bots)
What is the expected output? What do you see instea…