Aman Agrawal
d469352180
README: Fix link to virtualenv doc.
2020-09-22 13:14:55 -04:00
Steve Howell
f191d44992
docs: Add tools/test-lib to README.
...
It's important to run these tests if you're modifying
the bot library itself. The tests are really fast,
so there's no harm in regular users running them, so
they get a sanity check that the libraries themselves
are stable.
2018-12-09 11:16:30 -08:00
Tim Abbott
a7094a47dc
README: Document code contribution policies.
2018-11-15 15:58:04 -08:00
Nick McLoota
4fcd593da2
README: Fix word run was being repeated.
2018-10-31 16:44:29 -07:00
epitstickpan
2eff7c20f3
README: Quick readability improvement.
...
This fixes a repeated word typo.
2018-08-17 12:40:59 -07:00
Robert Hönig
64a1306e39
Consistently use Botserver instead of botserver or bot server.
2018-05-29 10:58:37 +02:00
Shivamgera
627e9e69d0
docs: Add python3 to ./tools/provision command.
...
Documentation tweaked by tabbott.
2018-05-02 12:18:27 -07:00
Skunk
353475f245
docs: Mention Python 3 in the README.
2017-11-29 08:32:33 -08:00
Robert Hönig
5894ce131f
README.md: Fix typo.
2017-11-27 16:45:19 +01:00
derAnfaenger
0eb285da29
README.md: Add command for running mypy.
2017-11-13 12:08:14 +01:00
Eeshan Garg
0a70a6b46f
test-static-analysis: Fix trailing whitespace errors.
2017-11-10 19:24:59 -03:30
Steve Howell
bad8dccef7
provision: Make instructions to source venv more obvious.
...
(This cleans up the print formatting a bit in tools/provision
and adds an explicit step in README.md.)
2017-11-10 13:04:59 -08:00
derAnfaenger
2bfba17fbd
README.md: Add command for running zulip tests.
2017-09-12 01:27:09 -07:00
derAnfaenger
610f02969a
README.md: Update command for running botserver tests.
2017-09-04 14:33:09 +02:00
derAnfaenger
81e6b01300
testing: Add build and coverage badges to README.md
2017-08-23 10:00:38 +02:00
derAnfaenger
735943379f
provision: Add option to specify python version.
2017-08-22 11:39:11 -07:00
Eeshan Garg
dcaace2a88
README: Add instructions for setting up a development environment.
2017-08-17 10:43:23 -07:00
Eeshan Garg
f2687056b4
README: Add links to zulip_bots, zulip_botserver packages.
2017-08-17 10:39:00 -07:00
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
Rohitt Vashishtha
863df67150
api: Add support for Environment Variables.
...
This adds support for controlling the basic configuration (user, API
key, etc.) of the Zulip API bindings via environment variables.
Fixes #3364 .
Tweaked by tabbott to update variable names and document in README.md.
2017-02-06 22:56:59 -08:00
Tim Abbott
b7f29327b6
api: remove use of zulip.com domain in API bindings.
2016-12-15 09:35:37 -08:00
Tim Abbott
0010b519fd
api: Clean up the README.md somewhat.
2016-12-13 22:55:40 -08:00
Shane Kearns
2f573bbb10
python api: allow control over the server certificate verification
...
The --insecure option ("insecure=true" in .zuliprc) disables
verification entirely, similar to other tools like curl.
The --cert_bundle ("cert_bundle=<file>" in .zuliprc) allows
a file to be specified containing the CA certificates to verify
against.
When using self-signed certificates, the server's public key
can be used as the only cerificate in the file.
This change incidentally fixes an issue where the "site" parameter
in .zuliprc was ignored when specifying --user and --api-key on
the command line.
Fixes : #104
2015-10-31 21:20:34 -07:00
Tim Abbott
41c2b62da0
Fix a bunch of Zulip Voyager related comments.
...
(imported from commit 176e875cbc310ba00d6137930ddb718bd68f1866)
2015-08-21 10:40:54 -07:00
David Roe
3d7c94c1a8
Enterprise => Voyager.
...
(imported from commit 41b9a67301aeaf5fd40bbbb8f34a326ca98431fd)
2015-08-21 10:33:35 -07:00
Luke Faraone
c03ac5e3ce
Update style of client strings.
...
(imported from commit 1516461cf53b2715de68e01f16bb8a8cc33c48ad)
2013-12-09 11:47:52 -05:00
Tim Abbott
d38929d525
api: Document options required for use with Zulip Enterprise.
...
(imported from commit 59f136cf0f1a5d9509bec054b060ab44695b77e0)
2013-12-04 16:30:51 -05:00
Waseem Daher
3ce6fc8602
Link to our API page from the Github repo README.md
...
(imported from commit 2dfa7a3bf27a15f1f43ee2ecef5d501c17669bde)
2013-12-02 13:18:04 -05:00
Rory Kirchner
fb5a3dc3d8
Added a stream class for use with the logging module.
...
License assent:
https://github.com/zulip/python-zulip/pull/3#issuecomment-18182458
(imported from commit 9faf9dd147032b1e56b113bc0f0d729a653e1e49)
2013-10-31 16:22:51 -04:00
Tim Abbott
402701dc8e
Rename humbug-send to zulip-send.
...
(imported from commit 61400841f8fffe4c706d867aaa012059bcba271d)
2013-08-08 10:22:31 -04:00
Tim Abbott
084847b0d7
Rename the 'humbug' API module to 'zulip'.
...
(imported from commit b3a3d7c05459cbb0110cd0fbe2197d779f3a6264)
2013-08-08 10:22:31 -04:00
Tim Abbott
9aaefde9b2
Rename ~/.humbugrc to ~/.zuliprc.
...
(imported from commit a0d53dd20097a56971874dc1d84c6f95267e84f2)
2013-08-08 10:22:31 -04:00
Tim Abbott
4cd4c6897b
Change Humbug => Zulip in text/comments.
...
(imported from commit 2f9d73431ae40e1b9e9e11bc2f4f62f566ae758a)
2013-08-07 10:00:07 -04:00
Scott Feeney
b71742b021
Move API readme to README.md to match GitHub repo
...
(imported from commit ca30e948c158a4a285bcd002d45725ff13d47cc7)
2013-07-29 16:45:06 -04:00