chamkank / flask-chatterbot

Simple boilerplate for ChatterBot using Flask
378 stars 263 forks source link

Add reactions to bot messages #40

Open FiammettaC opened 6 months ago

FiammettaC commented 6 months ago

Hello, I am working on a simple chatbot based on this code and I was wondering if anybody knows how to add reactions to the messages that the chatbot returns. It could be as simple as a thumbs up and thumbs down.

Thanks!