logo
RSS, which stands for "Really Simple Syndication," is a format for web feeds that are used to share information that is updated often, such as blog posts, news headlines, audio, video, etc.
If your app shows news, blog posts, or updates from multiple sources, an RSS bot can automatically pull new posts from these sources and show them in your app, making sure your users always have the most recent content.
You can link your RSS feed with your app itself, which will represent the outsider content in your default tab, such as Newsfeed, or with a specific channel in your app.

Integrate your App with RSS

First, you need to create an RSS bot in your nandbox app builder. Go to the settings section and click ‘Installed.’
Image without caption
Click ‘Add Extension.’
Image without caption
Choose RSS Bot and click ‘Done.’
Image without caption
Click ‘Set Permission’ to access your bot.
Image without caption

🔁 Linking RSS Bot With Channel

In these steps, we will explain how to link an RSS bot to your channel; when an external source posts material, it will appear on this channel.
First, make sure that you take a copy of the channel ID you want to integrate RSS with.
Image without caption
Go to your RSS bot, and type /? or /help to see your bot commands.
Image without caption
  • /add
This command is for adding one single link in the channel.
/add (RSS Link) (Channel ID)
📌
Make sure that you have the RSS Feed URL to your external source.
Image without caption
Keep in mind that your bot can have more than one channel. For instance, be sure to mention the other channel's ID if you wish to create a link to another one of your channels.
Image without caption
  • /addsilent
This command adds a link without showing the most recent post from the external source.
/addsilent (RSS Link) (Channel ID)
Image without caption
  • /bulkadd
This command is for adding a bulk of RSS links in one time.
/bulkadd (RSS Link),(RSS Link), … (Channel ID)
This command doesn't retrieve the recent posts from the external sources you added. Think of including 50 RSS feeds so that your users can receive 50 recent posts all at once. It would be too much to post all at once.
Image without caption
  • /list
This command shows you all the links added.
Each link will be previewed along with the channel that contains it.
Image without caption
  • /remove
This command removes a single link from the bot.
/remove (RSS Link) (Channel ID)
Image without caption
If you typed /list you will no longer see the link removed in the preview screen.
Image without caption

Powered by Notaku