https://github.com/mozzius/yapper
a chatbot for Bluesky DMs
https://github.com/mozzius/yapper
atproto bluesky
Last synced: 9 days ago
JSON representation
a chatbot for Bluesky DMs
- Host: GitHub
- URL: https://github.com/mozzius/yapper
- Owner: mozzius
- Created: 2024-05-17T15:13:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T00:49:49.000Z (4 months ago)
- Last Synced: 2025-04-06T05:02:19.389Z (16 days ago)
- Topics: atproto, bluesky
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 26
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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=
```Then run `pnpm start` to start the bot.