github Qolors/FeedCord v2.1.0
v2.1.0 - README Updates & Multiple New Post Handling

latest releases: v3.1.0, v3.0.4, v3.0.3...
18 months ago

This version will now handle grabbing multiple posts from each feed if the posts are newer than the last check's date.

For reference - previous versions would behave like so:

  • Fetch RSS Feed Content
  • --> Check if newest post is newer than the last check's Date/Time stamp
  • --> If newest post is newer, post.

2.1.0 version now behaves like so:

  • Fetch RSS Feed Content
  • --> Grab all items in feed
  • --> For each item, if it is newer than the last check's Date/Time stamp post it
  • --> Sets the check Date/Time stamp to be the newest from the group of items

2.1.0 version now has a hard-coded 10 second pause between posts to

  • This will respect Discord's Rate Limiting for a large amount of posts between checks
  • 10 seconds is to see if pausing between posts will help rid of the Original message was deleted "bug" in Forums

Don't miss a new FeedCord release

NewReleases is sending notifications on new releases.