This little API can be used to generate RSS feeds for Rumble.
- Run it on your server (it is an ExpressJS app, you can find instructions online)
- Fetch the name of a Rumble channel (i.e. https://rumble.com/c/{channelname} or in some cases https://rumble.com/user/{channelname})
- Get the RSS feed by calling http://{hostname}/rumble/{channelname}
Note: I am already running this myself on rumble-rss.xyz, so you can use that instead of running it on your own server.
I.e., you can get the feed by calling http://rumble-rss.xyz/{channelname}