Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 578 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 578 Bytes

RSS-Gen

This little API can be used to generate RSS feeds for Rumble.

How to use

  1. Run it on your server (it is an ExpressJS app, you can find instructions online)
  2. Fetch the name of a Rumble channel (i.e. https://rumble.com/c/{channelname} or in some cases https://rumble.com/user/{channelname})
  3. 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}