Skip to main content
This release is 1 version behind 0.1.1 — the latest version of @fedify/botkit. Jump to latest

@fedify/botkit@0.1.0-dev.55+dd8d9c9f
Built and signed on GitHub Actions

A framework for creating ActivityPub bots

This package works with Deno
This package works with Deno
JSR Score
88%
Published
2 months ago (0.1.0-dev.55+dd8d9c9f)
property CreateBotOptions.identifier

The internal identifier of the bot. Since it is used for the actor URI, it should not be changed after the bot is federated.

If omitted, "bot" will be used.

Type

Add Package

deno add jsr:@fedify/botkit

Import symbol

import { type CreateBotOptions } from "@fedify/botkit/bot";

---- OR ----

Import directly with a jsr specifier

import { type CreateBotOptions } from "jsr:@fedify/botkit/bot";