Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lenra-io/rss-to-discord
- Owner: lenra-io
- License: mit
- Created: 2023-09-05T12:07:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T12:27:19.000Z (over 1 year ago)
- Last Synced: 2023-09-10T13:40:19.329Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```