-
I don't know what I'm doing wrong this is my code
```
from chatterbotapi import ChatterBotFactory, ChatterBotType
factory = ChatterBotFactory()
bot1 = factory.create(ChatterBotType.CLEVERBOT)
bot1…
-
Add the ability to communicate with Cleverbot by @mentioning the bot.
Bonus points if the command can be triggered from anywhere in the sentence - ex. `How are you today, @BruhBot ?`, and not only `@…
-
## Description
Mostly the bot is working fine. Just that I noticed it disconnects (and then re-connects) more often these couple days. Anyone has similar problem?
## Log output
File "/usr/l…
-
If I do not enter the Token, it notifies me that there is no Token. But introducing it gives me this error:
> username:~/workspace/otouto (master) $ ./launch.sh
Fetching bot information...
Missin…
ghost updated
8 years ago
-
On website it works but received pattern |xxxx when tried:
from cleverbot import Cleverbot
cb = Cleverbot()
message=cb.ask('привет')
kir3d updated
8 years ago
-
Since cordlr is now pretty modular, we need some command modules to make it useful! I'll just list some generic plugins and some dev-related plugins here. Once we get a few of these, I think cordlr …
jamen updated
8 years ago
-
hello , I am a regular user , I am not an expert in informatic .
I installed the bot on vps and I did enter my irc channel.
For a few days it worked fine .
Now only writes < html >
I thought the Cleve…
-
I tried every well know ruby api for cleverbot that I could find, and they have all been dead for years, but then I stumbled across your repo here, and it works flawlessly. Thank you so much for putti…
-
`Traceback (most recent call last):
File "C:/Users/Zygimantas/Projects/CleverTwitchBot/main.py", line 65, in
parseCommand(message, user, chat, s)
File "C:/Users/Zygimantas/Projects/CleverTwit…
-
I'm running the bot in another bot with multiple users at the same time. I was wondering whether I could have multiple conversations going on at the same time
like `cleverbot.ask(question, conversati…