Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lenra-io/rss-to-discord

An RSS feed to discord proxy
https://github.com/lenra-io/rss-to-discord

Last synced: about 2 months ago
JSON representation

An RSS feed to discord proxy

Awesome Lists containing this project

README

        

# rss-to-discord
An RSS feed to discord proxy

## How to build

Simply run this command :
```bash
dofigen dofigen.yml && docker build -t rssfeed .
```

## Usage

Example of command to run it :
```bash
docker service create -td --name rssfeed -e "RSS_FEED_URL=https://www.codeur.com/projects" -e "DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/xxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxx" -e "MESSAGE_TEMPLATE={title} {link}\n {description}" -e "ARRAY_TAG=item" rssfeed
```