ahmadfaizalbh / Chatbot

Python ChatBot 💬
https://chatbot.obbne.com
MIT License
774 stars 320 forks source link

Add examples for features in template files #32

Closed padmalcom closed 4 years ago

padmalcom commented 4 years ago

I use chatbotai successfully, but in a very simple way (mostly, the client says something and the bot respondes).

Nevertheless, I'm very curious regarding all the features listed in "List of feature supported in bot template" and I'd like to use them but I'm missing some clear examples. Could you provide some?

ahmadfaizalbh commented 4 years ago

check default.template to see couple of features usage.

I will be adding more examples to cover all features and their usage.

padmalcom commented 4 years ago

The hint to look at default.template is great, most features make sense now.