zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 352 forks source link

Implement react for TerminalBotHandler. #686

Closed PIG208 closed 3 years ago

PIG208 commented 3 years ago

Just like ExternalBotHandler or other implementations, we should make TerminalBotHandler follow the BotHandler protocol. Otherwise even the helloworld bot cannot be run properly due to the fact that it doesn't support reactions. (We can simply mock it by just printing out the emoji name).