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
| Command | What It Does |
|---|---|
/rss list | View all active RSS subscriptions for your server |
/rss unsubscribe | Remove an RSS subscription and stop receiving notifications |
Feed limits
The number of RSS feeds you can subscribe to depends on your server's tier:
| Tier | Max RSS Feeds |
|---|---|
| Free | Limited |
| Super Legend I | Increased |
| Super Legend II | Maximum |
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 adminManage RSS feed subscriptions for automatic notifications