python-zulip-api/zulip_bots/zulip_bots
Abhijeet Kaur a1429f36b2 bots: Enable googlesearch bot to run by 'zulip-run-bot' command.
Since we want our bots to be both python 2 and python 3 compatible,
we use six to make up for both of them and run the bot smoothly.

'http.client' was basically used for error-handling by the author
of the bot, urllib errors can be handled by the urllib itself. So,
using this for simplicity.

urllib.request.urlopen raises URLError on protocol errors.
2017-07-27 10:44:41 -07:00
..
bots bots: Enable googlesearch bot to run by 'zulip-run-bot' command. 2017-07-27 10:44:41 -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 bots: Audit filesystem access. 2017-07-26 20:01:17 +02: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 bot tests: Support optional provided state between test calls. 2017-07-25 10:45:00 -07:00