We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488416f commit 11d9a14Copy full SHA for 11d9a14
zulip/integrations/bridge_with_irc/README.md
@@ -0,0 +1,20 @@
1
+# IRC <--> Zulip bridge
2
+
3
+## Usage
4
5
+```
6
+./irc-mirror.py --irc-server=IRC_SERVER --channel=<CHANNEL> --nick-prefix=<NICK> --stream=<STREAM> [optional args]
7
8
9
+`--stream` is a Zulip stream.
10
11
+Specify your Zulip API credentials and server in a ~/.zuliprc file or using the options.
12
13
+Note that "_zulip" will be automatically appended to the IRC nick provided
14
15
+## Example
16
17
18
+./irc-mirror.py --irc-server=irc.freenode.net --channel='#python-mypy' --nick-prefix=irc_mirror --stream='test here' \
19
+ --site="https://chat.zulip.org" --user=<bot-email> --api-key=<bot-api-key>
20
0 commit comments