https://github.com/skiniks/adopt-a-pet-bot
Adopt a Pet 🤖 is a serverless Bluesky bot that posts an adoptable animal every 30 minutes to @adoptapet.bsky.social
https://github.com/skiniks/adopt-a-pet-bot
atproto bluesky bluesky-bot javascript typescript
Last synced: 10 days ago
JSON representation
Adopt a Pet 🤖 is a serverless Bluesky bot that posts an adoptable animal every 30 minutes to @adoptapet.bsky.social
- Host: GitHub
- URL: https://github.com/skiniks/adopt-a-pet-bot
- Owner: skiniks
- License: mit
- Created: 2023-08-24T16:34:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T05:08:59.000Z (29 days ago)
- Last Synced: 2025-03-25T11:39:14.897Z (27 days ago)
- Topics: atproto, bluesky, bluesky-bot, javascript, typescript
- Language: TypeScript
- Homepage: https://adoptapet.bsky.social
- Size: 703 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adopt a Pet Bluesky Bot
A serverless bot that shares adoptable pets from Petfinder to [@adoptapet.bsky.social](https://adoptapet.bsky.social) on Bluesky. The bot fetches random pets from the Petfinder API every 30 minutes, helping to increase visibility for pets in need of homes.
## Configuration
Required environment variables:
```
BSKY_PASSWORD=your_bsky_password
BSKY_USERNAME=your_bsky_username
PETFINDER_API_KEY=your_petfinder_api_key
PETFINDER_API_SECRET=your_petfinder_secret
```## Deployment
The bot is hosted on Vercel with a cron job scheduled to run every 30 minutes, as defined in `vercel.json`.
## License
MIT License - see the [LICENSE](LICENSE) file for details.