Skip to content

bradganley/yapper

 
 

Repository files navigation

yapper

a chatbot for Bluesky DMs

Setup

  1. Install deps with pnpm
  2. Add a .env file with the following:
BSKY_IDENTIFIER=
BSKY_PASSWORD=
OPENAI_API_KEY=
GPT_MODEL=
#PROMPT="Optional Prompt"

Then run pnpm start to start the bot.

Running the Project with Docker

Build the Docker Image

To build the Docker image, run:

docker build -t yapper .

Run it

docker run yapper

About

a chatbot for Bluesky DMs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.1%
  • Dockerfile 4.9%