cobe icon indicating copy to clipboard operation
cobe copied to clipboard

A Markov chain based text generation library and MegaHAL style chatbot

Results 17 cobe issues
Sort by recently updated
recently updated
newest added

For more info, see issue #39 . This pull request so far includes: - c01 - **Avoid using `str.encode(....)` where it is unnecessary**

Given that COBE has just finished its transition to the world of Python 3 (and welcome, by the way! :D), there are still, inevitably, some rough spots here and there....

Trying to implement cobe as [sopel](https://github.com/sopel-irc/sopel) module. Getting: ``` [2021-05-22 17:06:27] ERROR - Unexpected error (SQLite objects created in a thread can only be used in that same thread. The...

Hello, I am using cobe for running a reddit bot but cobe is showing some error with sqlite3. You can see the whole error in the image below: ![20201205_205743](https://user-images.githubusercontent.com/62509832/101273057-3c4b2580-37b8-11eb-827b-74335ab6c31e.jpg) I...

Is it possible to convert the brain into a file to get the original data? I need to transfer all the data from the brain to the database. The order...

I'm creating a bot and > ...as many candidate replies as it can in half a second. is inconvenient, because my bot has it's own scoring algorithm wrapping cobe. Can...

I've tried almost every combination possible for "channel" (no quotes, ##, \#, etc): ``` # cobe irc-client --server "irc.freenode.net" --port 6667 --channel "#cobefun" --nick "cobie" INFO: connected to irc.freenode.net:6667 ```...

I'm making a bot and this interferes with `tqdm`, a progress bar module.

"The Jews steal our money through their Zionist occupied government and use the black man to bring drugs into our oppressed white minority communities." I've noticed that if you add...

On version 2.1.0. This is the output: ``` ~$ cobe irc-client -s irc.freenode.net -c "##esperanto" -n babilemulo INFO: connected to irc.freenode.net:6667 Traceback (most recent call last): File "/usr/bin/cobe", line 9,...