python-zulip-api/zulip_bots/zulip_bots
Eeshan Garg 7460aca3e5 zulip_bots: Format string before checking if logo file exists.
get_bot_logo_path now first formats the path string with the name
of the bot before checking if the path exists. Not doing so is a
bug and causes the function to always return None.
2017-08-16 17:18:06 -07:00
..
bots zulip_bots: Remove thesaurus bot. 2017-08-16 16:54:24 -07: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
lib.py zulip_bots: Format string before checking if logo file exists. 2017-08-16 17:18:06 -07:00
provision.py zulip_bots: Use relative paths to find zulip_bots/bots/*. 2017-07-25 10:50:33 -07:00
run.py bots: Fix 'run.py' file to run bots. 2017-07-26 16:54:47 -07:00
test_lib.py bots: Add complete tests for offline testing of yoda bot. 2017-08-08 14:05:58 -07:00