Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

Repository files navigation

Skyware

@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";constbot=newBot();awaitbot.login({identifier: "···",password: "···"});bot.on("reply",async(post)=>{awaitpost.reply({text: "Thanks for replying to my post!"});awaitpost.like();awaitpost.author.follow();})

About

A framework for building bots on Bluesky.

Resources

Stars

83 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages