You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
example commands !rss <feed_url> <#discord_channel> !rss https://some.blog.website.com/feed #sample_channel
When a post is made, the bot then posts an embedded message containing the title, author, website and link to the post in the designated channel.
Do you think it's feasible to add a plugin/feature that reads from RSS feeds, and posts in a specific channel when a new post is made to the feed?
I've found this in the Python docs
example commands
!rss <feed_url> <#discord_channel>!rss https://some.blog.website.com/feed #sample_channelWhen a post is made, the bot then posts an embedded message containing the title, author, website and link to the post in the designated channel.