https://github.com/ayushtiwari134/linkedin_agent
Automated LinkedIn post generation for projects using AI agents and CrewAI.
https://github.com/ayushtiwari134/linkedin_agent
ai-agents artificial-intelligence crewai deep-learning machine-learning python3
Last synced: 2 months ago
JSON representation
Automated LinkedIn post generation for projects using AI agents and CrewAI.
- Host: GitHub
- URL: https://github.com/ayushtiwari134/linkedin_agent
- Owner: ayushtiwari134
- Created: 2024-06-22T18:01:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T18:26:21.000Z (12 months ago)
- Last Synced: 2025-04-14T01:17:09.273Z (2 months ago)
- Topics: ai-agents, artificial-intelligence, crewai, deep-learning, machine-learning, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LinkedIn Post Generator with CrewAI
This project leverages CrewAI to automatically generate LinkedIn posts about projects. It consists of several components:
## Components
1. **Data Researcher Agent**
- Role: Finds and generates detailed information about the project.
- Goal: Provides content for LinkedIn posts, focusing on project details and creation process.2. **Post Writer Agent**
- Role: Writes LinkedIn posts based on the information provided by the Data Researcher Agent.
- Goal: Creates concise and engaging posts about the project.3. **Humanizer Agent**
- Role: Humanizes the LinkedIn posts generated by the Post Writer Agent.
- Goal: Adds personal touches, anecdotes, and real-life examples to increase engagement.## Tasks
- **Find Data Task**: Generates project information for LinkedIn posts.
- **Post Writing Task**: Writes LinkedIn posts about the project.
- **Humanizing Task**: Enhances LinkedIn posts with personal touches and anecdotes.## Description
This project automates the creation of LinkedIn posts for projects, enhancing efficiency and maintaining a personal touch with the help of AI-powered agents. It ensures posts are engaging, concise (100-200 words), and use emojis to enhance engagement.
## Usage
1. Clone the repository.
2. Install dependencies.
3. Run the project to generate LinkedIn posts automatically.Feel free to customize this `README.md` as needed for your project. Happy posting on LinkedIn!