Command line tools¶
ChatterBot comes with a few command line tools that can help with general packaging-related tasks.
Get the installed ChatterBot version¶
If have ChatterBot installed and you want to check what version you have then you can run the following command.
python -m chatterbot --version
List available commands¶
To see a list of all available commands you can run the following:
python -m chatterbot --help