https://github.com/cjaewon/skillgo
π¦ Go μ μν kakao i open builder skill μλ΅ ν¬λ§· μμ± λͺ¨λ
https://github.com/cjaewon/skillgo
kakao-bot kakao-i-openbuilder kakaoembed
Last synced: 3 months ago
JSON representation
π¦ Go μ μν kakao i open builder skill μλ΅ ν¬λ§· μμ± λͺ¨λ
- Host: GitHub
- URL: https://github.com/cjaewon/skillgo
- Owner: cjaewon
- License: mit
- Created: 2020-06-22T13:34:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T03:47:31.000Z (about 4 years ago)
- Last Synced: 2024-06-20T03:33:00.020Z (12 months ago)
- Topics: kakao-bot, kakao-i-openbuilder, kakaoembed
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# skillgo

[](https://goreportcard.com/report/github.com/cjaewon/skillgo)π¦ Go μ μν kakao i open builder skill μλ΅ ν¬λ§· μμ± λͺ¨λ
[ποΈ Docs - pkg.go.dev](https://pkg.go.dev/github.com/cjaewon/skillgo?tab=doc)
[π‘ JavaScript Version](https://github.com/cjaewon/kakaoEmbed)## μ€μΉ
```sh
go get github.com/cjaewon/skillgo
```## μ£Όμ νμ
| μ΄λ¦ | νμ |
| - | - |
| [**SkillPayload**](https://i.kakao.com/docs/skill-response-format#skillpayload) | `SkillPayload` |
| [**SkillResponse**](https://i.kakao.com/docs/skill-response-format#skillresponse) | `SkillResponse` |
| [**SkillTemplate**](https://i.kakao.com/docs/skill-response-format#skilltemplate) | `SkillTemplate` |
| [**ContextControl**](https://i.kakao.com/docs/skill-response-format#contextcontrol) | `ContextControl` |
| [**QuickReplies**](https://i.kakao.com/docs/skill-response-format#quickreplies) | `QuickReplies` |## μ§μνλ SkillResponse
### κΈ°λ³Έ
| SkillResponse | νμ (struct) | ν¨μ μ΄λ¦ |
| - | - | - |
| [**SimpleText**](https://i.kakao.com/docs/skill-response-format#simpletext) | `SimpleTextType` | SimpleText |
| [**SimpleImage**](https://i.kakao.com/docs/skill-response-format#simpleimage) | `SimpleImageType` | SimpleImage |
| [**BasicCard**](https://i.kakao.com/docs/skill-response-format#basiccard) | `BasicCardType` | BasicCard |
| [**CommerceCard**](https://i.kakao.com/docs/skill-response-format#commercecard) | `CommerceCardType` | CommerceCard |
| [**ListCard**](https://i.kakao.com/docs/skill-response-format#listcard) | `ListCardType` | ListCard |
| [**Carousel**](https://i.kakao.com/docs/skill-response-format#carousel) | `CarouselType` | Carousel |### 곡ν΅
[kakao i μ€νλΉλ 곡ν΅](https://i.kakao.com/docs/skill-response-format#%EA%B3%B5%ED%86%B5)| SkillResponse | νμ (struct) | ν¨μ μ΄λ¦ |
| - | - | - |
| [**Thumbnail**](https://i.kakao.com/docs/skill-response-format#thumbnail) | `ThumbnailType` | Thumbnail |
| [**Link**](https://i.kakao.com/docs/skill-response-format#link) | `LinkType` | Link |
| [**Button**](https://i.kakao.com/docs/skill-response-format#button) | `ButtonType` | Button |
| [**Profile**](https://i.kakao.com/docs/skill-response-format#profile) | `ProfileType` | Profile |
| [**CarouselHeader**](https://i.kakao.com/docs/skill-response-format#carouselheader) | `CarouselHeaderType` | CarouselHeader |## μμ
[π **Simple (SimpleText, SimpleImage)**](https://github.com/cjaewon/skillgo/tree/master/_examples/simple)
[π **Card (BasicCard, CommerceCard, Listcard)**](https://github.com/cjaewon/skillgo/tree/master/_examples/card)