n8n-nodes-bluesky
Version:
⚠️ PROOF OF CONCEPT - Bluesky nodes for n8n (unmaintained, use at own risk)
55 lines (36 loc) • 1.03 kB
Markdown
# n8n-nodes-bluesky


**⚠️ Use at your own risk** - Weekend project. Works, but zero guarantees.
Search Bluesky posts from n8n workflows.
## Install
```bash
npm install n8n-nodes-bluesky
```
Restart n8n.
## Setup
1. n8n → **Credentials** → **Bluesky App Password**
2. Add your handle + [app password](https://bsky.app/settings/app-passwords)
## Use
Add **Bluesky Search** node to workflow:
- **Query**: Search terms
- **Limit**: Max results (1-100)
- **Sort**: Latest or Top
- **Filters**: Author, domain, date range, etc.
## Example
```
Schedule → Bluesky Search (query: "n8n") → Email
```
## Test Locally
```bash
git clone <repo>
cd n8n-nodes-bluesky
npm install
npm run build
# Test API
BLUESKY_HANDLE=you.bsky.social BLUESKY_PASSWORD=xxxx npm test
# Run n8n with node
npm run dev # http://localhost:3000
```
## License
MIT - Do whatever you want, no warranties.