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
- Host: GitHub
- URL: https://github.com/juni-b-queer/create-bsky-bot
- Owner: juni-b-queer
- License: mit
- Created: 2024-04-25T21:07:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-17T21:51:08.000Z (11 months ago)
- Last Synced: 2024-10-03T17:48:29.288Z (8 months ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bluesky - create-bsky-bot - A `bunx` template to scaffold all the files for a bot built with bsky-event-handlers. Built in Typescript, meant for use with BunJS. (Other tools)
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)