a chatbot for Bluesky DMs
- Install deps with
pnpm - Add a
.envfile with the following:
BSKY_IDENTIFIER=
BSKY_PASSWORD=
OPENAI_API_KEY=
GPT_MODEL=
#PROMPT="Optional Prompt"
Then run pnpm start to start the bot.
To build the Docker image, run:
docker build -t yapper .docker run yapper