Skip to content

rgopalan01/LinkedIn-Content_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Content Generator

This project uses CrewAI agents to generate SEO-optimized LinkedIn post options for AI topics targeted at mid-market companies.

🚀 Features

  • Multi-agent orchestration with CrewAI
  • Topics generation, content writing, and SEO enhancement
  • Uses OpenAI's GPT-4 via LangChain backend

🛠️ Setup Instructions

1. Clone the Repo

git clone https://github.com/your-username/LinkedIn-Content_Generator.git
cd LinkedIn-Content_Generator

2. Create a Virtual Environment (Windows)

python -m venv venv
.\venv\Scripts\Activate.ps1

3. Install Dependencies

pip install -r requirements.txt

4. Create and Set Up Your .env File

copy .env.example .env

Then add your OpenAI key to .env:

OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxx

5. Run the Project

python main.py

🧠 Agents

  • Topic Researcher: Suggests 3 LinkedIn post topics
  • Content Writer: Generates 3 post styles per topic
  • SEO Enhancer: Optimizes posts with hashtags, links, and keywords

📄 License

MIT


🧪 Try it on Google Colab

[Open In Colab] (https://colab.research.google.com/drive/1Zqgp99DQV_b_UXlZU5R9Y0pMC8jxc7al?usp=sharing)

About

A multi-agent AI system using CrewAI to generate SEO-optimized LinkedIn posts for mid-market companies exploring AI. Powered by OpenAI GPT-4 and LangChain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors