FeedCord is a self-hosted tool designed to automatically read RSS feeds and post updates directly to your Discord server. It is ideal for increasing community engagement by creating a vibrant, automated news feed. Combine it with Discord's Forum Channels to display content in a gallery style, sparking discussions within your community.
Getting started is straightforward. The entire configuration is managed through a single appsettings.json file, giving you granular control over each feed instance. You can define multiple feeds, target different webhooks, and customize everything from the post color to the description length. The recommended way to run FeedCord is with Docker, making deployment quick and painless.
Key features include:
services:
feedcord:
image: qolors/feedcord:latest
container_name: feedcord
environment:
- TZ=UTC
volumes:
- ./config:/app/config
restart: unless-stopped# FeedCord primarily uses a config.json file generated in the mapped /config volume for its settings and webhook URLs.
# No sensitive environment variables are required in the compose file by default.Auto-fetched about 14 hours ago
Auto-fetched about 14 hours ago