/rss-to-zulip-bot

Get latest updates from your favourite RSS feeds on your zulip stream

Primary LanguagePython

RSS-to-Zulip bot

How to Setup

  1. Create a generic bot in your Zulip Organization
  2. Add the new bot to the stream where you want the RSS feed updates
  3. Get the bot's API key from Personal Settings >> Bots
  4. Fork this repository
  5. Add organization url, bot's email ID and API key to your repository secrets
  • For this go to your repository settings >> Secrets and Variables >> Actions >> New repository secret
  • Add ZULIP_SITE as the https://yourdomainname.zulipchat.com (replace yourdomainname with your domain name)
  • Add ZULIP_EMAIL as the email id for the bot
  • Add ZULIP_API_KEY. This you can get from the bot settings in zulip
  1. Change RSS_FEEDS to your favorite feeds in main.py

If you have set it up correctly, you'll get the latest 10 articles in the stream you've selected within minutes. This bot relies on GitHub actions to schedule running main.py on select intervals.

Screenshots

Screenshot