📄️ MaxBot CLI
Maxbot’s CLI provides a range of helpful commands for run the bot and run bots stories.
📄️ Resources
Bot resources are a collection of all the data and code necessary to build a particular bot. The bot development process is primarily the process of creating resources. Resources are described in YAML markup language according to a given schema and stored in files.
📄️ Protocol
All communication with the users takes place under a single platform-independent protocol.
📄️ Context
context-reference}
📄️ Jinja Syntax
Delimiters
🗃️ Basic Types
5 items
📄️ Stories engine
You can use the stories mechanism to test the bot.
📄️ HTTP request timeout
The timeout object is used to control the maximum time to wait for an HTTP request to complete.
📄️ HTTP pool limit
With the pool limit object, you can control the size of the connection pool.
📄️ timedelta object representation
A timedelta object represents a duration, the difference between two dates or times.
📄️ Builtin channels
This document contains the description and settings configuration of MaxBot builtin channels.
📄️ Multiprocess WEB application
To receive incoming messages, the bot can work in two modes: webhooks and polling (see run --updater argument).