n8n-nodes-bluesky
v0.0.1-alpha
Published
⚠️ PROOF OF CONCEPT - Bluesky nodes for n8n (unmaintained, use at own risk)
Downloads
204
Maintainers
Readme
n8n-nodes-bluesky
⚠️ Use at your own risk - Weekend project. Works, but zero guarantees.
Search Bluesky posts from n8n workflows.
Install
npm install n8n-nodes-blueskyRestart n8n.
Setup
- n8n → Credentials → Bluesky App Password
- Add your handle + app password
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") → EmailTest Locally
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:3000License
MIT - Do whatever you want, no warranties.
