All Projects → cjaewon → letterbot

cjaewon / letterbot

Licence: MIT License
Github Action 으로 만든 디스코드, 슬랙에 매일 아침 8시에 브리핑을 해주는 봇입니다

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to letterbot

SlackWebhooksGithubCrawler
Search for Slack Webhooks token publicly exposed on Github
Stars: ✭ 21 (-43.24%)
Mutual labels:  slackbot, webhook
pr-reviews-reminder-action
A GitHub Action to send Slack/Teams notification for Pull Request that are waiting for reviewers.
Stars: ✭ 18 (-51.35%)
Mutual labels:  webhook, github-action
plugin-gitlab-webhook
[NOT MAINTAINED] Gitlab Webhook Plugin for Kanboard
Stars: ✭ 31 (-16.22%)
Mutual labels:  webhook
fplbot
🤖 Chatbot for Fantasy Premier League (Slack/Discord)
Stars: ✭ 14 (-62.16%)
Mutual labels:  slackbot
gitlab-ci-discord-webhook
⛓ Here's your serverless solution for sending build status from GitLab CI to Discord as webhooks.
Stars: ✭ 32 (-13.51%)
Mutual labels:  webhook
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (+232.43%)
Mutual labels:  github-action
intellij-platform-plugin-verifier-action
GitHub Action for executing the intellij-plugin-verifier
Stars: ✭ 20 (-45.95%)
Mutual labels:  github-action
gha-setup-scancentral-client
GitHub Action to set up Fortify ScanCentral Client
Stars: ✭ 15 (-59.46%)
Mutual labels:  github-action
multipurpose-bot
a multipurpose discord bot made with dbd.js
Stars: ✭ 32 (-13.51%)
Mutual labels:  discordbot
chattery
A GitHub action that creates chatrooms for pull requests
Stars: ✭ 30 (-18.92%)
Mutual labels:  github-action
Discord-GitLab-Webhook
A Discord bot for using webhooks with GitLab (and extendable for other custom webhooks not yet built into Discord).
Stars: ✭ 35 (-5.41%)
Mutual labels:  webhook
BingPicApi
Bing 每日图片 API
Stars: ✭ 58 (+56.76%)
Mutual labels:  github-action
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (-2.7%)
Mutual labels:  webhook
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-35.14%)
Mutual labels:  discordbot
qodana-action
⚙️ Scan your Java, Kotlin, PHP, Python, JavaScript, TypeScript projects at GitHub with Qodana
Stars: ✭ 112 (+202.7%)
Mutual labels:  github-action
ddrive
A lightweight cloud storage system using discord as storage device written in nodejs
Stars: ✭ 25 (-32.43%)
Mutual labels:  discordbot
Taviloglu.Wrike.ApiClient
.NET Client for Wrike API
Stars: ✭ 24 (-35.14%)
Mutual labels:  webhook
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-32.43%)
Mutual labels:  github-action
corde
🤖 A simple e2e library for testing Discord Bots 🚀
Stars: ✭ 60 (+62.16%)
Mutual labels:  discordbot
allot
Parse placeholder and wildcard text commands
Stars: ✭ 51 (+37.84%)
Mutual labels:  slackbot

편지봇

📨 Github Action 으로 만든 디스코드, 슬랙에 매일 아침 8시에 브리핑을 해주는 봇입니다

Node.js CI cjaewon/letterbot License HitCount stars

사용 예시

디스코드 웹훅

image

슬랙 웹훅

image

⚙️ 설정법

cjaewon/letterbot을 먼저 Fork 해주세요. / 또는 클론 하셔서 레포를 만드셔도 됩니다.. 봇 작동을 위해서는 깃허브 secrets에 WEATHER_API_KEY 와 WEBHOOKS가 필요합니다

image

WEATHER_API

WEATHER_API_KEY는 Weather Api 에서 생성이 가능해요.

WEBHOOKS

WEBHOOKS는 웹훅 링크를 콤마로 구분한 것입니다

한개 일때

https://webhooklinkexample.letterbot

두개 이상
https://webhooklinkexample1.letterbot,
https://webhooklinkexample2.letterbot,
https://webhooklinkexample3.letterbot,
https://webhooklinkexample4.letterbot

이렇게 콤마로 구분해주시면 됩니다.

그럼 인제 매일 아침 8시마다 디스코드 또는 슬랙에 메세지를 보내드립니다 만약 시간을 수정하고 싶으시면 .github/workflows/nodejs.yml cron 시간을 변경하시면 됩니다 (UTC 기준입니다.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].