Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muench-dev/n8n-nodes-bluesky
Bluesky Nodes for n8n
https://github.com/muench-dev/n8n-nodes-bluesky
bluesky n8n n8n-community-node-package n8n-node n8n-nodes
Last synced: about 1 month ago
JSON representation
Bluesky Nodes for n8n
- Host: GitHub
- URL: https://github.com/muench-dev/n8n-nodes-bluesky
- Owner: muench-dev
- License: mit
- Created: 2024-11-25T16:32:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T09:44:35.000Z (about 1 month ago)
- Last Synced: 2024-12-09T10:37:15.961Z (about 1 month ago)
- Topics: bluesky, n8n, n8n-community-node-package, n8n-node, n8n-nodes
- Language: TypeScript
- Homepage:
- Size: 1.54 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)
# n8n-nodes-bluesky
This repository contains the code for the n8n nodes that interact with the [Bluesky API](https://docs.bsky.app/docs/category/http-reference).
## Installation
```bash
pnpm install @muench-dev/n8n-nodes-bluesky
```In n8n community edition, you can install the nodes in the settings page.
## Features
- User
- Block User
- Get Profile
- Mute User
- Un-mute User
- Feed
- Get Author Feed
- Get Timeline of current user
- Post
- Create Post
- Like
- Unlike
- Repost
- Delete Repost## Screenshots
![images](.github/images/screenshot_20241128_174932.png)
## Use Cases
### RSS Feed to Bluesky
You can use the RSS Trigger node to get the latest posts from an RSS feed and then use the Create Post node to post them to Bluesky.
![images](.github/images/use_case_rss_trigger_overview.png)
Use Open Graph Tags to get the image and description of the post.
![images](.github/images/use_case_rss_trigger_node_details.png)