jawerty / linkedin-cupid

Matching LinkedIn profiles together for dating compatibility (LLM + Puppeteer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linkedin-cupid

A script that uses an LLM (Llama2) and Browser Automation to match LinkedIn profiles together for dating compatibility.

This was built during this livestream

Setup (required)

Get all the packages

$ npm install

add a config.json. You need a linkedin account and a runpod API KEY

{
	"username": "linkedin username/email",
	"password": "linkedin password",
	"API_KEY": "runpod.io API KEy"
}

How to run

$ node main.js

About

Matching LinkedIn profiles together for dating compatibility (LLM + Puppeteer)


Languages

Language:JavaScript 100.0%