Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 617 Bytes

File metadata and controls

27 lines (19 loc) · 617 Bytes

rss2discord

これは何?

指定した RSS フィードの内容を一定時間ごとに取得し、新着記事があれば Discord に Webhook 経由で投稿するアプリケーションです。

つかいかた

with Docker

$ cp compose.yaml.sample compose.yaml
$ cp config.yaml.sample config.yaml

## 取得したい RSS フィードの URL と、Webhook 通知 URL を記入
$ vi config.yaml

$ docker compose up -d

without Docker

$ cp config.yaml.sample config.yaml

## 取得したい RSS フィードの URL と、Webhook 通知 URL を記入
$ vi config.yaml

$ go run .