- Step1: Clone the GitHub repo and install Python dependencies via pip install -r requirements.txt
- Step2: Set environment variables for OPENAI_API_KEY and LinkedIn credentials (username, password)
- Step3: Run the agent script with commands like python linkedin_agent.py --connect --target [profile_url]
- Step4: Monitor generated messages and confirm actions via the CLI prompts
- Step5: For bulk outreach, prepare a CSV of LinkedIn URLs and use python linkedin_agent.py --bulk --file targets.csv
- Step6: Review logs and refine prompts or templates as needed