alexandersokolow / rumble-rss

Generate Rumble RSS feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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}

About

Generate Rumble RSS feeds


Languages

Language:JavaScript 100.0%