Skip to content

legendary0911/linkedin_ai_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Scraper

For 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages