Skip to main content

Altcoin news to LinkedIn posts with DeepSeek AI & Google Sheets

Workflow preview

Workflow preview
100%
Altcoin news to LinkedIn posts with DeepSeek AI & Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Altcoin News to LinkedIn Posts with DeepSeek AI & Google Sheets Automate your daily crypto content creation and publishing using this n8n workflow. This automation fetches the latest altcoin news f...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.lmchatdeepseek, n8n-nodes-base.rssfeedread, n8n-nodes-base.function, n8n-nodes-base.interval, n8n-nodes-base.googlesheets, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Altcoin news to LinkedIn posts with DeepSeek AI & Google Sheets
Workflow name
Altcoin news to LinkedIn posts with DeepSeek AI & Google Sheets

Altcoin News to LinkedIn Posts with DeepSeek AI & Google Sheets

Automate your daily crypto content creation and publishing using this n8n workflow. This automation fetches the latest altcoin news from an RSS feed, rewrites it into LinkedIn-style posts using DeepSeek AI, stores it in Google Sheets, and schedules it for publishing—completely hands-free.

đź”§ Prerequisites

n8n instance (cloud or self-hosted)

DeepSeek AI or OpenAI API key

Google account with Sheets API enabled

RSS feed URL of your preferred altcoin news source

(Optional) LinkedIn API or scheduling tool

⚙️ Workflow Breakdown

Fetch RSS Feed – Retrieve altcoin news articles.

Filter Articles – Only select posts from today and containing keywords like "altcoin", "crypto", "defi", etc.

Rewrite with DeepSeek – Convert article into a LinkedIn-style post using a prompt template (includes Hook, Body, CTA).

Store in Google Sheets – Save the generated content into your sheet.

Post to LinkedIn (optional) – Schedule or publish via LinkedIn API or integration.

Setup

Connect RSS Feed: Set up the CoinDesk RSS feed to be fetched automatically.

API Keys: Add your DeepSeek AI API key to enable content generation.

Google Sheets: Link your Google Sheet to store both raw RSS data and AI-generated LinkedIn posts.

Scheduling: Set the time intervals for when the posts will be scheduled (e.g., every 6 hours).

Customization Instructions

**Change RSS Feed URL: ** Open the Fetch RSS Feed node.

Replace the current URL with your new RSS feed URL in the "URL" field.

**Change GPT Model: ** Open the DeepSeek Chat Model node.

Find the "Model" field and select your preferred model (e.g., gpt-4).

**Change Prompt: ** Open the DeepSeek Chat Model node.

Edit the prompt text in the "Prompt" field to customize the tone, content, or keywords.

**Change Wait Time: ** Open the Schedule Tweet node.

Adjust the "Wait Time" (in seconds) to your desired interval:

For 6 hours: 21600

For 1 hour: 3600

For 30 minutes: 1800

For 15 minutes: 900

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 - DeepSeek Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatDeepSeek - lmChatDeepSeek
Config choices
Version 1

Block 2 - Fetch RSS Feed

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

Block 3 - Filter Today & Script

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

Block 4 - Schedule Tweet

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

Block 5 - Post From Gpt

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 6 - Romove post after posting

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 7 - Covert to normal text

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

Block 8 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 9 - Sticky Note2

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

Block 10 - Loop Over Items

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

Block 11 - Store Raw Rss In A Sheet

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

Block 12 - Turn the rss into Linkedin post

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 13 - Store Refine Text

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 14 - Sticky Note

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

Block 15 - Sticky Note1

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

Block 16 - Sticky Note3

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

Block 17 - Post To LinkedIn

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

Block 18 - Wait For 3 Minute

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

Block 19 - Sticky Note4

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

Block 20 - Sticky Note5

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

Block 21 - Sticky Note6

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

Block 22 - Sticky Note7

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

3. Summary Table

Workflow Altcoin news to LinkedIn posts with DeepSeek AI & Google Sheets
Complexity advanced
Nodes 22
Categories Social Media, Multimodal AI
Author Lawal Ridwan
Published 23 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3668/3668.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 Altcoin news to LinkedIn posts with DeepSeek AI & Google Sheets do?

Altcoin News to LinkedIn Posts with DeepSeek AI & Google Sheets Automate your daily crypto content creation and publishing using this n8n workflow. This automation fetches the latest altcoin news f...

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.