The linkedin-ai-agent is an AI-driven tool that automates LinkedIn engagement using OpenAI. It can perform tasks such as sending connection requests, messages, and interacting with posts.
- Automated LinkedIn engagement
- Customizable interaction settings
- Integration with OpenAI for natural language processing
- Clone the repository:
git clone https://github.com/cordz-del/linkedin-ai-agent.git cd linkedin-ai-agent - Set up a virtual environment:
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
- Install dependencies:
pip install -r requirements.txt
- Set environment variables (replace with actual credentials):
export LINKEDIN_USERNAME="your_email@example.com" export LINKEDIN_PASSWORD="your_password" export OPENAI_API_KEY="your_openai_api_key"
- Run the application:
python app.py
AI agent that automates LinkedIn engagement using OpenAI.
git clone https://github.com/your-username/linkedin-ai-agent.git
cd linkedin-ai-agentpython -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`pip install -r requirements.txtexport LINKEDIN_USERNAME="your_email@example.com"
export LINKEDIN_PASSWORD="your_password"
export OPENAI_API_KEY="your_openai_api_key"python scheduler.py- Use AWS Lambda, Google Cloud Functions, or DigitalOcean.
- Alternatively, run it on a VPS (Ubuntu/Debian) with a screen session:
screen -S linkedin-bot
python scheduler.pyNow, the AI agent will run continuously in the background! 🚀