Skip to content

theDepart3d/rumblerss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RumbleRSS

Simple webservice that takes a Rumble.com channel URL and returns an RSS feed containing a list of videos from the channel.

Example docker-compose Usage

docker-compose up -d

curl localhost:8080?link=https://rumble.com/mychannel

Example Docker Usage

docker pull ghcr.io/porjo/rumblerss:latest

docker run -d -p 8080:8080 ghcr.io/porjo/rumblerss

curl localhost:8080?link=https://rumble.com/mychannel

CORS

Cross-Origin Resource Sharing (CORS) is supported via the cors-origins command line flag. Supply a comma separated list of CORS origins or '*' for all origins e.g.

docker run -d ghcr.io/porjo/rumblerss -cors-origins '*'

About

Rumble.com RSS feed generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.1%
  • Dockerfile 3.9%