0.3.11 • Published 4 months ago

@skyware/bot v0.3.11

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
4 months ago

@skyware/bot

A framework for building bots on Bluesky.

Documentation

Features

  • Events: Receive and respond to events in real time with zero setup.
  • Rate Limiting: Automatically handle rate limits and caching.
  • High-level API: A simple, high-level API designed for ease of use.

Installation

npm install @skyware/bot

Example Usage

import { Bot } from "@skyware/bot";

const bot = new Bot();
await bot.login({ identifier: "···", password: "···" });

bot.on("reply", async (post) => {
    await post.reply({ text: "Thanks for replying to my post!" });
    await post.like();
    await post.author.follow();
})
0.3.9

4 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.8

8 months ago

0.3.7-beta.1

9 months ago

0.3.7

8 months ago

0.3.7-beta.0

9 months ago

0.3.6

9 months ago

0.3.5

9 months ago

0.3.4

9 months ago

0.3.0

11 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.3

10 months ago

0.1.8

1 year ago

0.1.9

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago