Sayakie / feeder

๐Ÿ“† GitHub Actions๋ฅผ ํ†ตํ•ด ๋งค์ผ ๊ธฐ์ˆ ยท๊ฐœ๋ฐœ ๊ด€๋ จ ์†Œ์‹๋“ค์„ ๊ตฌ๋…ํ•  ์ˆ˜ ์žˆ์–ด์š”. ์›นํ›…์„ ์‚ฌ์šฉํ•˜๊ธฐ ๋•Œ๋ฌธ์— ๋””์Šค์ฝ”๋“œ์™€ ์Šฌ๋ž™์„ ์ง€์›ํ•ด์š”! ๐Ÿ™Œ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


English ยท ํ•œ๊ตญ์–ด

feeder

๐Ÿ“† Subscribe about techยทdevelopment daily stories through GitHub Actions. Support both Discord and Slack due to using Webhook! ๐Ÿ™Œ

Feed Scheduler Sayakie/feeder License Hits stars

Usage

Fork Sayakie/feeder this repo or clone then create new repository. And then, enter your webhooks into GitHub secrets at repository settings.

How to type webhooks

Feeder distinguish webhooks through , unit.

When only one webhook needed, type

https://example.webhook.link

Or type if need more than 2

https://example1.webhook.link, https://example2.webhook.link

You can divide into more lines.

https://example1.webhook.link,
https://example2.webhook.link

Adjust Time

Adjust task time by edit file located in .github/workflows/scheduler.yml. (Time is based on UTC)

About

๐Ÿ“† GitHub Actions๋ฅผ ํ†ตํ•ด ๋งค์ผ ๊ธฐ์ˆ ยท๊ฐœ๋ฐœ ๊ด€๋ จ ์†Œ์‹๋“ค์„ ๊ตฌ๋…ํ•  ์ˆ˜ ์žˆ์–ด์š”. ์›นํ›…์„ ์‚ฌ์šฉํ•˜๊ธฐ ๋•Œ๋ฌธ์— ๋””์Šค์ฝ”๋“œ์™€ ์Šฌ๋ž™์„ ์ง€์›ํ•ด์š”! ๐Ÿ™Œ

License:MIT License


Languages

Language:TypeScript 100.0%