bots: Add manual command to get bot output.

This eliminates the need to setup dev environment and to
create a bot, setup zuliprc file, subscribe the bot to the
stream in order to try out a bot.

Manual command get-bot-output gives the bots response content
directly.
This commit is contained in:
Abhijeet Kaur 2017-08-20 21:22:44 +05:30 committed by Tim Abbott
parent 689addc5bf
commit 23f6d2f144
2 changed files with 97 additions and 0 deletions

View file

@ -27,6 +27,7 @@ package_info = dict(
entry_points={
'console_scripts': [
'zulip-run-bot=zulip_bots.run:main',
'zulip-bot-output=zulip_bots.zulip_bot_output:main'
],
},
include_package_data=True,