DEV Community

Discussion on: Building a real-time chatbot server in Python with WebSocket, ChatterBot and Bocadillo

Collapse
 
rhymes profile image
rhymes

Hi Florimond! Great update on your project and tutorial.

First and foremost congrats for the talk, hopefully you'll write a recap article after that ;)

I like how you adopted py.test fixture mechanism, though it requires a little bit of discipline by the developer, not two have too many globals around :)

Bocadillo is quite simple, great job!

ps. the link for your previous article is broken and I though you should probably mention that client.py works only on Python 3.7 because of asyncio.run()

Collapse
 
florimondmanca profile image
Florimond Manca

Thanks! Of course I’ll publish a recap, along with the slides etc. 🙌

I’m glad you enjoy the new providers API!

I fixed the article link and added a note for Python 3.6. :-)