derAnfaenger
2553cf45a5
integrations: Use default client init from options for twitter bot.
...
This allows users to specify a config file with the
--config-file option.
2017-11-07 11:13:29 -08:00
derAnfaenger
7e7c7598b7
integrations: Add requirements for twitter bot.
2017-11-07 11:13:29 -08:00
derAnfaenger
6630deda6a
twitter bots: Merge twitter-bot and twitter-search-bot.
2017-09-15 00:55:01 -07:00
derAnfaenger
50d8c5f7fe
zulip package: Add requirements.txt for each integration.
2017-09-12 01:39:21 -07:00
derAnfaenger
26a774503b
twitter bots: Write internal config to separate file.
...
Tweaked by tabbott to remove duplicate write_config lines.
Fixes #88 .
2017-08-27 19:27:13 -07:00
Tim Abbott
9c18c0b4ed
twitter: Fix buggy handling of config_file in Python 3.
...
This fixes the most broken part of #88 .
2017-08-22 17:20:54 -07:00
Eeshan Garg
18a73324a9
integrations/twitter: Upgrade to argparse.
2017-08-02 00:51:25 -02:30
Eeshan Garg
3d0f7955b6
api: Move the API package to a dedicated subdirectory.
...
In order to keep all three packages (zulip, zulip_bots,
zulip_botserver) in the same repo, all package files must now
be nested one level deeper.
For instance, python-zulip-api/zulip_bots/zulip_bots/bots/, instead
of python-zulip-api/zulip_bots/bots/.
2017-07-18 02:20:32 -02:30