jointrashposs/content/ko/docs/4.for-developers/bot/1.index.md
かっこかり ab4fea3e7e
New Crowdin updates (#86)
* New translations ubuntu-manual.md (Korean)

* New translations 1.index.md (Korean)

* New translations endpoints.md (Korean)

* New translations 1.index.md (Korean)

* New translations silence.md (Korean)

* New translations theme.md (Korean)

* New translations thread-mute.md (Korean)

* New translations timeline.md (Korean)

* New translations webhook.md (Korean)

* New translations widgets.md (Korean)

* New translations word-mute.md (Korean)

* New translations 1.troubleshooting.md (Korean)

* New translations apps.md (Korean)

* New translations donate.md (Korean)

* New translations faq.md (Korean)

* New translations glossary.md (Korean)

* New translations misskey-hub.md (Korean)

* New translations kubernetes.md (Korean)

* New translations cdn.md (Korean)

* New translations nginx.md (Korean)

* New translations push-docker-hub.md (Korean)

* New translations scale-out.md (Korean)

* New translations troubleshooting.md (Korean)

* New translations disable-timelines.md (Korean)

* New translations 1.index.md (Korean)

* New translations libraries.md (Korean)

* New translations permission.md (Korean)

* New translations note-capture-events.md (Korean)

* New translations token.md (Korean)

* New translations 1.index.md (Korean)

* New translations create-plugin.md (Korean)

* New translations plugin-api-reference.md (Korean)

* New translations publish-on-your-website.md (Korean)
2023-12-27 12:38:56 +09:00

15 lines
484 B
Markdown

# Bot 만들기
[Misskey API](/docs/for-developers/api/)를 이용하여 Bot을 개발할 수 있습니다.
또한, 몇 가지 Bot 구현이 공개되어 있으니 참고하시기 바랍니다.
- [syuilo/ai](https://github.com/syuilo/ai) ... Node.js에서 동작하는 TypeScript로 만든 Bot 구현
봇을 만들 때는 프로필 설정에서 봇 플래그를 켜두는 것을 강력히 추천합니다.
## 관련 자료
- [Misskey API](/docs/for-developers/api/)
<MkIndex />