https://github.com/doarakko/draw-edge
Draw Yu-Gi-Oh! Card on Slack.
https://github.com/doarakko/draw-edge
clodflare cloudflare-workers slack slack-bot yu-gi-oh yugioh
Last synced: about 2 months ago
JSON representation
Draw Yu-Gi-Oh! Card on Slack.
- Host: GitHub
- URL: https://github.com/doarakko/draw-edge
- Owner: Doarakko
- License: mit
- Created: 2023-10-29T14:45:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:54:27.000Z (9 months ago)
- Last Synced: 2025-02-02T11:36:43.297Z (4 months ago)
- Topics: clodflare, cloudflare-workers, slack, slack-bot, yu-gi-oh, yugioh
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# draw-edge
Draw Yu-Gi-Oh! Card on Slack.

## Requirements
- Slack
- Cloudflare
- wrangler CLI## Usage
### Deploy to Cloudflare Workers
1. Copy env file and enter your environment variables.
```sh
cp .dev.vars.example .dev.vars
```1. Deploy
```sh
wrangler deploy
```1. Set environmental variables to Cloudflare
```sh
wrangler secret put SLACK_BOT_TOKEN
wrangler secret put SLACK_SIGNING_SECRET
```## Credits
- [Yu-Gi-Oh! API by YGOPRODeck](https://ygoprodeck.com/api-guide/)