Skip to main content

Ai-powered social media amplifier

Workflow preview

Workflow preview
100%
Ai-powered social media amplifier preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Reach out to me for any setup help/consulting. Automate the curation and sharing of trending GitHub discussions from Hacker News to Twitter and LinkedIn. This work...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.markdown, n8n-nodes-base.filter, n8n-nodes-base.noop, n8n-nodes-base.airtable, n8n-nodes-base.linkedin, n8n-nodes-base.twitter

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mudit Juneja.

Original n8n.io source

1.1 Workflow description

Title
Ai-powered social media amplifier
Workflow name
Ai-powered social media amplifier

> Reach out to me for any setup help/consulting.

Automate the curation and sharing of trending GitHub discussions from Hacker News to Twitter and LinkedIn. This workflow leverages AI to generate engaging posts, streamlining your social media content creation and distribution.

How it Works

  1. Crawl Hacker News for GitHub Posts: The workflow fetches trending GitHub-related discussions from Hacker News.
  2. Extract Key Information: Relevant data such as post titles, URLs, and metadata are extracted and filtered to focus only on unposted content.
  3. Fetch Additional Details: For each GitHub post, the workflow retrieves extra information from the GitHub repository page to enrich the post content.
  4. Generate Social Media Posts: Using AI, the workflow automatically generates tailored posts for Twitter and LinkedIn based on the collected data.
  5. Post to Twitter & LinkedIn: The generated content is posted to your Twitter and LinkedIn accounts.
  6. Track and Log Posts: Each post is logged in Airtable for tracking, and its status is updated to ensure no duplicate posts are made.
  7. Telegram Notification: After posting, a summary of the posts is sent to your Telegram chat for real-time updates.

Requirements

  • n8n Account: Set up and configured. Sign up here.
  • API Credentials: Valid keys for LinkedIn, Twitter, Airtable, OpenAI, and Telegram.
  • Airtable Base: Configured with fields such as Title, URL, Post Content, Status, and Timestamp. Get started with Airtable.
  • Telegram Chat ID: For receiving real-time notifications.

Set Up Steps

  1. Clone the Workflow: Import the workflow into your n8n environment using the provided JSON.
  2. Configure API Credentials: Enter your API keys for LinkedIn, Twitter, Airtable, OpenAI, and Telegram into the respective nodes.
  3. Set Up Airtable Base: Create an Airtable base with fields such as Title, URL, Post Content, Status, and Timestamp.
  4. Customize Telegram Chat ID: Modify the 'Ping me' node with your Telegram chat ID to receive notifications.
  5. Run the Workflow: Activate the workflow to start the automated content curation and posting process.

Additional Resources

> Note: Chat GPT prompt should/can be tweaked in the step to give the desired behaviour.

Sample Posts from my X and LinkedIn -

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Crawl HN Home

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 2 - Extract Meta

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Filter Unposted Items

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - Visit GH Page

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 5 - Convert HTML To Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 6 - Filter Errored

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 7 - No Operation, do nothing

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 8 - Update X Status

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - LinkedIn

Type / Role
n8n-nodes-base.linkedIn - linkedIn
Config choices
Version 1

Block 10 - Update L Status

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 11 - Search Item

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 12 - Create Item

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 13 - X

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 2

Block 14 - Validate Generate Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 16 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 17 - Generate Content

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.7

Block 18 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Ping Me

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 23 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Wait for 5 mins before posting

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Ai-powered social media amplifier
Complexity advanced
Nodes 26
Categories Social Media, Multimodal AI
Author Mudit Juneja
Published 29 Dec 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2681/2681.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Ai-powered social media amplifier do?

Reach out to me for any setup help/consulting. Automate the curation and sharing of trending GitHub discussions from Hacker News to Twitter and LinkedIn. This work...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.