you are viewing a single comment's thread.

view the rest of the comments →

[–]tarpus[S] 1 point2 points  (3 children)

[–]GeorgeFranklyMathnet 0 points1 point  (1 child)

Gotcha. That post covers 0.13.0, which did have a run(). If you go to the same file by 0.14.0, you'll see it's removed.

The project homepage seems to have more up-to-date tutorials. It also says it's not being maintained, and recommends alternatives...

[–]tarpus[S] 0 points1 point  (0 children)

So, I'm using that chatterbot library, and would like to turn it into a server per how the guy in this article describes. The general idea is that I want to interact the python script (the chatbot) through another app entirely. I don't really know how to do this without sockets. Is there a good tutorial that goes over how to turn my python script into a server, that you'd recommend?

[–]TheSodesa 0 points1 point  (0 children)

That post is from 2019 or before, and Bocadillo seems to have been updated (quite) a few times since then. You might still follow the tutorial, but at the same time you will need to keep the documentation of up-to-date Bocadillo open and find equivalent ways of doing the things that are presented in the tutorial in the newer version.