https://github.com/sayakie/feeder
๐ GitHub Actions๋ฅผ ํตํด ๋งค์ผ ๊ธฐ์ ยท๊ฐ๋ฐ ๊ด๋ จ ์์๋ค์ ๊ตฌ๋
ํ ์ ์์ด์. ์นํ
์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ ๋์ค์ฝ๋์ ์ฌ๋์ ์ง์ํด์! ๐
https://github.com/sayakie/feeder
discord-bot feeder github-actions slack-bot webhook webhooks
Last synced: 26 days ago
JSON representation
๐ GitHub Actions๋ฅผ ํตํด ๋งค์ผ ๊ธฐ์ ยท๊ฐ๋ฐ ๊ด๋ จ ์์๋ค์ ๊ตฌ๋ ํ ์ ์์ด์. ์นํ ์ ์ฌ์ฉํ๊ธฐ ๋๋ฌธ์ ๋์ค์ฝ๋์ ์ฌ๋์ ์ง์ํด์! ๐
- Host: GitHub
- URL: https://github.com/sayakie/feeder
- Owner: Sayakie
- License: mit
- Created: 2021-04-01T16:45:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T10:38:41.000Z (almost 5 years ago)
- Last Synced: 2025-02-21T14:49:43.828Z (over 1 year ago)
- Topics: discord-bot, feeder, github-actions, slack-bot, webhook, webhooks
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# feeder
๐ Subscribe about techยทdevelopment daily stories through GitHub Actions. Support both Discord and Slack due to using Webhook! ๐
[](https://github.com/Sayakie/feeder/actions/workflows/scheduler.yml)
[](https://github.com/Sayakie/feeder/blob/main/LICENSE)
[](https://hits.seeyoufarm.com)

## Usage
**Fork [Sayakie/feeder](https://github.com/Sayakie/feeder/fork) 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)