RSS Feeds

Subscribe to any RSS or Atom feed and get automatic notifications in your Discord server. Blog updates, news, GitHub releases, and more.

Overview

Nevi can subscribe to any standard RSS or Atom feed and automatically post new entries to a Discord channel. This works with blogs, news sites, GitHub releases, subreddit feeds, and anything else that publishes an RSS feed.

If a website has an RSS feed, Nevi can track it for you - no external services or complicated setup required.

Subscribing to a feed

Use the /rss subscribe command to start receiving notifications from an RSS feed.

Usage

/rss subscribe <url> [#channel]subscribe to an RSS or Atom feed

Example

/rss subscribe https://example.com/feed.xml #news

Custom notification format

By default, Nevi posts a clean embed with the feed entry's title, description, and link. You can customize the notification format using the message parameter when subscribing, using template variables to insert dynamic content.

Usage

/rss subscribe <url> [#channel] [message]subscribe with a custom message

Example

/rss subscribe https://blog.example.com/rss #updates "New post: {title} - {url}"

Managing subscriptions

CommandWhat It Does
/rss listView all active RSS subscriptions for your server
/rss unsubscribeRemove an RSS subscription and stop receiving notifications

Feed limits

The number of RSS feeds you can subscribe to depends on your server's tier:

TierMax RSS Feeds
FreeLimited
Super Legend IIncreased
Super Legend IIMaximum

For more information on premium tiers and their perks, see the Super Legend page.

Use cases

RSS feeds are versatile. Here are some popular ways servers use them:

Blog Updates

Follow your favorite blogs and get notified when new articles are published.

News Sites

Subscribe to news outlet RSS feeds to keep your community informed about current events.

GitHub Releases

Track releases for open-source projects. Most GitHub repos offer an RSS feed at /releases.atom.

Subreddit Feeds

Reddit subreddits have RSS feeds at reddit.com/r/subreddit/.rss — great for tracking communities related to your server.

Podcast Episodes

Many podcasts publish RSS feeds. Get notified in Discord when new episodes drop.

Related Commands

/rssmanagementRequires admin

Manage RSS feed subscriptions for automatic notifications