📊HubSpot-LinkedIn Agent
An agent-based system that monitors HubSpot for recently modified contacts, fetches enriched data from LinkedIn, and updates HubSpot automatically.
Last updated
Was this helpful?
Was this helpful?
git clone https://github.com/mavericb/HubSpot-LinkedIn-AgentSync.git
cd HubSpot-LinkedIn-AgentSyncpip install -r requirements.txtpip install python-dotenv hubspot-api-client requests schedule phitouch .envHUBSPOT_ACCESS_TOKEN=your-private-app-token
RAPIDAPI_KEY=your-default-app-token
API_KEY=your-openai-compatible-key
BASE_URL=https://anura-testnet.lilypad.tech/api/v1 # Adjust for your provider
AGENT_MODEL=qwen2.5:7b # Adjust for your providerpython main.py