RSS Post Bot polls one RSS/Atom feed on a schedule and publishes new entries to Reddit.
It keeps a checkpoint and dedupe history so feed reorder/edits do not repost old content.
- Auto-post your podcast/news/blog feed into a subreddit.
- Post as link posts or self posts.
- Control cadence and safety limits per installation.
- Install the app.
- Open installation settings.
- Configure:
feedUrl: RSS/Atom URL to poll.targetSubreddit: destination subreddit (oru_<username>for profile posts).pollMinutes: polling interval in minutes (60= hourly).maxPostsPerRun: max entries posted in one run (1recommended to start).maxDedupeTrack: number of recent fingerprints remembered to avoid duplicates.postKind:selforlink.titlePrefix: text prefixed to each post title.maxBodyChars: max self-post body length before clipping.
- Save settings and wait for the first scheduled run.
- First run posts only the newest entries up to
maxPostsPerRun(not full backfill). - Checkpoint state is updated after each successful post for crash safety.
- Titles are explicit and clipped to Reddit-safe limits.
- Body text is derived from feed content and converted from HTML to Reddit markdown.
Devvit fetch permissions are restricted to exact, pre-approved hostnames per app release. Moderators cannot override this from subreddit settings.
If your feedUrl hostname is not in the list below, polling will fail until the app is updated.
When you hit a domain exception:
- Check the hostname in your
feedUrl(example:feeds.example.com). - Compare it to the
Fetch Domainslist in this README. - If it is missing, contact the maintainer with:
- the requested hostname
- a sample feed URL
- After the maintainer ships an update that includes that hostname, reinstall/upgrade the app and re-save settings.
This app currently fetches from:
feeds.acast.comfeeds.megaphone.fmfeeds.npr.orgfeeds.simplecast.comrss.buzzsprout.comwww.omnycontent.comthecleanpaper.comwww.relay.fmwww.swr.dewww.theguardian.com
This list must stay in sync with the http.domains array in devvit.json.
The previous technical/developer README has moved to DEVELOPER.md.
- Repo and issues: github.com/jghaines/devvit-rss-to-post-bot