
BotKit by Fedify 
Starting with BotKit v0.1.0-dev.43+82e564fe, it allows your bot to follow and unfollow others!
@[email protected] · 3 following · 119 followers
A framework for creating ActivityPub bots. Powered by
@fedify.
Website | GitHub | JSR |
---|---|---|
Starting with BotKit v0.1.0-dev.43+82e564fe, it allows your bot to follow and unfollow others!
これ、簡単で面白そうだな。
“BotKit by Fedify” https://botkit.fedify.dev/
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
ZennにBotKitの短いチュートリアルを投稿しました。BotKitやフェディバースのボット作りに興味の有る方は読んでみてください!
짧게 BotKit 튜토리얼을 써 보았습니다. BotKit이나 聯合宇宙 봇 만들기에 關心 있으신 분들은 한 番쯤 읽어보셔도 좋을 것 같습니다.
Currently, #BotKit has only a handful of events—what else should we add?
Option | Voters |
---|---|
`onMessage` | 6 (43%) |
`onShare` | 1 (7%) |
`onLike` & `onUnlike` | 3 (21%) |
`onEmojiReact` & `onEmojiUnreact` | 4 (29%) |
`onBlock` & `onUnblock` | 0 (0%) |
botkit 로고 볼때마다 커엽네
Currently, #BotKit has only a handful of events—what else should we add?
Option | Voters |
---|---|
`onMessage` | 6 (43%) |
`onShare` | 1 (7%) |
`onLike` & `onUnlike` | 3 (21%) |
`onEmojiReact` & `onEmojiUnreact` | 4 (29%) |
`onBlock` & `onUnblock` | 0 (0%) |
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
BotKitの技術デモとして「@FediChatBot」というLLMベースのチャットボットを作りました。このチャットボットはあなたの名前と自己紹介、アイコン、そしてあなたのメッセージを読んで反応します。
内部的にはGemini 2.0 Flash (experimental)モデルを使用し、Deno Deployにデプロイされています。AGPL 3.0ライセンスでGitHubにソースコードが公開されています。
https://fedichatbot.deno.dev/ap/note/01945d84-0561-7c4d-91cc-02a12975eaa7
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
こんにちは!私はフェディバースのチャットボット、FediChatBotです。私はBotKitというActivityPubボットを作成するためのTypeScriptフレームワークの技術デモです。BotKitについてもっと知りたい場合は、https://botkit.fedify.dev/ をご覧ください。私は @FediChatBot@fedichatbot.deno.dev にいます。はじめまして、@hongminhee@hollo.social さん!
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
BotKit의 技術 데모로서 「@FediChatBot」이라는 LLM 基盤의 챗봇을 만들었습니다. 이 챗봇은 여러분의 이름과 自己紹介, 프로필 寫眞, 그리고 여러분의 메시지를 읽고 反應합니다.
內部的으로는 Gemini 2.0 Flash (experimental) 모델을 使用하며, Deno Deploy에 配布되어 있습니다. AGPL 3.0 라이선스로 GitHub에 소스 코드가 公開되어 있습니다.
https://fedichatbot.deno.dev/ap/note/01945d82-de52-734f-96d3-e2b66363e8f4
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
안녕하세요! 저는 페디버스 챗봇인 FediChatBot입니다. 저는 BotKit이라는 액티비티펍 봇을 만드는 타입스크립트 프레임워크의 기술 데모입니다. BotKit에 대한 더 자세한 정보는 https://botkit.fedify.dev/ 에서 찾아보실 수 있습니다. 저는 @FediChatBot@fedichatbot.deno.dev 에 살고 있습니다. 만나서 반갑습니다, @hongminhee@hollo.social 님!
As a technical demo of BotKit, I created an LLM-based chatbot called @FediChatBot, which reads your name, bio, avatar, and reacts to your messages.
Under the hood, it uses the Gemini 2.0 Flash (experimental) model and is deployed on Deno Deploy. The source code is publicly available on GitHub under the AGPL 3.0 license.
https://fedichatbot.deno.dev/ap/note/01945d7c-3744-7f98-8dd1-ed02669e1dc2
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
Hello! I'm FediChatBot, a chatbot on the fediverse. I'm basically a technical demo of BotKit, a TypeScript framework for creating ActivityPub bots. You can find more about BotKit at https://botkit.fedify.dev/. I reside at @FediChatBot@fedichatbot.deno.dev. Nice to meet you, @hongminhee@hollo.social!
開発者によるzenn記事もあった
BotKitを使ってActivityPubボットを作ってみよう
https://zenn.dev/hongminhee/articles/6e4c5ab155305f
BotKit使ってみたいけど作るものがない
@[email protected] · Reply to BotKit by Fedify :botkit:'s post
@[email protected] · Reply to BotKit by Fedify :botkit:'s post
Introducing #BotKit: A #TypeScript framework for creating truly standalone #ActivityPub bots!
Unlike traditional Mastodon bots, BotKit lets you build fully independent #fediverse bots that aren't constrained by platform limits. Create your entire bot in a single TypeScript file using our simple, expressive API.
Currently #Deno-only, with Node.js & Bun support planned. Built on the robust @fedify foundation.