Examples

This section is dedicated to showcasing examples of how to use the library. Examples are valuable for demonstrating practical usage, but they should not be directly used as the basis for a real project. They typically lack important features such as WSGI support, isolated contexts, error handling, tests, and documentation.

echo_bot.py

Echo bot are like a “Hello World” forz chatbots, this example demonstrates how to create a simple bot that echoes the user’s text input.