This project uses CrewAI agents to generate SEO-optimized LinkedIn post options for AI topics targeted at mid-market companies.
- Multi-agent orchestration with CrewAI
- Topics generation, content writing, and SEO enhancement
- Uses OpenAI's GPT-4 via LangChain backend
git clone https://github.com/your-username/LinkedIn-Content_Generator.git
cd LinkedIn-Content_Generatorpython -m venv venv
.\venv\Scripts\Activate.ps1pip install -r requirements.txtcopy .env.example .envThen add your OpenAI key to .env:
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxx
python main.pyTopic Researcher: Suggests 3 LinkedIn post topicsContent Writer: Generates 3 post styles per topicSEO Enhancer: Optimizes posts with hashtags, links, and keywords
MIT
[]
(https://colab.research.google.com/drive/1Zqgp99DQV_b_UXlZU5R9Y0pMC8jxc7al?usp=sharing)