Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T10:38:41.000Z (about 3 years ago)
- Last Synced: 2024-05-02T04:43:01.909Z (6 months 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! ๐[![Feed Scheduler](https://github.com/Sayakie/feeder/actions/workflows/scheduler.yml/badge.svg?branch=main)](https://github.com/Sayakie/feeder/actions/workflows/scheduler.yml)
[![Sayakie/feeder License](https://img.shields.io/github/license/Sayakie/feeder?color=blue)](https://github.com/Sayakie/feeder/blob/main/LICENSE)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSayakie%2Ffeeder&count_bg=%2379C83D&title_bg=%23555555&icon=github.svg&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
![stars](https://img.shields.io/github/stars/Sayakie/feeder?style=social&color=green)## 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)