python-zulip-api/contrib_bots/bots/incrementor
2017-05-25 15:00:51 -07:00
..
__init__.py bots: Add __init__.py so bot modules can be imported. 2017-05-25 15:00:51 -07:00
incrementor.py bots: Add incrementor bot. 2017-05-24 11:01:47 -07:00
readme.md bots: Add incrementor bot. 2017-05-24 11:01:47 -07:00

Incrementor bot

This is a boilerplate bot that makes use of the update_message function. For the first @-mention, it initially replies with one message containing a 1. Every time the bot is @-mentioned, this number will be incremented in the same message.