python-zulip-api/bots/incrementor
Rohitt Vashishtha 894adb1e43 bots: Move contrib_bots to api/bots*.
This will make it convenient to include these bots in Zulip API
releases on pypi.

Fix #5009.
2017-06-01 12:31:54 -07:00
..
__init__.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
incrementor.py bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -07:00
readme.md bots: Move contrib_bots to api/bots*. 2017-06-01 12:31:54 -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.