An AI-powered agent for automated LinkedIn data collection and analysis.
- Clone the repository:
git clone https://github.com/yourusername/ai-agent.git
cd ai-agent- Create and activate a virtual environment:
python -m venv ai-agent_env
source ai-agent_env/bin/activate # On Windows: ai-agent_env\Scripts\activate- Install dependencies:
pip install -r requirements.txt- Configure the application:
cp config.template.py config.pyThen edit config.py with your LinkedIn credentials and preferences.
- Never commit your config.py file as it contains sensitive information
- The repository includes config.template.py as a template
- Your actual config.py is ignored by git for security
Run the main script:
python main.pyRun the test suite:
python test.py- Automated LinkedIn profile data extraction
- AI-powered navigation and decision making
- Human-like behavior simulation
- Rate limiting and anti-detection measures
- Data export in CSV and JSON formats