Tweaked by tabbott to cover all code blocks, not just quote blocks. See https://chat.zulip.org/#narrow/stream/127-integrations/topic/cross.20realm.20bridge/near/695907  | 
			||
|---|---|---|
| .. | ||
| interrealm_bridge_config.py | ||
| README.md | ||
| run-interrealm-bridge | ||
Inter-realm bot
Let realm_1 be the first realm, realm_2 be the second realm.  Let bot_1 be
the relay bot in realm_1, bot_2 be the relay bot in realm_2.
This bot relays each message received at a specified subject in a specified
stream from realm_1 to a specified subject in a specified stream in realm_2.
Steps to create an inter-realm bridge:
- Register a generic bot (
bot_1) inrealm_1 - Enter the api info of 
bot_1into the config file (interrealm_bridge_config.py) - Create a stream in 
realm_1(stream_1) and a subject for the bridge - Make sure 
bot_1is subscribed tostream_1 - Enter the stream and the subject into the config file.
 - Do step 1-5 but for 
bot_2and with all occurrences of_1replaced with_2