python-zulip-api/zulip_bots/zulip_bots
Lunatic Luna 3b1ef57694 bots: Support adding reactions to message for a bot.
It adds a react() function that allows a bot to react to a message in lib.py.
It adds an example of the use of react() function and its test.

The changes are in the following files:
  - lib.py
  - helloworld.py
  - tests/test_lib.py
  - test_lib.py
2020-05-08 10:46:56 -04:00
..
bots bots: Support adding reactions to message for a bot. 2020-05-08 10:46:56 -04:00
tests bots: Support adding reactions to message for a bot. 2020-05-08 10:46:56 -04:00
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
__init__.py bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
custom_exceptions.py bots: Add magic method validate_config(). 2018-02-13 11:02:17 -08:00
finder.py finder: Remove ModuleNotFoundError handler. 2020-04-18 20:20:53 -07:00
game_handler.py cleanup: Fix whitespace around parameter equals. 2020-04-18 20:31:14 -07:00
lib.py bots: Support adding reactions to message for a bot. 2020-05-08 10:46:56 -04:00
provision.py cleanup: Remove unused imports. 2020-04-18 20:31:14 -07:00
py.typed zulip_bots, zulip_botserver: Add PEP 561 type annotation markers. 2019-08-09 17:29:04 -07:00
request_test_lib.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
run.py cleanup: Remove unused variables. 2020-04-18 20:31:14 -07:00
simple_lib.py bots: Support adding reactions to message for a bot. 2020-05-08 10:46:56 -04:00
terminal.py Modernize legacy Python 2 syntax with pyupgrade. 2020-04-18 15:04:36 -07:00
test_file_utils.py typing: Convert function type annotations to Python 3 style. 2020-04-18 20:31:14 -07:00
test_lib.py bots: Support adding reactions to message for a bot. 2020-05-08 10:46:56 -04:00