https://github.com/legendary0911/linkedin_ai_agent
https://github.com/legendary0911/linkedin_ai_agent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/legendary0911/linkedin_ai_agent
- Owner: legendary0911
- Created: 2024-05-06T08:52:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T09:13:38.000Z (11 months ago)
- Last Synced: 2024-05-07T09:52:48.518Z (11 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - legendary0911/linkedin_ai_agent - (Python)
README
## LnkedIn AI Agent
Creating an AI Agent that can automate creating posts and posting it on Linkedin using -
* Crew AI
* Llama 3
* Groq
* Selenium
* Beautifulsoup
* Linkedin ScraperFor running the -
1. Clone it and install all the dependencies in the requirement.txt file
2. Create a .env file with the following
```
OPENAI_API_KEY = "open ai key"
OPENAI_API_BASE = "api base url"
OPENAI_MODEL_NAME = "model name"
MISTRAL_API_KEY = "mistral api key"
SERPER_API_KEY = " serper dev api key"
LINKEDIN_EMAIL = "your linkedin email"
LINKEDIN_PASSWORD = "your linkedin password"
LINKEDIN_PROFILE_NAME = "profile name" #profile you want to copy the writing style from
```
3. Run main.py