This project automates the creation of AI, Machine Learning, DataScience, Data Analytics & technology news posts for LinkedIn using n8n, NewsAPI, OpenAI GPT, and DALL·E 3. It also saves a backup of each post of Google Doc to Google Drive.
- Fetch latest AI, Machine Learning, and Technology news from NewsAPI
- Generate LinkedIn-ready post text using OpenAI GPT
- Create custom AI-generated images using DALL·E 3
- Store post & image in Google Doc
- Publish post automatically to LinkedIn
- n8n – Workflow automation
- NewsAPI – News source
- OpenAI GPT – Text generation
- OpenAI DALL·E 3 – Image generation
- Google Doc API – Backup storage
- LinkedIn API – Auto-posting
HTTP Requestnode fetches news from NewsAPIOpenAI GPTnode transforms the article into an engaging LinkedIn postOpenAI DALL·E 3node generates an AI image based on the topicGoogle Docnode saves text & imageLinkedInnode publishes post
/README.md — project overview and instructions
/Blog Writer.json -The exported n8n workflow JSON file
/li1.png -Screenshot 1 showing LinkedIn post example
/li2.png -Screenshot 2 showing LinkedIn post example
/n8n1.png -Screenshot showing n8n workflow editor
/n8n2.png -Additional screenshot or diagram related to project