Manage Atom feeds in a persistent git repository
1[api]
2# Your bot's email address (create this in Zulip Settings > Bots)
3email=your-bot@your-organization.zulipchat.com
4
5# Your bot's API key (found in Zulip Settings > Bots)
6key=YOUR_BOT_API_KEY_HERE
7
8# Your Zulip server URL
9site=https://your-organization.zulipchat.com
10
11# Instructions:
12# 1. Copy this file to zuliprc (without .template extension)
13# 2. Replace the placeholder values with your actual bot credentials
14# 3. Create a bot in your Zulip organization at Settings > Bots
15# 4. Use the bot's email and API key from the Zulip interface
16# 5. Never commit the actual zuliprc file with real credentials to version control