An open API service indexing awesome lists of open source software.

https://github.com/juni-b-queer/create-bsky-bot

Simple command for scaffolding a new bsky bot with bsky-event-handlers
https://github.com/juni-b-queer/create-bsky-bot

Last synced: about 2 months ago
JSON representation

Simple command for scaffolding a new bsky bot with bsky-event-handlers

Awesome Lists containing this project

README

        

# Create Bsky Bot

Simple command for scafolding a new bsky bot with bsky-event-handlers

## Usage

```bash
bunx create-bsky-bot --template default
```

The final prompt will ask if you also want to include a github action workflow to build and publish your docker containers

### Available templates:

**default** : includes basic code for jetstream and interval subscriptions

**jetstream**: includes basic code for jetstream subscription

**interval**: includes basic code for jetstream subscription

For more bsky-event-handler information, see the docs [here](https://github.com/juni-b-queer/bsky-event-handlers)