Block 1 - DeepSeek Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatDeepSeek - lmChatDeepSeek
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
@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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lawal Ridwan.
Original n8n.io sourceAutomate 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.
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
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.
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).
**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
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.
| 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 |
Use the JSON export at /data/workflows/3668/3668.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.