Favicon of RSS-Bridge

RSS-Bridge

Create custom RSS feeds for hundreds of websites that don't offer them. Follow social media, news sites, and more in your favorite feed reader.

This project generates RSS and Atom feeds for websites that don't have them. It acts as a bridge between platforms that do not offer feeds and your favorite RSS reader. With support for over 500 different websites, you can create custom feeds for social media, news outlets, e-commerce sites, and private forums. Follow specific YouTube channels, Reddit subreddits, Twitter hashtags, or even GitHub repository commits.

Beyond simple feed generation, it provides powerful tools to manage your information flow:

  • Merge Feeds: Combine several feeds into one consolidated stream.
  • Filter Content: Remove unwanted articles from a feed using keywords or regular expressions.
  • Expand Articles: Load the full content of articles from truncated feeds.
  • Custom Selectors: Build a feed for nearly any website by specifying CSS selectors to find the content.

Directory Structure

rss-bridge
config
.env
docker-compose.yml

docker-compose.yml

services:
  rss-bridge:
    image: rssbridge/rss-bridge:latest
    container_name: rss-bridge
    restart: unless-stopped
    ports:
      - "3000:80"
    volumes:
      - ./config:/app/config
    environment:
      - TZ=UTC

.env

# No sensitive credentials are required for a standard RSS-Bridge installation.
# Configuration is primarily handled via the config.ini.php file or whitelist.txt
# located in the ./config directory mapped in the docker-compose.yml file.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to RSS-Bridge

Favicon

 

  
  
Favicon

 

  
  
Favicon