ilml-plugin-linkedin 1.20.11 → 1.20.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/applyQueue.mjs +26 -26
- package/dist/connect.mjs +52 -52
- package/dist/daily.mjs +33 -33
- package/dist/enrichProfile.mjs +16 -16
- package/dist/enrichProfiles.mjs +51 -51
- package/dist/funnelRunner.mjs +44 -44
- package/dist/messageBot.mjs +40 -40
- package/dist/migrationCli.mjs +43 -43
- package/dist/profileHistory.mjs +8 -8
- package/dist/quota.mjs +32 -32
- package/dist/readPost.mjs +9 -9
- package/dist/run.mjs +69 -66
- package/dist/scout.mjs +40 -39
- package/dist/src/saveLoginState.mjs +4 -4
- package/dist/syncAll.mjs +87 -87
- package/dist/syncConnections.mjs +30 -30
- package/dist/verifyAbout.mjs +19 -19
- package/dist/version.mjs +1 -1
- package/dist/viewers.mjs +43 -43
- package/dist/visit.mjs +50 -50
- package/dist/warmScan.mjs +3 -3
- package/ilml-plugin.json +11 -2
- package/package.json +2 -2
package/dist/enrichProfiles.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Pn=Object.defineProperty;var W=(e,t)=>()=>(e&&(t=e(e=0)),t);var pe=(e,t)=>{for(var n in t)Pn(e,n,{get:t[n],enumerable:!0})};import R from"fs";import q from"path";function Oe(){let e=process.env.ILML_SCOPE_DIR;return e?q.join(e,"plugins-state","linkedin","cookies.json"):Fn}function Mn(){let e=Oe(),t=q.dirname(e);return t&&t!=="."&&!R.existsSync(t)&&R.mkdirSync(t,{recursive:!0}),e}function St(e){let t=Mn();return R.writeFileSync(t,JSON.stringify(e)),t}function vt(){let e=Oe();if(!R.existsSync(e))throw new Error(`Cookies not found at ${e}. Run: ilml linkedin login`);let t;try{t=R.readFileSync(e,"utf-8")}catch(o){throw new Error(`Failed to read cookies at ${e}: ${o.message}. Run: ilml linkedin login`)}let n;try{n=JSON.parse(t)}catch{throw new Error(`Cookies file at ${e} is corrupted (invalid JSON). Run: ilml linkedin login`)}if(!Array.isArray(n)||n.length===0)throw new Error(`Cookies file at ${e} is empty or not an array. Run: ilml linkedin login`);return n}function kt(){return R.existsSync(Oe())}function Un(){let e=process.env.ILML_SCOPE_DIR;return e?q.join(e,"plugins-state","linkedin"):"."}function Ct(e){let t=String(e||"").replace(/[^a-zA-Z0-9_.-]/g,"_").slice(0,80);return/[a-zA-Z0-9]/.test(t)?t:"default"}function qn(){let e=process.env.MY_LINKEDIN_URL,t=e&&e.match(/\/in\/([^/?#]+)/);return t&&t[1]?Ct(t[1]):"default"}function xt(e){let t=process.env.LINKEDIN_CHROME_PROFILE_DIR;if(t)return R.existsSync(t)||R.mkdirSync(t,{recursive:!0}),q.resolve(t);let n=Ct(e||qn()),o=q.join(Un(),"chrome-profile",n);return R.existsSync(o)||R.mkdirSync(o,{recursive:!0}),q.resolve(o)}function At(e){return!R.existsSync(q.join(e,Et))}function _t(e){try{R.writeFileSync(q.join(e,Et),new Date().toISOString())}catch{}}function $t(e){let t=0;for(let n of["SingletonLock","SingletonCookie","SingletonSocket"])try{R.rmSync(q.join(e,n),{force:!0}),t++}catch{}return t}var Fn,Et,Ee=W(()=>{Fn="cookies.json";Et=".ilml-seeded"});async function k(e){let t=Math.floor(Math.random()*2001),n=e+t;return new Promise(o=>setTimeout(o,n))}async function Bn(e,t,{timeout:n=45e3,poll:o=1e3,label:r="page"}={}){let s=Date.now();for(;Date.now()-s<n;){try{if(await e.evaluate(l=>!!document.querySelector(l),t)){let l=Date.now()-s;return l>6e3&&console.log(` (waited ${Math.round(l/1e3)}s for LinkedIn to finish loading ${r})`),!0}}catch{}await new Promise(i=>setTimeout(i,o))}return!1}function Hn(e){return Rt.test(e||"")}async function Vn(e,{credentialWaitMs:t=36e4,label:n="page"}={}){console.log(` \u26A0 Auth wall on ${n} \u2014 attempting self-recovery (cookies may just need a refresh)...`);try{await e.goto("https://www.linkedin.com/feed/",{waitUntil:"domcontentloaded",timeout:6e4})}catch{}let o=!!(process.stdin&&process.stdin.isTTY),r=o?t:Math.min(t,45e3),s=Date.now(),i=!1;for(;Date.now()-s<r;){let a="wait";try{a=await e.evaluate(u=>!new RegExp(u).test(location.href)&&document.querySelector("#global-nav, nav.global-nav")?"in":document.querySelector('input#username, input[name="session_key"], input#password')?"creds":"wait",Rt.source)}catch{}if(a==="in"){try{let u=await e.cookies();if(Array.isArray(u)&&u.some(m=>m.name==="li_at")){let m=St(u);console.log(` \u2713 Session recovered \u2014 re-saved ${u.length} cookies (${m}).`)}else console.log(" \u2713 Session recovered (kept existing cookie snapshot \u2014 refreshed set had no li_at).")}catch(u){console.log(` \u2713 Session recovered (cookie re-save skipped: ${u.message}).`)}return!0}if(a==="creds"){if(!o){let u=new Error(`Session expired (${n}) \u2014 credentials required and no interactive terminal. Run: ilml linkedin login`);throw u.code="SESSION_EXPIRED",u}i||(i=!0,console.log(`
|
|
2
2
|
\u26A0 LinkedIn is asking for your login + password (cookies not enough this time).`),console.log(" \u2192 Sign in MANUALLY in the browser window that is already open."),console.log(` I will wait and resume automatically \u2014 do NOT close the window or re-run the command.
|
|
3
|
-
`))}await new Promise(c=>setTimeout(c,2500))}let l=new Error(`Session expired (${n}) \u2014 not signed in within the wait window. Run: ilml linkedin login`);throw l.code="SESSION_EXPIRED",l}async function Ae(e,{readySelector:t,label:n="page",timeout:o=45e3}={}){let r=await Pn(e,t,{timeout:o,label:n});if(!r&&Mn(e.url())){let s=new Error(`Session expired (${n}) \u2014 redirected to login. Run: ilml linkedin login`);throw s.code="SESSION_EXPIRED",s}return r}async function je(e,t,{readySelector:n,label:o="page",timeout:r=45e3,gotoTimeout:s=6e4,autoRecover:i=!0}={}){await e.goto(t,{waitUntil:"domcontentloaded",timeout:s});try{return await Ae(e,{readySelector:n,label:o,timeout:r})}catch(l){if(i&&l.code==="SESSION_EXPIRED"){await qn(e,{label:o});try{await e.goto(t,{waitUntil:"domcontentloaded",timeout:s})}catch{}return await Ae(e,{readySelector:n,label:o,timeout:r})}throw l}}async function Rt(e){return await e.evaluate(()=>{let t=document.querySelectorAll("div.artdeco-modal--is-open");for(let o of t){let r=o.innerText||"",s=r.includes("Premium")||r.includes("premium")||r.includes("Upgrade")||r.includes("upgrade"),i=r.includes("Try for")||r.includes("free trial")||r.includes("/month")||r.includes("per month")||r.includes("Start my")||r.includes("Subscribe"),l=r.includes("Get hired faster")||r.includes("Get hired 2x");if(s||i||l){let a=o.querySelector('button[aria-label="Dismiss"]')||o.querySelector("button.artdeco-modal__dismiss")||o.querySelector("button[data-test-modal-close-btn]");if(a)return a.click(),{dismissed:!0,matched:r.substring(0,80)};let c=o.querySelectorAll("button");for(let u of c){let d=u.innerText?.trim().toLowerCase()||"",m=u.getAttribute("aria-label")?.toLowerCase()||"";if(d==="not now"||d==="no thanks"||d==="dismiss"||m.includes("dismiss"))return u.click(),{dismissed:!0,matched:r.substring(0,80)}}}}let n=document.querySelector(".premium-upsell-link")||document.querySelector("[data-test-premium-upsell]")||document.querySelector(".premium-hub-upsell");if(n){let o=n.closest('[class*="modal"]')?.querySelector('button[aria-label="Dismiss"]')||n.closest('[class*="banner"]')?.querySelector('button[aria-label="Close"]');if(o)return o.click(),{dismissed:!0,matched:"premium-banner"}}return!1})}var Tt,pe=X(()=>{xe();Tt=/\/authwall|\/login|\/checkpoint|\/uas\/login/});import{getPluginConfig as Un}from"@ilivemylife/graph-sdk";var Bn,Vn,Z,Jr,Hn,Ne=X(async()=>{Bn=await Un();for(let[e,t]of Object.entries(Bn))process.env[e]===void 0&&(process.env[e]=t);Vn=process.env.LINKEDIN_NAME,Z=Object.freeze({DRAFT:"draft",CONFIRMED:"confirmed",REJECTED:"rejected",NEEDS_REVIEW:"needs_review",SENT:"sent"}),Jr=Object.freeze(new Set([Z.DRAFT,Z.CONFIRMED,Z.NEEDS_REVIEW])),Hn=Object.freeze(new Set([Z.DRAFT,Z.CONFIRMED,Z.REJECTED,Z.NEEDS_REVIEW]))});import"dotenv/config";import*as C from"fs";import*as A from"path";import{fileURLToPath as eo}from"url";function Gt(){ce=null,oo=null,ro=null,ae=null,so=null,io=null}function qe(){C.existsSync(U)||C.mkdirSync(U,{recursive:!0})}function Ue(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";C.writeFileSync(o,n);for(let r=0;r<3;r++)try{C.renameSync(o,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function Be(e,t){if(!C.existsSync(e))return null;try{let n=JSON.parse(C.readFileSync(e,"utf-8"));try{C.copyFileSync(e,e+".backup")}catch{}return n}catch(n){console.error(`[!] ${t} is corrupted: ${n.message}`),console.error(` File: ${A.resolve(e)}`);let o=e+".backup";if(C.existsSync(o))try{let r=JSON.parse(C.readFileSync(o,"utf-8"));console.error(` Restored from ${o}`);try{C.copyFileSync(o,e)}catch{}return r}catch{console.error(" Backup also corrupted!")}console.error(` Starting with empty data. Old file preserved as ${e}.corrupted`);try{C.copyFileSync(e,e+".corrupted")}catch{}return null}}function lo(){return new Date().toISOString().split("T")[0]}function ee(e){if(!e)return null;let t=e.match(/\/in\/([^/?#]+)/);return t?t[1].toLowerCase():null}function Bt(e){return typeof e=="string"?e.replace(/\s+/g," ").trim().toLowerCase():""}function Yt(e,t,n=null){if(!t||e[t])return t;let o=ee(t);if(!o)return t;let r=null;for(let[s,i]of Object.entries(e)){if(ee(i.profileUrl||s)===o)return s;!r&&Array.isArray(i.aliases)&&i.aliases.includes(o)&&(r=s)}if(r){let s=Bt(n),i=Bt(e[r].name);if(s&&i&&s===i)return r}return t}function uo(){C.existsSync(Me)||C.mkdirSync(Me,{recursive:!0})}function Kt(e){let t=ee(e);return t?A.join(Me,`${t}.json`):null}function fo(e){let t=Kt(e);return t?Be(t,`profile-history/${ee(e)}.json`)||[]:[]}function mo(e,t){let n=Kt(e);if(!n)return;uo();let o=fo(e);o.unshift(t);try{Ue(n,o)}catch(r){console.error(`[!] Failed to append profile-history for ${ee(e)}: ${r.message}`)}}function Vt(e){return!!(e==null||Array.isArray(e)&&e.length===0||typeof e=="string"&&!e.trim())}function Ht(e){return Array.isArray(e)?[...e].map(t=>String(t).trim()).sort().join("||"):typeof e=="string"?e.replace(/\s+/g," ").trim():e}function po(e,t){if(!e)return[];let n=[];for(let o of co){let r=e[o],s=t[o];Vt(r)||Vt(s)||Ht(r)!==Ht(s)&&n.push(o)}return n}function ho(e){let t=new Set(["seenCount","sources","firstSeen","lastSeen","lastUpdated","encounters","jobIds","lastFullVisitAt","lastSnapshotAt","messageSent","connectionStatus","connectionDate","connectionMethod"]),n={};for(let[o,r]of Object.entries(e))t.has(o)||(n[o]=r);return n}function W(){return ce||(qe(),ce=Be(Pe,"people.json")||{},ce)}function zt(e){qe(),ce=e;try{Ue(Pe,e)}catch(t){console.error(`[!] Failed to save people.json: ${t.message}`),console.error(` Path: ${A.resolve(Pe)}`)}}function Ve(){return ae||(qe(),ae=Be(Wt,"conversations.json")||{},go(ae),ae)}function go(e){let t=0;for(let n of Object.values(e)){if(!(n.draftStatus!==void 0||n.draftPreparedAt!==void 0))continue;let r=(n.messages||[]).find(s=>s.status==="draft");r&&n.draftStatus&&n.draftStatus!=="pending"&&(r.status=n.draftStatus),delete n.draftStatus,delete n.draftPreparedAt,t++}if(t>0){console.log(` [migration] Moved draft state from conv to msg.status for ${t} conversations`);try{Ue(Wt,e)}catch{}}}function He(e,t={}){if(!e)return null;let n=W(),o=lo(),r=new Date().toISOString(),s=Yt(n,e,t.name),i=n[s];if(i){let l=po(i,t);l.length>0&&(mo(s,{capturedAt:r,previousLastUpdated:i.lastUpdated||null,changedFields:l,snapshot:ho(i)}),i.lastSnapshotAt=r),i.seenCount=(i.seenCount||1)+1,i.lastSeen=o,i.lastUpdated=r,t.source&&!i.sources?.includes(t.source)&&(i.sources=i.sources||[],i.sources.push(t.source));for(let a of ao)if(t[a]!=null){if(Array.isArray(t[a])&&t[a].length===0&&Array.isArray(i[a])&&i[a].length>0)continue;i[a]=t[a]}Array.isArray(t.availableSections)&&(i.lastFullVisitAt=r)}else n[s]={name:t.name||null,title:t.title||null,location:t.location||null,company:t.company||null,about:t.about||null,connectionDegree:t.connectionDegree||null,connectionsCount:t.connectionsCount||null,mutualConnections:t.mutualConnections||null,photoUrl:t.photoUrl||null,hasVerifiedBadge:t.hasVerifiedBadge||!1,currentCompany:t.currentCompany||null,currentSchool:t.currentSchool||null,connectionsLevel:t.connectionsLevel||null,mutualConnectionsCount:t.mutualConnectionsCount||null,followers:t.followers||null,openToWork:t.openToWork||!1,hiring:t.hiring||!1,topSkills:t.topSkills||null,availableSections:t.availableSections||null,experience:t.experience||null,featuredLinks:t.featuredLinks||null,_lastEnrichedAt:t._lastEnrichedAt||null,featured:t.featured||null,education:t.education||null,skillsFull:t.skillsFull||null,recommendations:t.recommendations||null,certifications:t.certifications||null,firstSeen:o,lastSeen:o,seenCount:1,sources:t.source?[t.source]:[],connectionStatus:null,requestedConnectionAt:null,connectionDate:null,connectionMethod:null,messageSent:null,jobIds:[],lastUpdated:r,lastSnapshotAt:null,lastFullVisitAt:Array.isArray(t.availableSections)?r:null};return zt(n),n[s]}function We(e,t,n={}){if(n.dryRun||!e||!t)return;let o=ee(t);if(!o)return;let r=W(),s=Yt(r,e),i=r[s];if(!i)return;let l=ee(i.profileUrl||s);o!==l&&(Array.isArray(i.aliases)||(i.aliases=[]),i.aliases.includes(o)||(i.aliases.push(o),i.lastUpdated=new Date().toISOString(),zt(r)))}var to,no,U,Pe,ms,ps,Wt,hs,gs,Me,Jt,ys,ws,ce,oo,ro,ae,so,io,ao,co,ye=X(async()=>{await Ne();to=eo(import.meta.url),no=A.dirname(A.dirname(to)),U=process.env.DATA_DIR?A.resolve(process.env.DATA_DIR,"collected-profiles"):A.join(no,"collected-profiles"),Pe=A.join(U,"people.json"),ms=A.join(U,"jobs.json"),ps=A.join(U,"quota.json"),Wt=A.join(U,"conversations.json"),hs=A.join(U,"sync-state.json"),gs=A.join(U,"application-questions.json"),Me=A.join(U,"profile-history"),Jt=(e,t)=>{let n=parseInt(e,10);return Number.isInteger(n)&&n>=0?n:t},ys=Jt(process.env.CONNECT_MAX_DAILY,20),ws=Jt(process.env.CONNECT_MAX_WEEKLY,100),ce=null,oo=null,ro=null,ae=null,so=null,io=null;ao=["name","title","location","company","connectionDegree","connectionsCount","mutualConnections","photoUrl","hasVerifiedBadge","about","currentCompany","currentSchool","connectionsLevel","mutualConnectionsCount","followers","openToWork","hiring","topSkills","availableSections","experience","featuredLinks","_lastEnrichedAt","featured","education","skillsFull","recommendations","certifications"],co=["name","title","location","currentCompany","currentSchool","connectionDegree","hasVerifiedBadge","openToWork","hiring","about","topSkills"]});var Qt={};me(Qt,{extractCertificationsFromDetails:()=>vo,extractEducationFromDetails:()=>bo,extractExperienceFromDetails:()=>yo,extractFeaturedFromDetails:()=>wo,extractRecommendationsFromDetails:()=>ko,extractSkillsFromDetails:()=>So});async function yo(e,t){let n=t.replace(/\/+$/,"")+"/details/experience/";try{await e.goto(n,{waitUntil:"domcontentloaded",timeout:6e4}),await Ae(e,{readySelector:"main .pvs-list, .scaffold-layout__main, main.scaffold-layout__main, section.artdeco-card",label:"experience details"}),await v(1e3);for(let r=0;r<5;r++)await e.evaluate(()=>window.scrollTo(0,document.body.scrollHeight)),await v(900);await v(1e3);let o=0;for(;o<5&&await e.evaluate(()=>{for(let s of document.querySelectorAll("button"))if(/^Load more$/i.test((s.textContent||"").trim()))return s.click(),!0;return!1});)o++,await v(1500),await e.evaluate(()=>window.scrollTo(0,document.body.scrollHeight)),await v(700);return await e.evaluate(()=>{let r=document.querySelector("main");if(!r)return[];function s(c){let u=[];for(let d of c.querySelectorAll("div")){let m=Array.from(d.children).filter(x=>x.tagName==="DIV");if(m.length<3)continue;let h=m.filter(x=>(x.textContent||"").trim().length>50);h.length<3||(d.textContent||"").length<500||u.push({el:d,count:h.length,totalText:(d.textContent||"").length})}return u.sort((d,m)=>m.count-d.count||d.totalText-m.totalText),u[0]?.el}let i=s(r);if(!i)return[];let l=Array.from(i.children).filter(c=>c.tagName==="DIV").filter(c=>(c.textContent||"").trim().length>50);function a(c){let u=c[0]||null,d=null,m=null;if(c[1]){let g=c[1].split("\xB7").map(R=>R.trim());d=g[0]||null,g[1]&&(m=g[1])}let h=c.findIndex(g=>/(\d{4}|present)/i.test(g)&&/(-|–|—)/i.test(g)&&g.length<80),x=null,S=null;if(h>=0){let g=c[h].split("\xB7").map(R=>R.trim());x=g[0]||null,g[1]&&(S=g[1])}let E=null,K=-1;if(h>=0&&c[h+1]){let g=c[h+1],R=/^[>*\-•]|^>/.test(g),fe=/https?:\/\//.test(g),ie=/\d{4}/.test(g),le=/,/.test(g)||/\bArea\b|\bRegion\b|\bProvince\b|\bCountry\b|, [A-Z]{2}\b/.test(g);!R&&!fe&&!ie&&g.length<100&&le&&(E=g,K=h+1)}let z=null,Te=-1,k=c[c.length-1];if(k&&/and\s+\+\d+\s+skills?$/i.test(k)){Te=c.length-1;let g=k.match(/^(.+?)\s+and\s+\+(\d+)\s+skills?$/i);g&&(z={listed:g[1].split(",").map(R=>R.trim()),additional:parseInt(g[2],10)})}let ue=new Set([0,1,h,K,Te].filter(g=>g>=0)),V=c.filter((g,R)=>!ue.has(R)),Q=V.length>0?V.join(`
|
|
3
|
+
`))}await new Promise(u=>setTimeout(u,2500))}let l=new Error(`Session expired (${n}) \u2014 not signed in within the wait window. Run: ilml linkedin login`);throw l.code="SESSION_EXPIRED",l}async function It(e,{readySelector:t,label:n="page",timeout:o=45e3}={}){let r=await Bn(e,t,{timeout:o,label:n});if(!r&&Hn(e.url())){let s=new Error(`Session expired (${n}) \u2014 redirected to login. Run: ilml linkedin login`);throw s.code="SESSION_EXPIRED",s}return r}async function ue(e,t,{readySelector:n,label:o="page",timeout:r=45e3,gotoTimeout:s=6e4,autoRecover:i=!0}={}){await e.goto(t,{waitUntil:"domcontentloaded",timeout:s});try{return await It(e,{readySelector:n,label:o,timeout:r})}catch(l){if(i&&l.code==="SESSION_EXPIRED"){await Vn(e,{label:o});try{await e.goto(t,{waitUntil:"domcontentloaded",timeout:s})}catch{}return await It(e,{readySelector:n,label:o,timeout:r})}throw l}}async function Tt(e){return await e.evaluate(()=>{let t=document.querySelectorAll("div.artdeco-modal--is-open");for(let o of t){let r=o.innerText||"",s=r.includes("Premium")||r.includes("premium")||r.includes("Upgrade")||r.includes("upgrade"),i=r.includes("Try for")||r.includes("free trial")||r.includes("/month")||r.includes("per month")||r.includes("Start my")||r.includes("Subscribe"),l=r.includes("Get hired faster")||r.includes("Get hired 2x");if(s||i||l){let a=o.querySelector('button[aria-label="Dismiss"]')||o.querySelector("button.artdeco-modal__dismiss")||o.querySelector("button[data-test-modal-close-btn]");if(a)return a.click(),{dismissed:!0,matched:r.substring(0,80)};let u=o.querySelectorAll("button");for(let c of u){let m=c.innerText?.trim().toLowerCase()||"",d=c.getAttribute("aria-label")?.toLowerCase()||"";if(m==="not now"||m==="no thanks"||m==="dismiss"||d.includes("dismiss"))return c.click(),{dismissed:!0,matched:r.substring(0,80)}}}}let n=document.querySelector(".premium-upsell-link")||document.querySelector("[data-test-premium-upsell]")||document.querySelector(".premium-hub-upsell");if(n){let o=n.closest('[class*="modal"]')?.querySelector('button[aria-label="Dismiss"]')||n.closest('[class*="banner"]')?.querySelector('button[aria-label="Close"]');if(o)return o.click(),{dismissed:!0,matched:"premium-banner"}}return!1})}var Rt,he=W(()=>{Ee();Rt=/\/authwall|\/login|\/checkpoint|\/uas\/login/});function Wn(e){return String(e??"").split(/[,\s|]+/).map(t=>t.trim()).filter(Boolean)}function Ot(e=process.env){let t=(e.JOB_SEARCH_KEYWORDS||"").trim();if(!t)return null;let n=new URLSearchParams;n.set("keywords",t);let o=(e.JOB_SEARCH_LOCATION||"").trim();o&&n.set("location",o);let r=(e.JOB_SEARCH_GEO_ID||"").trim();r&&n.set("geoId",r);let s=parseInt(e.JOB_SEARCH_RADIUS_MILES,10);Number.isFinite(s)&&s>0&&n.set("distance",String(s)),Dt(e.JOB_SEARCH_EASY_APPLY)&&n.set("f_AL","true"),Dt(e.JOB_SEARCH_IN_NETWORK)&&n.set("f_JIYN","true");let i=Wn(e.JOB_SEARCH_COMPANY_IDS);i.length&&n.set("f_C",i.join(","));let l=(e.JOB_SEARCH_DATE_POSTED||"").trim().toLowerCase();l&&n.set("f_TPR",Jn[l]||l),n.set("origin","JOB_SEARCH_PAGE_JOB_FILTER");let a="https://www.linkedin.com/jobs/search/?"+n.toString(),u=(e.JOB_SEARCH_EXTRA_PARAMS||"").trim().replace(/^[?&]+/,"");return u&&(a+="&"+u),a}var Jn,Dt,jt=W(()=>{Jn={day:"r86400","24h":"r86400",today:"r86400",week:"r604800","7d":"r604800",month:"r2592000","30d":"r2592000"},Dt=e=>/^(1|true|yes|on)$/i.test(String(e??"").trim())});import{getPluginConfig as Gn}from"@ilivemylife/graph-sdk";var Yn,Nt,Kn,te,es,zn,je=W(async()=>{jt();Yn=await Gn();for(let[e,t]of Object.entries(Yn))process.env[e]===void 0&&(process.env[e]=t);Nt=Ot(process.env);Nt&&(process.env.LINKEDIN_SEARCH_URL=Nt);Kn=process.env.LINKEDIN_NAME,te=Object.freeze({DRAFT:"draft",CONFIRMED:"confirmed",REJECTED:"rejected",NEEDS_REVIEW:"needs_review",SENT:"sent"}),es=Object.freeze(new Set([te.DRAFT,te.CONFIRMED,te.NEEDS_REVIEW])),zn=Object.freeze(new Set([te.DRAFT,te.CONFIRMED,te.REJECTED,te.NEEDS_REVIEW]))});import"dotenv/config";import*as C from"fs";import*as E from"path";import{fileURLToPath as io}from"url";function Qt(){de=null,co=null,uo=null,fe=null,fo=null,mo=null}function Me(){C.existsSync(B)||C.mkdirSync(B,{recursive:!0})}function Ue(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";C.writeFileSync(o,n);for(let r=0;r<3;r++)try{C.renameSync(o,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function qe(e,t){if(!C.existsSync(e))return null;try{let n=JSON.parse(C.readFileSync(e,"utf-8"));try{C.copyFileSync(e,e+".backup")}catch{}return n}catch(n){console.error(`[!] ${t} is corrupted: ${n.message}`),console.error(` File: ${E.resolve(e)}`);let o=e+".backup";if(C.existsSync(o))try{let r=JSON.parse(C.readFileSync(o,"utf-8"));console.error(` Restored from ${o}`);try{C.copyFileSync(o,e)}catch{}return r}catch{console.error(" Backup also corrupted!")}console.error(` Starting with empty data. Old file preserved as ${e}.corrupted`);try{C.copyFileSync(e,e+".corrupted")}catch{}return null}}function po(){return new Date().toISOString().split("T")[0]}function ne(e){if(!e)return null;let t=e.match(/\/in\/([^/?#]+)/);return t?t[1].toLowerCase():null}function Wt(e){return typeof e=="string"?e.replace(/\s+/g," ").trim().toLowerCase():""}function Xt(e,t,n=null){if(!t||e[t])return t;let o=ne(t);if(!o)return t;let r=null;for(let[s,i]of Object.entries(e)){if(ne(i.profileUrl||s)===o)return s;!r&&Array.isArray(i.aliases)&&i.aliases.includes(o)&&(r=s)}if(r){let s=Wt(n),i=Wt(e[r].name);if(s&&i&&s===i)return r}return t}function yo(){C.existsSync(Fe)||C.mkdirSync(Fe,{recursive:!0})}function Zt(e){let t=ne(e);return t?E.join(Fe,`${t}.json`):null}function wo(e){let t=Zt(e);return t?qe(t,`profile-history/${ne(e)}.json`)||[]:[]}function bo(e,t){let n=Zt(e);if(!n)return;yo();let o=wo(e);o.unshift(t);try{Ue(n,o)}catch(r){console.error(`[!] Failed to append profile-history for ${ne(e)}: ${r.message}`)}}function Gt(e){return!!(e==null||Array.isArray(e)&&e.length===0||typeof e=="string"&&!e.trim())}function Yt(e){return Array.isArray(e)?[...e].map(t=>String(t).trim()).sort().join("||"):typeof e=="string"?e.replace(/\s+/g," ").trim():e}function So(e,t){if(!e)return[];let n=[];for(let o of go){let r=e[o],s=t[o];Gt(r)||Gt(s)||Yt(r)!==Yt(s)&&n.push(o)}return n}function vo(e){let t=new Set(["seenCount","sources","firstSeen","lastSeen","lastUpdated","encounters","jobIds","lastFullVisitAt","lastSnapshotAt","messageSent","connectionStatus","connectionDate","connectionMethod"]),n={};for(let[o,r]of Object.entries(e))t.has(o)||(n[o]=r);return n}function G(){return de||(Me(),de=qe(Pe,"people.json")||{},de)}function en(e){Me(),de=e;try{Ue(Pe,e)}catch(t){console.error(`[!] Failed to save people.json: ${t.message}`),console.error(` Path: ${E.resolve(Pe)}`)}}function Be(){return fe||(Me(),fe=qe(Kt,"conversations.json")||{},ko(fe),fe)}function ko(e){let t=0;for(let n of Object.values(e)){if(!(n.draftStatus!==void 0||n.draftPreparedAt!==void 0))continue;let r=(n.messages||[]).find(s=>s.status==="draft");r&&n.draftStatus&&n.draftStatus!=="pending"&&(r.status=n.draftStatus),delete n.draftStatus,delete n.draftPreparedAt,t++}if(t>0){console.log(` [migration] Moved draft state from conv to msg.status for ${t} conversations`);try{Ue(Kt,e)}catch{}}}function He(e,t={}){if(!e)return null;let n=G(),o=po(),r=new Date().toISOString(),s=Xt(n,e,t.name),i=n[s];if(i){let l=So(i,t);l.length>0&&(bo(s,{capturedAt:r,previousLastUpdated:i.lastUpdated||null,changedFields:l,snapshot:vo(i)}),i.lastSnapshotAt=r),i.seenCount=(i.seenCount||1)+1,i.lastSeen=o,i.lastUpdated=r,t.source&&!i.sources?.includes(t.source)&&(i.sources=i.sources||[],i.sources.push(t.source));for(let a of ho)if(t[a]!=null){if(Array.isArray(t[a])&&t[a].length===0&&Array.isArray(i[a])&&i[a].length>0)continue;i[a]=t[a]}Array.isArray(t.availableSections)&&(i.lastFullVisitAt=r)}else n[s]={name:t.name||null,title:t.title||null,location:t.location||null,company:t.company||null,about:t.about||null,connectionDegree:t.connectionDegree||null,connectionsCount:t.connectionsCount||null,mutualConnections:t.mutualConnections||null,photoUrl:t.photoUrl||null,hasVerifiedBadge:t.hasVerifiedBadge||!1,currentCompany:t.currentCompany||null,currentSchool:t.currentSchool||null,connectionsLevel:t.connectionsLevel||null,mutualConnectionsCount:t.mutualConnectionsCount||null,followers:t.followers||null,openToWork:t.openToWork||!1,hiring:t.hiring||!1,topSkills:t.topSkills||null,availableSections:t.availableSections||null,experience:t.experience||null,featuredLinks:t.featuredLinks||null,_lastEnrichedAt:t._lastEnrichedAt||null,featured:t.featured||null,education:t.education||null,skillsFull:t.skillsFull||null,recommendations:t.recommendations||null,certifications:t.certifications||null,firstSeen:o,lastSeen:o,seenCount:1,sources:t.source?[t.source]:[],connectionStatus:null,requestedConnectionAt:null,connectionDate:null,connectionMethod:null,messageSent:null,jobIds:[],lastUpdated:r,lastSnapshotAt:null,lastFullVisitAt:Array.isArray(t.availableSections)?r:null};return en(n),n[s]}function Ve(e,t,n={}){if(n.dryRun||!e||!t)return;let o=ne(t);if(!o)return;let r=G(),s=Xt(r,e),i=r[s];if(!i)return;let l=ne(i.profileUrl||s);o!==l&&(Array.isArray(i.aliases)||(i.aliases=[]),i.aliases.includes(o)||(i.aliases.push(o),i.lastUpdated=new Date().toISOString(),en(r)))}var lo,ao,B,Pe,vs,ks,Kt,Cs,xs,Fe,zt,Es,As,de,co,uo,fe,fo,mo,ho,go,we=W(async()=>{await je();lo=io(import.meta.url),ao=E.dirname(E.dirname(lo)),B=process.env.DATA_DIR?E.resolve(process.env.DATA_DIR,"collected-profiles"):E.join(ao,"collected-profiles"),Pe=E.join(B,"people.json"),vs=E.join(B,"jobs.json"),ks=E.join(B,"quota.json"),Kt=E.join(B,"conversations.json"),Cs=E.join(B,"sync-state.json"),xs=E.join(B,"application-questions.json"),Fe=E.join(B,"profile-history"),zt=(e,t)=>{let n=parseInt(e,10);return Number.isInteger(n)&&n>=0?n:t},Es=zt(process.env.CONNECT_MAX_DAILY,20),As=zt(process.env.CONNECT_MAX_WEEKLY,100),de=null,co=null,uo=null,fe=null,fo=null,mo=null;ho=["name","title","location","company","connectionDegree","connectionsCount","mutualConnections","photoUrl","hasVerifiedBadge","about","currentCompany","currentSchool","connectionsLevel","mutualConnectionsCount","followers","openToWork","hiring","topSkills","availableSections","experience","featuredLinks","_lastEnrichedAt","featured","education","skillsFull","recommendations","certifications"],go=["name","title","location","currentCompany","currentSchool","connectionDegree","hasVerifiedBadge","openToWork","hiring","about","topSkills"]});var tn={};pe(tn,{extractCertificationsFromDetails:()=>_o,extractEducationFromDetails:()=>Eo,extractExperienceFromDetails:()=>Co,extractFeaturedFromDetails:()=>xo,extractRecommendationsFromDetails:()=>$o,extractSkillsFromDetails:()=>Ao});async function Co(e,t){let n=t.replace(/\/+$/,"")+"/details/experience/";try{await ue(e,n,{readySelector:"main .pvs-list, .scaffold-layout__main, main.scaffold-layout__main, section.artdeco-card",label:"experience details"}),await k(1e3);let o=e.url();if(!o.toLowerCase().includes("/details/experience/"))throw new Error(`Section /details/experience/ not available on profile (landed on ${o})`);for(let s=0;s<5;s++)await e.evaluate(()=>window.scrollTo(0,document.body.scrollHeight)),await k(900);await k(1e3);let r=0;for(;r<5&&await e.evaluate(()=>{for(let i of document.querySelectorAll("button"))if(/^Load more$/i.test((i.textContent||"").trim()))return i.click(),!0;return!1});)r++,await k(1500),await e.evaluate(()=>window.scrollTo(0,document.body.scrollHeight)),await k(700);return await e.evaluate(()=>{let s=document.querySelector("main");if(!s)return[];function i(c){let m=[];for(let d of c.querySelectorAll("div")){let p=Array.from(d.children).filter(w=>w.tagName==="DIV");if(p.length<3)continue;let v=p.filter(w=>(w.textContent||"").trim().length>50);v.length<3||(d.textContent||"").length<500||m.push({el:d,count:v.length,totalText:(d.textContent||"").length})}return m.sort((d,p)=>p.count-d.count||d.totalText-p.totalText),m[0]?.el}let l=i(s);if(!l)return[];let a=Array.from(l.children).filter(c=>c.tagName==="DIV").filter(c=>(c.textContent||"").trim().length>50);function u(c){let m=c[0]||null,d=null,p=null;if(c[1]){let b=c[1].split("\xB7").map($=>$.trim());d=b[0]||null,b[1]&&(p=b[1])}let v=c.findIndex(b=>/(\d{4}|present)/i.test(b)&&/(-|–|—)/i.test(b)&&b.length<80),w=null,A=null;if(v>=0){let b=c[v].split("\xB7").map($=>$.trim());w=b[0]||null,b[1]&&(A=b[1])}let Q=null,X=-1;if(v>=0&&c[v+1]){let b=c[v+1],$=/^[>*\-•]|^>/.test(b),ae=/https?:\/\//.test(b),ce=/\d{4}/.test(b),I=/,/.test(b)||/\bArea\b|\bRegion\b|\bProvince\b|\bCountry\b|, [A-Z]{2}\b/.test(b);!$&&!ae&&!ce&&b.length<100&&I&&(Q=b,X=v+1)}let Re=null,x=-1,Z=c[c.length-1];if(Z&&/and\s+\+\d+\s+skills?$/i.test(Z)){x=c.length-1;let b=Z.match(/^(.+?)\s+and\s+\+(\d+)\s+skills?$/i);b&&(Re={listed:b[1].split(",").map($=>$.trim()),additional:parseInt(b[2],10)})}let ee=new Set([0,1,v,X,x].filter(b=>b>=0)),V=c.filter((b,$)=>!ee.has($)),D=V.length>0?V.join(`
|
|
4
4
|
|
|
5
|
-
`):null;return{title:
|
|
6
|
-
`).map(
|
|
7
|
-
${
|
|
5
|
+
`):null;return{title:m,company:d,employmentType:p,dates:w,duration:A,location:Q,description:D,skills:Re,_raw:c}}return a.map(c=>{let d=(c.innerText||"").trim().split(`
|
|
6
|
+
`).map(p=>p.trim()).filter(p=>p&&p.length<5e3);return u(d)}).filter(c=>c.title)})}catch(o){if(o.code==="SESSION_EXPIRED"||/^session expired/i.test(o.message||""))throw o;return console.error(`extractExperienceFromDetails failed for ${t}: ${o.message?.slice(0,120)}`),[]}}async function be(e,t,n){let o=t.replace(/\/+$/,"")+`/details/${n}/`;await ue(e,o,{readySelector:"main .pvs-list, .scaffold-layout__main, main.scaffold-layout__main, section.artdeco-card",label:`details/${n}`}),await k(1e3);let r=e.url();if(!r.toLowerCase().includes(`/details/${n.toLowerCase()}/`))throw new Error(`Section /details/${n}/ not available on profile (landed on ${r})`);for(let i=0;i<4;i++)await e.evaluate(()=>window.scrollTo(0,document.body.scrollHeight)),await k(700);await k(800);let s=0;for(;s<5&&await e.evaluate(()=>{for(let l of document.querySelectorAll("button"))if(/^Load more$/i.test((l.textContent||"").trim()))return l.click(),!0;return!1});)s++,await k(1300),await e.evaluate(()=>window.scrollTo(0,document.body.scrollHeight)),await k(600)}async function ve(e,t,n,o){try{return await o()}catch(r){let s=r.message||"";if(r.code==="SESSION_EXPIRED"||/^session expired/i.test(s))throw r;return/not available on profile/i.test(s)?(console.log(` (${t}: section not on profile \u2014 skipped)`),[]):(console.error(`${n} failed for ${e}: ${s.slice(0,120)}`),[])}}async function xo(e,t){return ve(t,"featured","extractFeaturedFromDetails",async()=>(await be(e,t,"featured"),await e.evaluate(`(() => {
|
|
7
|
+
${Se}
|
|
8
8
|
|
|
9
9
|
const main = document.querySelector('main');
|
|
10
10
|
if (!main) return [];
|
|
@@ -44,8 +44,8 @@ var On=Object.defineProperty;var X=(e,t)=>()=>(e&&(t=e(e=0)),t);var me=(e,t)=>{f
|
|
|
44
44
|
if (e.caption && /^\xB7\\s*\\d+(?:st|nd|rd|th)\\+?$/i.test(e.caption.trim())) return false;
|
|
45
45
|
return true;
|
|
46
46
|
});
|
|
47
|
-
})()`)))}async function
|
|
48
|
-
${
|
|
47
|
+
})()`)))}async function Eo(e,t){return ve(t,"education","extractEducationFromDetails",async()=>(await be(e,t,"education"),await e.evaluate(`(() => {
|
|
48
|
+
${Se}
|
|
49
49
|
|
|
50
50
|
const main = document.querySelector('main');
|
|
51
51
|
if (!main) return [];
|
|
@@ -81,8 +81,8 @@ var On=Object.defineProperty;var X=(e,t)=>()=>(e&&(t=e(e=0)),t);var me=(e,t)=>{f
|
|
|
81
81
|
if (e.degree && /^\xB7\\s*\\d+(?:st|nd|rd|th)\\+?$/i.test(e.degree.trim())) return false;
|
|
82
82
|
return true;
|
|
83
83
|
});
|
|
84
|
-
})()`)))}async function
|
|
85
|
-
${
|
|
84
|
+
})()`)))}async function Ao(e,t){return ve(t,"skills","extractSkillsFromDetails",async()=>(await be(e,t,"skills"),await e.evaluate(`(() => {
|
|
85
|
+
${Se}
|
|
86
86
|
|
|
87
87
|
const main = document.querySelector('main');
|
|
88
88
|
if (!main) return [];
|
|
@@ -113,8 +113,8 @@ var On=Object.defineProperty;var X=(e,t)=>()=>(e&&(t=e(e=0)),t);var me=(e,t)=>{f
|
|
|
113
113
|
skills.push({ name, endorsements, _raw: lines });
|
|
114
114
|
}
|
|
115
115
|
return skills;
|
|
116
|
-
})()`)))}async function
|
|
117
|
-
${
|
|
116
|
+
})()`)))}async function _o(e,t){return ve(t,"certifications","extractCertificationsFromDetails",async()=>(await be(e,t,"certifications"),await e.evaluate(`(() => {
|
|
117
|
+
${Se}
|
|
118
118
|
|
|
119
119
|
const main = document.querySelector('main');
|
|
120
120
|
if (!main) return [];
|
|
@@ -138,8 +138,8 @@ var On=Object.defineProperty;var X=(e,t)=>()=>(e&&(t=e(e=0)),t);var me=(e,t)=>{f
|
|
|
138
138
|
|
|
139
139
|
return { name, issuer, issueDate, expiryDate, credentialId, _raw: lines };
|
|
140
140
|
}).filter(e => e.name);
|
|
141
|
-
})()`)))}async function
|
|
142
|
-
${
|
|
141
|
+
})()`)))}async function $o(e,t){return ve(t,"recommendations","extractRecommendationsFromDetails",async()=>(await be(e,t,"recommendations"),await e.evaluate(`(() => {
|
|
142
|
+
${Se}
|
|
143
143
|
|
|
144
144
|
const main = document.querySelector('main');
|
|
145
145
|
if (!main) return [];
|
|
@@ -174,7 +174,7 @@ var On=Object.defineProperty;var X=(e,t)=>()=>(e&&(t=e(e=0)),t);var me=(e,t)=>{f
|
|
|
174
174
|
if (e.recommenderTitle && /^\xB7\\s*\\d+(?:st|nd|rd|th)\\+?$/i.test(e.recommenderTitle.trim())) return false;
|
|
175
175
|
return true;
|
|
176
176
|
});
|
|
177
|
-
})()`)))}var
|
|
177
|
+
})()`)))}var Se,nn=W(()=>{he();Se=`
|
|
178
178
|
function findEntryContainer(root) {
|
|
179
179
|
const candidates = [];
|
|
180
180
|
for (const div of root.querySelectorAll('div')) {
|
|
@@ -237,54 +237,54 @@ function findEntryContainer(root) {
|
|
|
237
237
|
candidates.sort((a, b) => b.count - a.count || b.totalText - a.totalText);
|
|
238
238
|
return candidates[0]?.el;
|
|
239
239
|
}
|
|
240
|
-
`});var en=X(()=>{});import"dotenv/config";import*as O from"fs";import*as T from"path";import{fileURLToPath as xo}from"url";function $o(){O.existsSync(ne)||O.mkdirSync(ne,{recursive:!0})}function _o(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";O.writeFileSync(o,n);for(let r=0;r<3;r++)try{O.renameSync(o,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function Io(e){try{if(O.existsSync(e))return JSON.parse(O.readFileSync(e,"utf-8"))}catch{}return null}function nn(){To=null,Ro=null,Do=null,Oo=null,te=null}function Je(){return te||(te=Io(tn)||{visits:[]},Array.isArray(te.visits)||(te.visits=[]),te)}function on(e,t={}){if(!e)return;$o();let n=Je();n.visits.push({date:new Date().toISOString(),profileUrl:e,name:t.name||null,source:t.source||"manual"});let o=Date.now()-90*24*60*60*1e3;n.visits=n.visits.filter(r=>new Date(r.date).getTime()>o);try{_o(tn,n)}catch(r){console.error(`[!] Failed to save visit-log.json: ${r.message}`)}}function rn(e){let t=Je();for(let n=t.visits.length-1;n>=0;n--)if(t.visits[n].profileUrl===e)return t.visits[n].date;return null}var Ao,Eo,ne,Ls,Fs,tn,Ps,Ms,To,Ro,Do,Oo,te,Ge=X(()=>{en();Ao=xo(import.meta.url),Eo=T.dirname(T.dirname(Ao)),ne=process.env.DATA_DIR?T.resolve(process.env.DATA_DIR,"market-research"):T.join(Eo,"market-research"),Ls=T.join(ne,"scouted-jobs.json"),Fs=T.join(ne,"discovered-people.json"),tn=T.join(ne,"visit-log.json"),Ps=T.join(ne,"companies.json"),Ms=T.join(ne,"job-decisions.json");To=null,Ro=null,Do=null,Oo=null,te=null});import Qn from"puppeteer";import{addExtra as Xn}from"puppeteer-extra";import Zn from"puppeteer-extra-plugin-stealth";pe();await Ne();xe();xe();import Le from"fs";import Wn from"path";var Jn={headless:!1,defaultViewport:null,protocolTimeout:3e5},ge=new Set,Dt=!1;async function Ee(){let e=[...ge].map(t=>{try{return Promise.resolve(t.close()).catch(()=>{})}catch{return Promise.resolve()}});ge.clear(),await Promise.race([Promise.all(e),new Promise(t=>setTimeout(t,5e3))])}function Gn(){if(Dt)return;Dt=!0;let e=t=>async()=>{await Ee(),process.exit(t)};process.once("SIGINT",e(130)),process.once("SIGTERM",e(143)),process.once("SIGHUP",e(129)),process.once("uncaughtException",async t=>{await Ee(),console.error(t&&t.stack||t),process.exit(1)}),process.once("unhandledRejection",async t=>{await Ee(),console.error(t),process.exit(1)}),process.stdout.on("error",async t=>{t&&t.code==="EPIPE"&&(await Ee(),process.exit(0))}),process.on("exit",()=>{for(let t of ge)try{let n=t.process&&t.process();n&&n.kill("SIGKILL")}catch{}})}function Fe(e){return Wn.join(e,".ilml-browser-session.json")}function Lt(e,t={}){try{Le.writeFileSync(Fe(e),JSON.stringify({ownerPid:process.pid,startedAt:Date.now(),...t}))}catch{}}function Yn(e,t){try{let n=t.wsEndpoint&&t.wsEndpoint();Lt(e,n?{wsEndpoint:n}:{})}catch{}}function Kn(e){let t=Ft(e);t&&t.ownerPid===process.pid&&he(e)}function he(e){try{Le.rmSync(Fe(e),{force:!0})}catch{}}function Ft(e){try{return JSON.parse(Le.readFileSync(Fe(e),"utf-8"))}catch{return null}}function Ot(e){if(!e||e===process.pid)return!0;try{return process.kill(e,0),!0}catch(t){return!t||t.code!=="ESRCH"}}function jt(e,t,n){let o,r=new Promise(i=>{o=setTimeout(()=>i(n),t)}),s=Promise.resolve(e).then(i=>(clearTimeout(o),i),i=>{throw clearTimeout(o),i});return Promise.race([s,r])}async function Nt(e,t,{probeTimeoutMs:n=4e3}={}){let o=Ft(t);if(!o)return"free";if(!o.wsEndpoint)return o.ownerPid&&o.ownerPid!==process.pid&&Ot(o.ownerPid)?"live":(he(t),"free");let r=Symbol("timeout"),s=e.connect({browserWSEndpoint:o.wsEndpoint,defaultViewport:null}).catch(()=>null),i=await jt(s,n,r);if(i===r)return s.then(a=>{if(a)try{a.disconnect()}catch{}}),"live";if(!i)return he(t),"free";if(Ot(o.ownerPid)){try{i.disconnect()}catch{}return"live"}if(console.log(" (recovered an orphaned automation browser from a previous run \u2014 closing it)"),await jt(i.close().then(()=>!0).catch(()=>!1),n,!1))return he(t),"free";try{i.disconnect()}catch{}return"live"}function zn(e,t){e&&(Gn(),ge.add(e),e.on("disconnected",()=>{ge.delete(e),t&&he(t)}))}async function Pt(e,t={}){let n=At(),o={...Jn,...t,userDataDir:n},r=`Could not open the LinkedIn automation Chrome profile at ${n}. Another LinkedIn automation command is already running (or its window is still open) \u2014 wait for it to finish or close that window, then retry.`;if(await Nt(e,n)==="live")throw new Error(r);Lt(n);let s;try{s=await e.launch(o)}catch{if(await Nt(e,n)==="live")throw new Error(r);It(n);try{s=await e.launch(o)}catch(l){throw Kn(n),new Error(`Could not open the LinkedIn automation Chrome profile at ${n}. If a LinkedIn automation window is already open, close it and retry. (Chrome: ${l.message})`)}}return zn(s,n),Yn(n,s),{browser:s,profileDir:n,needsSeed:$t(n)}}async function Mt(e,t){if(!t||!t.needsSeed)return!1;if(!Ct())return console.warn(" \u26A0 No saved LinkedIn session found. If this command comes back empty or redirects to login, run: ilml linkedin login"),!1;try{return await e.setCookie(...kt()),_t(t.profileDir),console.log(" (seeded persistent profile from saved cookies \u2014 one-time)"),!0}catch{return!1}}var qt=Xn(Qn);qt.use(Zn());async function Ut(){let{browser:e,profileDir:t,needsSeed:n}=await Pt(qt),o=await e.newPage();return await o.evaluateOnNewDocument(()=>{Object.defineProperty(navigator,"webdriver",{get:()=>{}})}),await Mt(o,{profileDir:t,needsSeed:n}),console.log(" Browser launched (persistent profile)."),{browser:e,page:o}}pe();await ye();async function Co(e,t){let n=e.url();if(n.includes("/in/"))return!1;if(n.includes("/login")||n.includes("/authwall")||n.includes("/checkpoint"))throw new Error("Session expired \u2014 redirected to login. Run: ilml linkedin login");console.log(` Off-track: ${n.slice(0,80)}`),console.log(" Navigating back to profile..."),await e.goto(t,{waitUntil:"domcontentloaded",timeout:6e4}),await v(3e3);let o=e.url();return o.includes("/in/")||console.log(` Recovery failed \u2014 still on: ${o.slice(0,80)}`),!0}async function Zt(e,t,n={}){let{extractExperience:o=!1,extractFeatured:r=!1,extractEducation:s=!1,extractSkills:i=!1,extractRecommendations:l=!1,extractCertifications:a=!1}=n;try{await je(e,t,{readySelector:".scaffold-layout__main, main.scaffold-layout__main, .pv-top-card, section.pv-top-card",label:"profile"}),await v(1500),await Rt(e)&&(console.log(" Dismissed Premium overlay"),await v(1500),await Co(e,t));let u=0;for(let k=0;k<2;k++){let ue=await e.evaluate(()=>document.body.scrollHeight);for(let Q=1;Q<=6;Q++)await e.evaluate(g=>window.scrollTo(0,g),ue*Q/6),await v(900);let V=await e.evaluate(()=>document.body.scrollHeight);if(V===u)break;u=V}await v(800);let d=null;try{let k=e.url();k&&/\/in\/[^/?#]/.test(k)&&(d=k.split("?")[0].replace(/\/+$/,""))}catch{}let m=await e.evaluate(()=>{let k=new Set(["Highlights","About","Activity","Experience","Education","Skills","Recommendations","Languages","Interests","Volunteer experience","Featured","Honors & awards","Honors and awards","Projects","Publications","Patents","Certifications","Licenses & certifications","Courses","Test scores","Organizations"]),ue=new Set(["Ad Options","Don\u2019t want to see this","0 notifications","Explore Premium profiles","You might like","People you may know","Suggested for you","More profiles for you","Promoted"]),V=p=>{let y=(p||"").trim().replace(/^[·•]\s*/,"");return/^(1st|2nd|3rd|she\/her|he\/him|they\/them|their\/them)$/i.test(y)},Q={name:null,title:null,location:null,currentCompany:null,currentSchool:null,connectionDegree:null,hasVerifiedBadge:!1,photoUrl:null,connectionsLevel:null,mutualConnectionsCount:null,followers:null,openToWork:!1,hiring:!1,about:null,topSkills:null,availableSections:[]},g=document.querySelector("main");if(!g)return Q;let R=[...Array.from(g.querySelectorAll("h1")),...Array.from(g.querySelectorAll("h2"))],fe=Array.from(g.querySelectorAll("h2")),ie=R.find(p=>{let y=p.textContent&&p.textContent.trim(),w=(y||"").replace(/\s*\(\d+\)$/,"").trim();return y&&y.length>1&&y.length<100&&!k.has(w)&&!ue.has(w)}),le=ie?ie.textContent.trim():null,D=ie?ie.parentElement:null;for(;D&&D!==g&&!Array.from(D.children).filter(y=>y.tagName==="P").some(y=>{let w=y.textContent&&y.textContent.trim();return w&&w.length>5&&!V(w)});)D=D.parentElement;let lt=null,at=null,ct=null,Re=null;if(D&&D!==g){let p=Array.from(D.children).filter(w=>w.tagName==="P").filter(w=>{let H=w.textContent&&w.textContent.trim();return H&&H.length>5&&!V(H)});if(p[0]&&(lt=p[0].textContent.trim()),p[1]){let w=p[1].textContent.trim().split(/\s*[·•]\s*/);at=w[0]||null,w.length>1&&(ct=w.slice(1).join(" \xB7 "))}let y=Array.from(D.children).filter(w=>w.tagName==="DIV");for(let w=y.length-1;w>=0;w--){let H=y[w].textContent&&y[w].textContent.trim();if(H&&!(le&&H.startsWith(le))&&(Re=H.split(/[·•]/)[0].trim(),Re))break}}let ut=null;if(D){let p=D.querySelectorAll("p, span, div");for(let y of p){let w=(y.textContent||"").trim().replace(/^[·•]\s*/,"");if(w==="1st"||w==="2nd"||w==="3rd"){ut=w;break}}}let En=!!g.querySelector('svg[data-test-icon="verified"], [aria-label*="Verified" i]'),ft=document.querySelector('main img[width="200"], button img[alt*="photo" i]'),$n=ft&&ft.src||null,ke=g.textContent||"",dt=null,mt=ke.match(/(\d+\+?)\s+connections\b/i);mt&&(dt=mt[1]+" connections");let Ce=null,pt=ke.match(/(\d+)\s+mutual connection/i),ht=ke.match(/and\s+(\d+)\s+other mutual/i),_n=ke.match(/([A-Z][\w'-]+(?:\s+[A-Z][\w'-]+)?)\s+and\s+([A-Z][\w'-]+(?:\s+[A-Z][\w'-]+)?)\s+are\s+mutual/);pt?Ce=parseInt(pt[1],10):ht?Ce=2+parseInt(ht[1],10):_n&&(Ce=2);let gt=null,yt=null,wt=fe.find(p=>p.textContent&&p.textContent.trim()==="About");if(wt){let p=wt.parentElement;for(;p&&p.tagName!=="SECTION";)p=p.parentElement;if(p){let y=(p.textContent||"").trim();y=y.replace(/^About\s*/,"").trim();let w=y.match(/Top skills\s*(.+?)$/i);if(w){let De=w[1].split(/\b(?:see (?:more|less)|show (?:more|less))\b/i)[0].trim().split(/\s*[·•]\s*/).map(Dn=>Dn.trim()).filter(Boolean);De.length>0&&De.length<10&&(yt=De)}y=y.split(/\n?…\s*more/i)[0].trim(),y=y.split(/\n?\.\.\.\s*more/i)[0].trim(),y=y.split(/\bTop skills\b/i)[0].trim(),y=y.split(/\b(?:see (?:more|less)|show (?:more|less))\b/i)[0].trim(),gt=y||null}}let bt=null,St=fe.find(p=>p.textContent&&p.textContent.trim()==="Activity");if(St){let p=St.parentElement;for(;p&&p.tagName!=="SECTION";)p=p.parentElement;if(p){let y=(p.textContent||"").slice(0,200).match(/([\d,]+)\s+followers/i);y&&(bt=parseInt(y[1].replace(/,/g,""),10))}}let In=[...new Set(fe.map(p=>(p.textContent||"").trim().replace(/\s*\(\d+\)$/,"").trim()).filter(p=>p&&p.length>1&&p.length<60&&p!==le).filter(p=>k.has(p)))],de=document.body.textContent||"",Tn=/#OpenToWork\b/i.test(de)||/\bOpen to work\b/.test(de),Rn=/#Hiring\b/i.test(de)||/\bI'?m hiring\b/i.test(de)||/\bWe are hiring\b/i.test(de);return{name:le,title:lt,location:Re,currentCompany:at,currentSchool:ct,connectionDegree:ut,hasVerifiedBadge:En,photoUrl:$n,connectionsLevel:dt,mutualConnectionsCount:Ce,followers:bt,openToWork:Tn,hiring:Rn,about:gt,topSkills:yt,availableSections:In}});console.log(`Viewed: ${m.name} - ${m.title}`);let h=null,x=null,S=null,E=null,K=null,z=null;if(o||r||s||i||l||a){let k=await Promise.resolve().then(()=>(Xt(),Qt));o&&(h=await k.extractExperienceFromDetails(e,t),console.log(` + Experience: ${h.length} entries`)),r&&(x=await k.extractFeaturedFromDetails(e,t),console.log(` + Featured: ${x.length} entries`)),s&&(S=await k.extractEducationFromDetails(e,t),console.log(` + Education: ${S.length} entries`)),i&&(E=await k.extractSkillsFromDetails(e,t),console.log(` + Skills: ${E.length} entries`)),l&&(K=await k.extractRecommendationsFromDetails(e,t),console.log(` + Recommendations: ${K.length} entries`)),a&&(z=await k.extractCertificationsFromDetails(e,t),console.log(` + Certifications: ${z.length} entries`))}return{...m,profileUrl:t,resolvedUrl:d,...h!==null&&{experience:h},...x!==null&&{featured:x},...S!==null&&{education:S},...E!==null&&{skillsFull:E},...K!==null&&{recommendations:K},...z!==null&&{certifications:z}}}catch(c){console.error(`Error viewing profile ${t}:`,c.message);try{await e.goto("about:blank",{timeout:1e4}),await v(1e3)}catch{}if(/session expired|bounced to|authwall|checkpoint|redirected to login/i.test(c.message||""))throw c;return null}}Ge();await ye();pe();async function sn(e,t,n={}){let{maxVisits:o=50,delayBetween:r=4e3,skipRecentDays:s=7,verbose:i=!1,extractExperience:l=!1}=n,a={visited:0,skipped:0,errors:0},c=Date.now()-s*24*60*60*1e3;for(let u of t){if(a.visited>=o)break;if(!u.profileUrl)continue;let d=rn(u.profileUrl);if(d&&new Date(d).getTime()>c){a.skipped++;continue}try{let m=await Zt(e,u.profileUrl,{extractExperience:l}),h=u.source||"visit";if(m){let S={...m,source:h};l&&Array.isArray(m.experience)&&m.experience.length>0&&(S._lastEnrichedAt=new Date().toISOString()),He(u.profileUrl,S),m.resolvedUrl&&We(u.profileUrl,m.resolvedUrl)}on(u.profileUrl,{name:m?.name||u.name||null,source:h}),a.visited++,i?console.log(` [${a.visited}] ${m?.name||u.profileUrl} \u2014 ${m?.title?.slice(0,40)||"?"}`):a.visited%10===0&&console.log(` Visited: ${a.visited}`);let x=Math.random()*4e3;await v(r+x)}catch(m){a.errors++,i&&console.error(` Error visiting ${u.name||u.profileUrl}: ${m.message?.slice(0,60)}`);let h=(m.message||"").toLowerCase();if(h.includes("detached")||h.includes("session closed")||h.includes("target closed")||h.includes("session expired")||h.includes("bounced to")||h.includes("authwall")||h.includes("checkpoint")||h.includes("redirected to login")){console.log(" Fatal browser/session error \u2014 stopping visits");break}}}return a}await ye();import"dotenv/config";import*as j from"fs";import*as J from"path";import{fileURLToPath as Mo}from"url";import"dotenv/config";import{createGraphClient as jo,resolveToken as No}from"@ilivemylife/graph-sdk";import{config as Lo}from"dotenv";Lo();var ln=No()||process.env.TOKEN;ln||(console.error(`
|
|
240
|
+
`});var rn=W(()=>{});import"dotenv/config";import*as j from"fs";import*as O from"path";import{fileURLToPath as Ro}from"url";function Oo(){j.existsSync(re)||j.mkdirSync(re,{recursive:!0})}function jo(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";j.writeFileSync(o,n);for(let r=0;r<3;r++)try{j.renameSync(o,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function No(e){try{if(j.existsSync(e))return JSON.parse(j.readFileSync(e,"utf-8"))}catch{}return null}function ln(){Lo=null,Po=null,Fo=null,Mo=null,oe=null}function Je(){return oe||(oe=No(sn)||{visits:[]},Array.isArray(oe.visits)||(oe.visits=[]),oe)}function an(e,t={}){if(!e)return;Oo();let n=Je();n.visits.push({date:new Date().toISOString(),profileUrl:e,name:t.name||null,source:t.source||"manual"});let o=Date.now()-90*24*60*60*1e3;n.visits=n.visits.filter(r=>new Date(r.date).getTime()>o);try{jo(sn,n)}catch(r){console.error(`[!] Failed to save visit-log.json: ${r.message}`)}}function cn(e){let t=Je();for(let n=t.visits.length-1;n>=0;n--)if(t.visits[n].profileUrl===e)return t.visits[n].date;return null}var To,Do,re,Vs,Js,sn,Ws,Gs,Lo,Po,Fo,Mo,oe,We=W(()=>{rn();To=Ro(import.meta.url),Do=O.dirname(O.dirname(To)),re=process.env.DATA_DIR?O.resolve(process.env.DATA_DIR,"market-research"):O.join(Do,"market-research"),Vs=O.join(re,"scouted-jobs.json"),Js=O.join(re,"discovered-people.json"),sn=O.join(re,"visit-log.json"),Ws=O.join(re,"companies.json"),Gs=O.join(re,"job-decisions.json");Lo=null,Po=null,Fo=null,Mo=null,oe=null});import oo from"puppeteer";import{addExtra as ro}from"puppeteer-extra";import so from"puppeteer-extra-plugin-stealth";he();await je();Ee();Ee();import Ne from"fs";import Qn from"path";var Xn={headless:!1,defaultViewport:null,protocolTimeout:3e5},ye=new Set,Lt=!1;async function Ae(){let e=[...ye].map(t=>{try{return Promise.resolve(t.close()).catch(()=>{})}catch{return Promise.resolve()}});ye.clear(),await Promise.race([Promise.all(e),new Promise(t=>setTimeout(t,5e3))])}function Zn(){if(Lt)return;Lt=!0;let e=t=>async()=>{await Ae(),process.exit(t)};process.once("SIGINT",e(130)),process.once("SIGTERM",e(143)),process.once("SIGHUP",e(129)),process.once("uncaughtException",async t=>{await Ae(),console.error(t&&t.stack||t),process.exit(1)}),process.once("unhandledRejection",async t=>{await Ae(),console.error(t),process.exit(1)}),process.stdout.on("error",async t=>{t&&t.code==="EPIPE"&&(await Ae(),process.exit(0))}),process.on("exit",()=>{for(let t of ye)try{let n=t.process&&t.process();n&&n.kill("SIGKILL")}catch{}})}function Le(e){return Qn.join(e,".ilml-browser-session.json")}function Ut(e,t={}){try{Ne.writeFileSync(Le(e),JSON.stringify({ownerPid:process.pid,startedAt:Date.now(),...t}))}catch{}}function eo(e,t){try{let n=t.wsEndpoint&&t.wsEndpoint();Ut(e,n?{wsEndpoint:n}:{})}catch{}}function to(e){let t=qt(e);t&&t.ownerPid===process.pid&&ge(e)}function ge(e){try{Ne.rmSync(Le(e),{force:!0})}catch{}}function qt(e){try{return JSON.parse(Ne.readFileSync(Le(e),"utf-8"))}catch{return null}}function Pt(e){if(!e||e===process.pid)return!0;try{return process.kill(e,0),!0}catch(t){return!t||t.code!=="ESRCH"}}function Ft(e,t,n){let o,r=new Promise(i=>{o=setTimeout(()=>i(n),t)}),s=Promise.resolve(e).then(i=>(clearTimeout(o),i),i=>{throw clearTimeout(o),i});return Promise.race([s,r])}async function Mt(e,t,{probeTimeoutMs:n=4e3}={}){let o=qt(t);if(!o)return"free";if(!o.wsEndpoint)return o.ownerPid&&o.ownerPid!==process.pid&&Pt(o.ownerPid)?"live":(ge(t),"free");let r=Symbol("timeout"),s=e.connect({browserWSEndpoint:o.wsEndpoint,defaultViewport:null}).catch(()=>null),i=await Ft(s,n,r);if(i===r)return s.then(a=>{if(a)try{a.disconnect()}catch{}}),"live";if(!i)return ge(t),"free";if(Pt(o.ownerPid)){try{i.disconnect()}catch{}return"live"}if(console.log(" (recovered an orphaned automation browser from a previous run \u2014 closing it)"),await Ft(i.close().then(()=>!0).catch(()=>!1),n,!1))return ge(t),"free";try{i.disconnect()}catch{}return"live"}function no(e,t){e&&(Zn(),ye.add(e),e.on("disconnected",()=>{ye.delete(e),t&&ge(t)}))}async function Bt(e,t={}){let n=xt(),o={...Xn,...t,userDataDir:n},r=`Could not open the LinkedIn automation Chrome profile at ${n}. Another LinkedIn automation command is already running (or its window is still open) \u2014 wait for it to finish or close that window, then retry.`;if(await Mt(e,n)==="live")throw new Error(r);Ut(n);let s;try{s=await e.launch(o)}catch{if(await Mt(e,n)==="live")throw new Error(r);$t(n);try{s=await e.launch(o)}catch(l){throw to(n),new Error(`Could not open the LinkedIn automation Chrome profile at ${n}. If a LinkedIn automation window is already open, close it and retry. (Chrome: ${l.message})`)}}return no(s,n),eo(n,s),{browser:s,profileDir:n,needsSeed:At(n)}}async function Ht(e,t){if(!t||!t.needsSeed)return!1;if(!kt())return console.warn(" \u26A0 No saved LinkedIn session found. If this command comes back empty or redirects to login, run: ilml linkedin login"),!1;try{return await e.setCookie(...vt()),_t(t.profileDir),console.log(" (seeded persistent profile from saved cookies \u2014 one-time)"),!0}catch{return!1}}var Vt=ro(oo);Vt.use(so());async function Jt(){let{browser:e,profileDir:t,needsSeed:n}=await Bt(Vt),o=await e.newPage();return await o.evaluateOnNewDocument(()=>{Object.defineProperty(navigator,"webdriver",{get:()=>{}})}),await Ht(o,{profileDir:t,needsSeed:n}),console.log(" Browser launched (persistent profile)."),{browser:e,page:o}}he();await we();async function Io(e,t){let n=e.url();if(n.includes("/in/"))return!1;if(n.includes("/login")||n.includes("/authwall")||n.includes("/checkpoint"))throw new Error("Session expired \u2014 redirected to login. Run: ilml linkedin login");console.log(` Off-track: ${n.slice(0,80)}`),console.log(" Navigating back to profile..."),await e.goto(t,{waitUntil:"domcontentloaded",timeout:6e4}),await k(3e3);let o=e.url();return o.includes("/in/")||console.log(` Recovery failed \u2014 still on: ${o.slice(0,80)}`),!0}async function on(e,t,n={}){let{extractExperience:o=!1,extractFeatured:r=!1,extractEducation:s=!1,extractSkills:i=!1,extractRecommendations:l=!1,extractCertifications:a=!1}=n;try{await ue(e,t,{readySelector:".scaffold-layout__main, main.scaffold-layout__main, .pv-top-card, section.pv-top-card",label:"profile"}),await k(1500),await Tt(e)&&(console.log(" Dismissed Premium overlay"),await k(1500),await Io(e,t));let c=0;for(let x=0;x<2;x++){let Z=await e.evaluate(()=>document.body.scrollHeight);for(let V=1;V<=6;V++)await e.evaluate(D=>window.scrollTo(0,D),Z*V/6),await k(900);let ee=await e.evaluate(()=>document.body.scrollHeight);if(ee===c)break;c=ee}await k(800);let m=null;try{let x=e.url();x&&/\/in\/[^/?#]/.test(x)&&(m=x.split("?")[0].replace(/\/+$/,""))}catch{}let d=await e.evaluate(()=>{let x=new Set(["Highlights","About","Activity","Experience","Education","Skills","Recommendations","Languages","Interests","Volunteer experience","Featured","Honors & awards","Honors and awards","Projects","Publications","Patents","Certifications","Licenses & certifications","Courses","Test scores","Organizations"]),Z=new Set(["Ad Options","Don\u2019t want to see this","0 notifications","Explore Premium profiles","You might like","People you may know","Suggested for you","More profiles for you","Promoted"]),ee=h=>{let g=(h||"").trim().replace(/^[·•]\s*/,"");return/^(1st|2nd|3rd|she\/her|he\/him|they\/them|their\/them)$/i.test(g)},V={name:null,title:null,location:null,currentCompany:null,currentSchool:null,connectionDegree:null,hasVerifiedBadge:!1,photoUrl:null,connectionsLevel:null,mutualConnectionsCount:null,followers:null,openToWork:!1,hiring:!1,about:null,topSkills:null,availableSections:[]},D=document.querySelector("main");if(!D)return V;let b=[...Array.from(D.querySelectorAll("h1")),...Array.from(D.querySelectorAll("h2"))],$=Array.from(D.querySelectorAll("h2")),ae=b.find(h=>{let g=h.textContent&&h.textContent.trim(),y=(g||"").replace(/\s*\(\d+\)$/,"").trim();return g&&g.length>1&&g.length<100&&!x.has(y)&&!Z.has(y)}),ce=ae?ae.textContent.trim():null,I=ae?ae.parentElement:null;for(;I&&I!==D&&!Array.from(I.children).filter(g=>g.tagName==="P").some(g=>{let y=g.textContent&&g.textContent.trim();return y&&y.length>5&&!ee(y)});)I=I.parentElement;let it=null,lt=null,at=null,Te=null;if(I&&I!==D){let h=Array.from(I.children).filter(y=>y.tagName==="P").filter(y=>{let J=y.textContent&&y.textContent.trim();return J&&J.length>5&&!ee(J)});if(h[0]&&(it=h[0].textContent.trim()),h[1]){let y=h[1].textContent.trim().split(/\s*[·•]\s*/);lt=y[0]||null,y.length>1&&(at=y.slice(1).join(" \xB7 "))}let g=Array.from(I.children).filter(y=>y.tagName==="DIV");for(let y=g.length-1;y>=0;y--){let J=g[y].textContent&&g[y].textContent.trim();if(J&&!(ce&&J.startsWith(ce))&&(Te=J.split(/[·•]/)[0].trim(),Te))break}}let ct=null;if(I){let h=I.querySelectorAll("p, span, div");for(let g of h){let y=(g.textContent||"").trim().replace(/^[·•]\s*/,"");if(y==="1st"||y==="2nd"||y==="3rd"){ct=y;break}}}let Rn=!!D.querySelector('svg[data-test-icon="verified"], [aria-label*="Verified" i]'),ut=document.querySelector('main img[width="200"], button img[alt*="photo" i]'),Tn=ut&&ut.src||null,Ce=D.textContent||"",ft=null,dt=Ce.match(/(\d+\+?)\s+connections\b/i);dt&&(ft=dt[1]+" connections");let xe=null,mt=Ce.match(/(\d+)\s+mutual connection/i),pt=Ce.match(/and\s+(\d+)\s+other mutual/i),Dn=Ce.match(/([A-Z][\w'-]+(?:\s+[A-Z][\w'-]+)?)\s+and\s+([A-Z][\w'-]+(?:\s+[A-Z][\w'-]+)?)\s+are\s+mutual/);mt?xe=parseInt(mt[1],10):pt?xe=2+parseInt(pt[1],10):Dn&&(xe=2);let ht=null,gt=null,yt=$.find(h=>h.textContent&&h.textContent.trim()==="About");if(yt){let h=yt.parentElement;for(;h&&h.tagName!=="SECTION";)h=h.parentElement;if(h){let g=(h.textContent||"").trim();g=g.replace(/^About\s*/,"").trim();let y=g.match(/Top skills\s*(.+?)$/i);if(y){let De=y[1].split(/\b(?:see (?:more|less)|show (?:more|less))\b/i)[0].trim().split(/\s*[·•]\s*/).map(Ln=>Ln.trim()).filter(Boolean);De.length>0&&De.length<10&&(gt=De)}g=g.split(/\n?…\s*more/i)[0].trim(),g=g.split(/\n?\.\.\.\s*more/i)[0].trim(),g=g.split(/\bTop skills\b/i)[0].trim(),g=g.split(/\b(?:see (?:more|less)|show (?:more|less))\b/i)[0].trim(),ht=g||null}}let wt=null,bt=$.find(h=>h.textContent&&h.textContent.trim()==="Activity");if(bt){let h=bt.parentElement;for(;h&&h.tagName!=="SECTION";)h=h.parentElement;if(h){let g=(h.textContent||"").slice(0,200).match(/([\d,]+)\s+followers/i);g&&(wt=parseInt(g[1].replace(/,/g,""),10))}}let On=[...new Set($.map(h=>(h.textContent||"").trim().replace(/\s*\(\d+\)$/,"").trim()).filter(h=>h&&h.length>1&&h.length<60&&h!==ce).filter(h=>x.has(h)))],me=document.body.textContent||"",jn=/#OpenToWork\b/i.test(me)||/\bOpen to work\b/.test(me),Nn=/#Hiring\b/i.test(me)||/\bI'?m hiring\b/i.test(me)||/\bWe are hiring\b/i.test(me);return{name:ce,title:it,location:Te,currentCompany:lt,currentSchool:at,connectionDegree:ct,hasVerifiedBadge:Rn,photoUrl:Tn,connectionsLevel:ft,mutualConnectionsCount:xe,followers:wt,openToWork:jn,hiring:Nn,about:ht,topSkills:gt,availableSections:On}});console.log(`Viewed: ${d.name} - ${d.title}`);let p=null,v=null,w=null,A=null,Q=null,X=null;if(o||r||s||i||l||a){let x=await Promise.resolve().then(()=>(nn(),tn));o&&(p=await x.extractExperienceFromDetails(e,t),console.log(` + Experience: ${p.length} entries`)),r&&(v=await x.extractFeaturedFromDetails(e,t),console.log(` + Featured: ${v.length} entries`)),s&&(w=await x.extractEducationFromDetails(e,t),console.log(` + Education: ${w.length} entries`)),i&&(A=await x.extractSkillsFromDetails(e,t),console.log(` + Skills: ${A.length} entries`)),l&&(Q=await x.extractRecommendationsFromDetails(e,t),console.log(` + Recommendations: ${Q.length} entries`)),a&&(X=await x.extractCertificationsFromDetails(e,t),console.log(` + Certifications: ${X.length} entries`))}return{...d,profileUrl:t,resolvedUrl:m,...p!==null&&{experience:p},...v!==null&&{featured:v},...w!==null&&{education:w},...A!==null&&{skillsFull:A},...Q!==null&&{recommendations:Q},...X!==null&&{certifications:X}}}catch(u){console.error(`Error viewing profile ${t}:`,u.message);try{await e.goto("about:blank",{timeout:1e4}),await k(1e3)}catch{}if(/session expired|bounced to|authwall|checkpoint|redirected to login/i.test(u.message||""))throw u;return null}}We();await we();he();async function un(e,t,n={}){let{maxVisits:o=50,delayBetween:r=4e3,skipRecentDays:s=7,verbose:i=!1,extractExperience:l=!1}=n,a={visited:0,skipped:0,errors:0},u=Date.now()-s*24*60*60*1e3;for(let c of t){if(a.visited>=o)break;if(!c.profileUrl)continue;let m=cn(c.profileUrl);if(m&&new Date(m).getTime()>u){a.skipped++;continue}try{let d=await on(e,c.profileUrl,{extractExperience:l}),p=c.source||"visit";if(d){let w={...d,source:p};l&&Array.isArray(d.experience)&&d.experience.length>0&&(w._lastEnrichedAt=new Date().toISOString()),He(c.profileUrl,w),d.resolvedUrl&&Ve(c.profileUrl,d.resolvedUrl)}an(c.profileUrl,{name:d?.name||c.name||null,source:p}),a.visited++,i?console.log(` [${a.visited}] ${d?.name||c.profileUrl} \u2014 ${d?.title?.slice(0,40)||"?"}`):a.visited%10===0&&console.log(` Visited: ${a.visited}`);let v=Math.random()*4e3;await k(r+v)}catch(d){a.errors++,i&&console.error(` Error visiting ${c.name||c.profileUrl}: ${d.message?.slice(0,60)}`);let p=(d.message||"").toLowerCase();if(p.includes("detached")||p.includes("session closed")||p.includes("target closed")||p.includes("session expired")||p.includes("bounced to")||p.includes("authwall")||p.includes("checkpoint")||p.includes("redirected to login")){console.log(" Fatal browser/session error \u2014 stopping visits");break}}}return a}await we();import"dotenv/config";import*as N from"fs";import*as Y from"path";import{fileURLToPath as Jo}from"url";import"dotenv/config";import{createGraphClient as Uo,resolveToken as qo}from"@ilivemylife/graph-sdk";import{config as Bo}from"dotenv";Bo();var fn=qo()||process.env.TOKEN;fn||(console.error(`
|
|
241
241
|
[FATAL] No iLiveMyLife token found.`),console.error(" The bot uses Lifebot AI to decide which jobs to apply for"),console.error(` and how to fill application forms. It cannot work without it.
|
|
242
242
|
`),console.error(" Easiest way:"),console.error(" 1. npm install -g @ilivemylife/graph-sdk"),console.error(` 2. ilml login your@email.com yourpassword
|
|
243
243
|
`),console.error(` Or add ILML_TOKEN=... to .env
|
|
244
|
-
`),process.exit(1));var
|
|
244
|
+
`),process.exit(1));var dn=Uo({token:fn});function Ho(e){if(!e||e<1e3)return`${e||0}ms`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let n=Math.floor(t/60),o=t%60;return o?`${n}m ${o}s`:`${n}m`}function Vo({scriptName:e,mode:t,status:n,error:o,duration:r}){let s=n==="error"?"\u2717":n==="quota-reached"?"\u26A0":"\u2713",i=new Date().toISOString().slice(0,16).replace("T"," "),l=r?` ${Ho(r)}`:"",a=n==="error"?`error${o?`: ${String(o).slice(0,80)}`:""}`:n==="quota-reached"?"daily quota reached":"done",u=t&&t!=="default"?` (${t})`:"";return`${s} ${e}${u} \u2014 ${a} \u2014 ${i}${l}`}async function mn({scriptName:e,mode:t,status:n,summaryLines:o,error:r,duration:s}){let i=process.env.NODE_RUN_REPORTS;if(!i||!Array.isArray(o)||o.length===0)return;let a=`**${Vo({scriptName:e,mode:t,status:n,error:r,duration:s})}**
|
|
245
245
|
|
|
246
246
|
${o.join(`
|
|
247
|
-
`)}`;try{await an.addMessage(i,a)}catch(c){console.error(`[runReport] Failed to post end-of-session message: ${c.message}`)}}var qo=Mo(import.meta.url),Uo=J.dirname(J.dirname(qo)),Ye=process.env.DATA_DIR?J.resolve(process.env.DATA_DIR,"collected-profiles"):J.join(Uo,"collected-profiles"),Ke=J.join(Ye,"run-log.json");function Bo(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";j.writeFileSync(o,n);for(let r=0;r<3;r++)try{j.renameSync(o,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function un(){try{if(!j.existsSync(Ke))return{runs:[]};let e=JSON.parse(j.readFileSync(Ke,"utf-8"));return!e.runs||!Array.isArray(e.runs)?{runs:[]}:e}catch{return{runs:[]}}}function fn(e){j.existsSync(Ye)||j.mkdirSync(Ye,{recursive:!0});try{Bo(Ke,e)}catch(t){console.error(`[!] Failed to save run-log.json: ${t.message}`)}}function dn(e,t="default"){let n=un();for(let i of n.runs)i.status==="running"&&(i.status="interrupted",i.result="interrupted",i.timestamp&&(i.duration=Date.now()-new Date(i.timestamp).getTime()));let o=new Date,r={timestamp:o.toISOString(),script:e,mode:t,status:"running",result:null,duration:null,stats:null,error:null};n.runs.push(r);let s=Date.now()-30*24*60*60*1e3;return n.runs=n.runs.filter(i=>new Date(i.timestamp).getTime()>s),fn(n),{script:e,mode:t,startTime:o.getTime(),runIndex:n.runs.length-1}}function ze(e,t,n=null,o=null){if(!e)return;let r=null;try{let i=un(),l=i.runs[e.runIndex];if(l&&l.status==="running"&&l.script===e.script)l.status=t,l.result=t,l.duration=Date.now()-e.startTime,l.stats=n,l.error=o,r=l.duration;else{let a=i.runs.find(c=>c.script===e.script&&c.status==="running"&&c.timestamp===new Date(e.startTime).toISOString());a&&(a.status=t,a.result=t,a.duration=Date.now()-e.startTime,a.stats=n,a.error=o,r=a.duration)}fn(i)}catch(i){console.error(`[runLog] Failed to end run: ${i.message}`)}let s=n&&Array.isArray(n.summaryLines)?n.summaryLines:null;if(s&&s.length>0&&process.env.NODE_RUN_REPORTS){let i=t==="error"?"error":n&&n.dailyLimitHit?"quota-reached":"done";cn({scriptName:e.script,mode:e.mode,status:i,summaryLines:s,error:o,duration:r??Date.now()-e.startTime}).catch(l=>console.error(`[runLog] postRunReport failed: ${l.message}`))}}import"dotenv/config";import*as f from"fs";import*as rt from"os";import*as b from"path";import{fileURLToPath as dr}from"url";var Ze={};me(Ze,{NAME:()=>Ho,VERSION:()=>Vo,up:()=>Go});import*as N from"fs";import*as $e from"path";var Vo=1,Ho="normalize-jobs-and-questions",Wo=["description","techStack","jobTags","seniority","employmentType","industries","jobFunction","postedTime","applicantCount","companySize","workplaceType","contractType","isEasyApply","applyType","companyUrl","scoutedAt","lastSeen"],Jo=50;function Qe(e){return N.existsSync(e)?JSON.parse(N.readFileSync(e,"utf-8")):null}function Xe(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{N.writeFileSync(o,n)}catch(r){try{N.unlinkSync(o)}catch{}throw r}try{N.renameSync(o,e)}catch(r){try{N.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Go(e,t){let n=$e.join(e,"jobs.json"),o=$e.join(t,"scouted-jobs.json"),r=$e.join(e,"application-questions.json"),s=Qe(n)||{},i=Qe(o)||{},l=0,a=[];for(let u of Object.keys(s)){if(!i[u])continue;let d=i[u],m=s[u];for(let h of Wo)d[h]!=null&&m[h]==null&&(m[h]=d[h]);a.push(u),l++}l>0?(Xe(n,s),console.log(` Phase 1: Merged ${l} scouted jobs into jobs.json`)):console.log(" Phase 1: No overlapping jobs to merge");let c=Qe(r);if(c&&Array.isArray(c.applications)){let u={},d=0;for(let m of c.applications){let h=m.jobId||"unknown";u[h]||(u[h]={applications:[]});let x=(m.questions||[]).map(S=>{let E={type:S.type||"input",question:S.question||"",answer:S.answer||""};return S.options&&(S.options.length<=Jo?E.options=S.options:(E.optionsOmitted=!0,d++)),S.page&&(E.page=S.page),S.wasPreFilled&&(E.wasPreFilled=!0),S.wasRetry&&(E.wasRetry=!0),E});u[h].applications.push({applicationId:m.applicationId,date:m.date,result:m.result||"submitted",formPages:m.formPages||null,duration:m.duration||null,retries:m.retries||0,failedField:m.failedField||null,questionCount:m.questionCount||x.length,questions:x})}Xe(r,u),console.log(` Phase 2: Rekeyed ${c.applications.length} applications by jobId (${Object.keys(u).length} unique jobs)`),d>0&&console.log(` Phase 2: Stripped bloated options from ${d} questions`)}else c&&!c.applications?console.log(" Phase 2: application-questions.json already in keyed format"):console.log(" Phase 2: No application-questions.json found");if(a.length>0){for(let u of a)delete i[u];Xe(o,i),console.log(` Phase 3: Removed ${a.length} merged entries from scouted-jobs.json (${Object.keys(i).length} remaining)`)}else console.log(" Phase 3: No entries to remove from scouted-jobs.json")}var et={};me(et,{NAME:()=>Ko,VERSION:()=>Yo,up:()=>Xo});import*as L from"fs";import*as mn from"path";var Yo=2,Ko="reset-unread-flags";function zo(e){return L.existsSync(e)?JSON.parse(L.readFileSync(e,"utf-8")):null}function Qo(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{L.writeFileSync(o,n)}catch(r){try{L.unlinkSync(o)}catch{}throw r}try{L.renameSync(o,e)}catch(r){try{L.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Xo(e){let t=mn.join(e,"conversations.json"),n=zo(t);if(!n){console.log(" conversations.json not found \u2014 nothing to reset.");return}let o=0;for(let r of Object.keys(n))n[r].unread===!0&&(n[r].unread=!1,o++);if(o===0){console.log(" No stale unread flags found \u2014 nothing to do.");return}Qo(t,n),console.log(` Reset unread=false on ${o} conversations. Run 'ilml linkedin sync-all' to re-establish real unread state from LinkedIn.`)}var tt={};me(tt,{NAME:()=>er,VERSION:()=>Zo,up:()=>sr});import*as F from"fs";import*as pn from"path";var Zo=3,er="recompute-last-message-by",tr=new Set(["draft","confirmed","rejected","needs_review"]);function nr(e){return F.existsSync(e)?JSON.parse(F.readFileSync(e,"utf-8")):null}function or(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{F.writeFileSync(o,n)}catch(r){try{F.unlinkSync(o)}catch{}throw r}try{F.renameSync(o,e)}catch(r){try{F.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}function rr(e,t){if(!e||e.length===0)return"them";let n=e.filter(s=>!tr.has(s.status));if(n.length===0)return"them";let o=n.map(s=>({m:s,t:Date.parse(s.time)})).filter(s=>Number.isFinite(s.t)).sort((s,i)=>i.t-s.t).map(s=>s.m),r=o.length>0?o:[...n].reverse();for(let s of r){let i=s.sender;if(i===t)return"me";if(i!=="Unknown"&&i!=="")return"them"}return"them"}async function sr(e){let t=pn.join(e,"conversations.json"),n=nr(t);if(!n){console.log(" conversations.json not found \u2014 nothing to recompute.");return}let o=process.env.LINKEDIN_NAME;if(!o||typeof o!="string"||!o.trim())throw new Error(`LINKEDIN_NAME env var is not set. Migration v003 needs your display name to determine which messages are yours vs theirs. Set LINKEDIN_NAME in your .env (or run "ilml plugin config linkedin set LINKEDIN_NAME 'Your Name'") and retry.`);let r=0,s=0,i=0;for(let l of Object.keys(n)){let a=n[l];if(!a||typeof a!="object")continue;Object.prototype.hasOwnProperty.call(a,"_cardSynced")&&(delete a._cardSynced,s++);let c=Array.isArray(a.messages)?a.messages:[],u=rr(c,o),d=u==="me"?"awaiting_reply":"unanswered_by_us";a.lastMessageBy!==u&&i++,a.lastMessageBy=u,a.conversationStatus=d,r++}if(r===0){console.log(" No conversations to recompute.");return}or(t,n),console.log(` Recomputed lastMessageBy + conversationStatus on ${r} conversations.`),console.log(` ${i} had stale lastMessageBy (now corrected).`),s>0&&console.log(` Cleaned ${s} leftover _cardSynced flags.`),console.log(" Re-run 'ilml linkedin enrich' if you want actionNeeded / summary / autoTags to also update.")}var nt={};me(nt,{NAME:()=>lr,VERSION:()=>ir,up:()=>fr});import*as P from"fs";import*as hn from"path";var ir=4,lr="split-connection-timestamps",ar=new Set(["pending","sent_without_note","sent_with_note","sent_without_note_upsell"]);function cr(e){if(!P.existsSync(e))return null;let t=P.readFileSync(e,"utf-8");return t.charCodeAt(0)===65279&&(t=t.slice(1)),JSON.parse(t)}function ur(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{P.writeFileSync(o,n)}catch(r){try{P.unlinkSync(o)}catch{}throw r}try{P.renameSync(o,e)}catch(r){try{P.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function fr(e){let t=hn.join(e,"people.json"),n=cr(t);if(!n||typeof n!="object"){console.log(" people.json not found \u2014 nothing to migrate.");return}let o=0,r=0;for(let s of Object.keys(n)){let i=n[s];!i||typeof i!="object"||(r++,ar.has(i.connectionStatus)&&i.connectionDate&&!i.requestedConnectionAt&&(i.requestedConnectionAt=i.connectionDate,i.connectionDate=null,o++))}if(o===0){console.log(` Scanned ${r} people \u2014 none needed the connectionDate\u2192requestedConnectionAt move.`);return}ur(t,n),console.log(` Moved connectionDate \u2192 requestedConnectionAt on ${o} still-pending people (of ${r} scanned).`),console.log(' connectionDate now means "accepted on" only; requestedConnectionAt means "requested on".')}await ye();Ge();var mr=dr(import.meta.url),pr=b.dirname(mr),hr=b.dirname(b.dirname(pr));function gr(e){return e&&(e==="~"?rt.homedir():e.startsWith("~/")||e.startsWith("~\\")?b.join(rt.homedir(),e.slice(2)):e)}var M=process.env.DATA_DIR?b.resolve(gr(process.env.DATA_DIR)):hr,re=b.join(M,"collected-profiles"),se=b.join(M,"market-research"),I=b.join(M,".schema-version"),gn=[b.join(re,".schema-version"),b.join(se,".schema-version")],G=4,B=[{version:1,module:Ze},{version:2,module:et},{version:3,module:tt},{version:4,module:nt}];(function(){B.sort((o,r)=>o.version-r.version);let t=new Set;for(let o of B){if(!Number.isInteger(o.version)||o.version<1)throw new Error(`MIGRATION_REGISTRY: invalid version ${JSON.stringify(o.version)} (must be positive integer)`);if(t.has(o.version))throw new Error(`MIGRATION_REGISTRY: duplicate version v${o.version}`);t.add(o.version);let r=o.module;if(!r||typeof r.up!="function")throw new Error(`MIGRATION_REGISTRY: v${o.version} module is missing up()`);if(r.VERSION!==void 0&&r.VERSION!==o.version)throw new Error(`MIGRATION_REGISTRY: v${o.version} entry does not match module VERSION (${r.VERSION}). Drift between registry and module \u2014 pick one source of truth.`)}let n=B.length?B[B.length-1].version:0;if(n!==G)throw new Error(`MIGRATION_REGISTRY: highest version v${n} but CURRENT_SCHEMA_VERSION=${G}. Forgot to bump CURRENT_SCHEMA_VERSION when adding the new migration?`);for(let o=0;o<B.length;o++){let r=o+1;if(B[o].version!==r)throw new Error(`MIGRATION_REGISTRY: gap detected \u2014 expected v${r} at position ${o} but found v${B[o].version}`)}})();function Sn(){process.env.DATA_DIR!==void 0&&process.env.DATA_DIR.trim()===""&&process.env.DATA_DIR.length>0&&(console.error(`
|
|
247
|
+
`)}`;try{await dn.addMessage(i,a)}catch(u){console.error(`[runReport] Failed to post end-of-session message: ${u.message}`)}}var Wo=Jo(import.meta.url),Go=Y.dirname(Y.dirname(Wo)),Ge=process.env.DATA_DIR?Y.resolve(process.env.DATA_DIR,"collected-profiles"):Y.join(Go,"collected-profiles"),Ye=Y.join(Ge,"run-log.json");function Yo(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";N.writeFileSync(o,n);for(let r=0;r<3;r++)try{N.renameSync(o,e);return}catch(s){if(r<2&&(s.code==="EPERM"||s.code==="EBUSY")){let i=Date.now();for(;Date.now()-i<200;);continue}throw s}}function pn(){try{if(!N.existsSync(Ye))return{runs:[]};let e=JSON.parse(N.readFileSync(Ye,"utf-8"));return!e.runs||!Array.isArray(e.runs)?{runs:[]}:e}catch{return{runs:[]}}}function hn(e){N.existsSync(Ge)||N.mkdirSync(Ge,{recursive:!0});try{Yo(Ye,e)}catch(t){console.error(`[!] Failed to save run-log.json: ${t.message}`)}}function gn(e,t="default"){let n=pn();for(let i of n.runs)i.status==="running"&&(i.status="interrupted",i.result="interrupted",i.timestamp&&(i.duration=Date.now()-new Date(i.timestamp).getTime()));let o=new Date,r={timestamp:o.toISOString(),script:e,mode:t,status:"running",result:null,duration:null,stats:null,error:null};n.runs.push(r);let s=Date.now()-30*24*60*60*1e3;return n.runs=n.runs.filter(i=>new Date(i.timestamp).getTime()>s),hn(n),{script:e,mode:t,startTime:o.getTime(),runIndex:n.runs.length-1}}function Ke(e,t,n=null,o=null){if(!e)return;let r=null;try{let i=pn(),l=i.runs[e.runIndex];if(l&&l.status==="running"&&l.script===e.script)l.status=t,l.result=t,l.duration=Date.now()-e.startTime,l.stats=n,l.error=o,r=l.duration;else{let a=i.runs.find(u=>u.script===e.script&&u.status==="running"&&u.timestamp===new Date(e.startTime).toISOString());a&&(a.status=t,a.result=t,a.duration=Date.now()-e.startTime,a.stats=n,a.error=o,r=a.duration)}hn(i)}catch(i){console.error(`[runLog] Failed to end run: ${i.message}`)}let s=n&&Array.isArray(n.summaryLines)?n.summaryLines:null;if(s&&s.length>0&&process.env.NODE_RUN_REPORTS){let i=t==="error"?"error":n&&n.dailyLimitHit?"quota-reached":"done";mn({scriptName:e.script,mode:e.mode,status:i,summaryLines:s,error:o,duration:r??Date.now()-e.startTime}).catch(l=>console.error(`[runLog] postRunReport failed: ${l.message}`))}}import"dotenv/config";import*as f from"fs";import*as ot from"os";import*as S from"path";import{fileURLToPath as wr}from"url";var Xe={};pe(Xe,{NAME:()=>zo,VERSION:()=>Ko,up:()=>Zo});import*as L from"fs";import*as _e from"path";var Ko=1,zo="normalize-jobs-and-questions",Qo=["description","techStack","jobTags","seniority","employmentType","industries","jobFunction","postedTime","applicantCount","companySize","workplaceType","contractType","isEasyApply","applyType","companyUrl","scoutedAt","lastSeen"],Xo=50;function ze(e){return L.existsSync(e)?JSON.parse(L.readFileSync(e,"utf-8")):null}function Qe(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{L.writeFileSync(o,n)}catch(r){try{L.unlinkSync(o)}catch{}throw r}try{L.renameSync(o,e)}catch(r){try{L.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function Zo(e,t){let n=_e.join(e,"jobs.json"),o=_e.join(t,"scouted-jobs.json"),r=_e.join(e,"application-questions.json"),s=ze(n)||{},i=ze(o)||{},l=0,a=[];for(let c of Object.keys(s)){if(!i[c])continue;let m=i[c],d=s[c];for(let p of Qo)m[p]!=null&&d[p]==null&&(d[p]=m[p]);a.push(c),l++}l>0?(Qe(n,s),console.log(` Phase 1: Merged ${l} scouted jobs into jobs.json`)):console.log(" Phase 1: No overlapping jobs to merge");let u=ze(r);if(u&&Array.isArray(u.applications)){let c={},m=0;for(let d of u.applications){let p=d.jobId||"unknown";c[p]||(c[p]={applications:[]});let v=(d.questions||[]).map(w=>{let A={type:w.type||"input",question:w.question||"",answer:w.answer||""};return w.options&&(w.options.length<=Xo?A.options=w.options:(A.optionsOmitted=!0,m++)),w.page&&(A.page=w.page),w.wasPreFilled&&(A.wasPreFilled=!0),w.wasRetry&&(A.wasRetry=!0),A});c[p].applications.push({applicationId:d.applicationId,date:d.date,result:d.result||"submitted",formPages:d.formPages||null,duration:d.duration||null,retries:d.retries||0,failedField:d.failedField||null,questionCount:d.questionCount||v.length,questions:v})}Qe(r,c),console.log(` Phase 2: Rekeyed ${u.applications.length} applications by jobId (${Object.keys(c).length} unique jobs)`),m>0&&console.log(` Phase 2: Stripped bloated options from ${m} questions`)}else u&&!u.applications?console.log(" Phase 2: application-questions.json already in keyed format"):console.log(" Phase 2: No application-questions.json found");if(a.length>0){for(let c of a)delete i[c];Qe(o,i),console.log(` Phase 3: Removed ${a.length} merged entries from scouted-jobs.json (${Object.keys(i).length} remaining)`)}else console.log(" Phase 3: No entries to remove from scouted-jobs.json")}var Ze={};pe(Ze,{NAME:()=>tr,VERSION:()=>er,up:()=>rr});import*as P from"fs";import*as yn from"path";var er=2,tr="reset-unread-flags";function nr(e){return P.existsSync(e)?JSON.parse(P.readFileSync(e,"utf-8")):null}function or(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{P.writeFileSync(o,n)}catch(r){try{P.unlinkSync(o)}catch{}throw r}try{P.renameSync(o,e)}catch(r){try{P.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function rr(e){let t=yn.join(e,"conversations.json"),n=nr(t);if(!n){console.log(" conversations.json not found \u2014 nothing to reset.");return}let o=0;for(let r of Object.keys(n))n[r].unread===!0&&(n[r].unread=!1,o++);if(o===0){console.log(" No stale unread flags found \u2014 nothing to do.");return}or(t,n),console.log(` Reset unread=false on ${o} conversations. Run 'ilml linkedin sync-all' to re-establish real unread state from LinkedIn.`)}var et={};pe(et,{NAME:()=>ir,VERSION:()=>sr,up:()=>fr});import*as F from"fs";import*as wn from"path";var sr=3,ir="recompute-last-message-by",lr=new Set(["draft","confirmed","rejected","needs_review"]);function ar(e){return F.existsSync(e)?JSON.parse(F.readFileSync(e,"utf-8")):null}function cr(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{F.writeFileSync(o,n)}catch(r){try{F.unlinkSync(o)}catch{}throw r}try{F.renameSync(o,e)}catch(r){try{F.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}function ur(e,t){if(!e||e.length===0)return"them";let n=e.filter(s=>!lr.has(s.status));if(n.length===0)return"them";let o=n.map(s=>({m:s,t:Date.parse(s.time)})).filter(s=>Number.isFinite(s.t)).sort((s,i)=>i.t-s.t).map(s=>s.m),r=o.length>0?o:[...n].reverse();for(let s of r){let i=s.sender;if(i===t)return"me";if(i!=="Unknown"&&i!=="")return"them"}return"them"}async function fr(e){let t=wn.join(e,"conversations.json"),n=ar(t);if(!n){console.log(" conversations.json not found \u2014 nothing to recompute.");return}let o=process.env.LINKEDIN_NAME;if(!o||typeof o!="string"||!o.trim())throw new Error(`LINKEDIN_NAME env var is not set. Migration v003 needs your display name to determine which messages are yours vs theirs. Set LINKEDIN_NAME in your .env (or run "ilml plugin config linkedin set LINKEDIN_NAME 'Your Name'") and retry.`);let r=0,s=0,i=0;for(let l of Object.keys(n)){let a=n[l];if(!a||typeof a!="object")continue;Object.prototype.hasOwnProperty.call(a,"_cardSynced")&&(delete a._cardSynced,s++);let u=Array.isArray(a.messages)?a.messages:[],c=ur(u,o),m=c==="me"?"awaiting_reply":"unanswered_by_us";a.lastMessageBy!==c&&i++,a.lastMessageBy=c,a.conversationStatus=m,r++}if(r===0){console.log(" No conversations to recompute.");return}cr(t,n),console.log(` Recomputed lastMessageBy + conversationStatus on ${r} conversations.`),console.log(` ${i} had stale lastMessageBy (now corrected).`),s>0&&console.log(` Cleaned ${s} leftover _cardSynced flags.`),console.log(" Re-run 'ilml linkedin enrich' if you want actionNeeded / summary / autoTags to also update.")}var tt={};pe(tt,{NAME:()=>mr,VERSION:()=>dr,up:()=>yr});import*as M from"fs";import*as bn from"path";var dr=4,mr="split-connection-timestamps",pr=new Set(["pending","sent_without_note","sent_with_note","sent_without_note_upsell"]);function hr(e){if(!M.existsSync(e))return null;let t=M.readFileSync(e,"utf-8");return t.charCodeAt(0)===65279&&(t=t.slice(1)),JSON.parse(t)}function gr(e,t){let n=JSON.stringify(t,null,2),o=e+".tmp";try{M.writeFileSync(o,n)}catch(r){try{M.unlinkSync(o)}catch{}throw r}try{M.renameSync(o,e)}catch(r){try{M.unlinkSync(o)}catch{}if(r.code==="EPERM"||r.code==="EBUSY"){let s=new Error(`File locked: ${e} (${r.code}). On Windows usually antivirus / file explorer / open editor. Close it and re-run.`);throw s.code=r.code,s}throw r}}async function yr(e){let t=bn.join(e,"people.json"),n=hr(t);if(!n||typeof n!="object"){console.log(" people.json not found \u2014 nothing to migrate.");return}let o=0,r=0;for(let s of Object.keys(n)){let i=n[s];!i||typeof i!="object"||(r++,pr.has(i.connectionStatus)&&i.connectionDate&&!i.requestedConnectionAt&&(i.requestedConnectionAt=i.connectionDate,i.connectionDate=null,o++))}if(o===0){console.log(` Scanned ${r} people \u2014 none needed the connectionDate\u2192requestedConnectionAt move.`);return}gr(t,n),console.log(` Moved connectionDate \u2192 requestedConnectionAt on ${o} still-pending people (of ${r} scanned).`),console.log(' connectionDate now means "accepted on" only; requestedConnectionAt means "requested on".')}await we();We();var br=wr(import.meta.url),Sr=S.dirname(br),vr=S.dirname(S.dirname(Sr));function kr(e){return e&&(e==="~"?ot.homedir():e.startsWith("~/")||e.startsWith("~\\")?S.join(ot.homedir(),e.slice(2)):e)}var U=process.env.DATA_DIR?S.resolve(kr(process.env.DATA_DIR)):vr,ie=S.join(U,"collected-profiles"),le=S.join(U,"market-research"),T=S.join(U,".schema-version"),Sn=[S.join(ie,".schema-version"),S.join(le,".schema-version")],K=4,H=[{version:1,module:Xe},{version:2,module:Ze},{version:3,module:et},{version:4,module:tt}];(function(){H.sort((o,r)=>o.version-r.version);let t=new Set;for(let o of H){if(!Number.isInteger(o.version)||o.version<1)throw new Error(`MIGRATION_REGISTRY: invalid version ${JSON.stringify(o.version)} (must be positive integer)`);if(t.has(o.version))throw new Error(`MIGRATION_REGISTRY: duplicate version v${o.version}`);t.add(o.version);let r=o.module;if(!r||typeof r.up!="function")throw new Error(`MIGRATION_REGISTRY: v${o.version} module is missing up()`);if(r.VERSION!==void 0&&r.VERSION!==o.version)throw new Error(`MIGRATION_REGISTRY: v${o.version} entry does not match module VERSION (${r.VERSION}). Drift between registry and module \u2014 pick one source of truth.`)}let n=H.length?H[H.length-1].version:0;if(n!==K)throw new Error(`MIGRATION_REGISTRY: highest version v${n} but CURRENT_SCHEMA_VERSION=${K}. Forgot to bump CURRENT_SCHEMA_VERSION when adding the new migration?`);for(let o=0;o<H.length;o++){let r=o+1;if(H[o].version!==r)throw new Error(`MIGRATION_REGISTRY: gap detected \u2014 expected v${r} at position ${o} but found v${H[o].version}`)}})();function xn(){process.env.DATA_DIR!==void 0&&process.env.DATA_DIR.trim()===""&&process.env.DATA_DIR.length>0&&(console.error(`
|
|
248
248
|
[FATAL] DATA_DIR is set to whitespace ("${process.env.DATA_DIR}"). Either unset it or set a real path.
|
|
249
|
-
`),process.exit(1));try{f.mkdirSync(
|
|
250
|
-
[FATAL] Cannot create DATA_DIR (${
|
|
251
|
-
`),process.exit(1))}let e;try{e=f.statSync(
|
|
252
|
-
[FATAL] DATA_DIR (${
|
|
249
|
+
`),process.exit(1));try{f.mkdirSync(U,{recursive:!0})}catch(t){t.code!=="EEXIST"&&(console.error(`
|
|
250
|
+
[FATAL] Cannot create DATA_DIR (${U}): ${t.message}`),console.error(` Fix the path or permissions and try again.
|
|
251
|
+
`),process.exit(1))}let e;try{e=f.statSync(U)}catch(t){console.error(`
|
|
252
|
+
[FATAL] DATA_DIR (${U}) is not accessible: ${t.message}
|
|
253
253
|
`),process.exit(1)}e.isDirectory()||(console.error(`
|
|
254
|
-
[FATAL] DATA_DIR (${
|
|
255
|
-
`),process.exit(1));for(let t of[
|
|
254
|
+
[FATAL] DATA_DIR (${U}) exists but is NOT a directory.`),console.error(` Looks like a typo \u2014 your DATA_DIR points at a file. Fix the path and try again.
|
|
255
|
+
`),process.exit(1));for(let t of[ie,le]){let n;try{n=f.lstatSync(t)}catch(o){if(o.code==="ENOENT")continue;throw o}n.isSymbolicLink()&&(console.error(`
|
|
256
256
|
[FATAL] Data subdirectory is a symbolic link: ${t}`),console.error(" Refusing to follow \u2014 backup code would copy whatever the link points at."),console.error(` If this is intentional, replace the symlink with the real directory.
|
|
257
|
-
`),process.exit(1))}}var
|
|
258
|
-
[FATAL] Another plugin process is currently running migrations:`),console.error(` PID: ${t.pid}`),console.error(` Started at: ${t.startedAt||"(unknown)"}`),console.error(` Lock file: ${
|
|
257
|
+
`),process.exit(1))}}var se=S.join(U,".migration-lock");function Cr(){let e=JSON.stringify({pid:process.pid,startedAt:new Date().toISOString()},null,2);try{return f.writeFileSync(se,e,{flag:"wx"}),!0}catch(o){if(o.code!=="EEXIST")throw o}let t;try{t=JSON.parse(f.readFileSync(se,"utf-8"))}catch{t=null}if(t&&Number.isInteger(t.pid)){let o=!1;try{process.kill(t.pid,0),o=!0}catch(i){i.code==="EPERM"&&(o=!0)}let r=24*60*60*1e3,s=1/0;if(t.startedAt){let i=Date.parse(t.startedAt);Number.isNaN(i)||(s=Date.now()-i)}o&&s<r&&(console.error(`
|
|
258
|
+
[FATAL] Another plugin process is currently running migrations:`),console.error(` PID: ${t.pid}`),console.error(` Started at: ${t.startedAt||"(unknown)"}`),console.error(` Lock file: ${se}
|
|
259
259
|
`),console.error(" Wait for it to finish, or if you're sure it's not actually running,"),console.error(` delete the lock file manually and re-run.
|
|
260
|
-
`),process.exit(1)),o&&s>=r&&console.log(` Lock holder PID ${t.pid} is alive but lock is older than 24h \u2014 assuming PID reuse, taking over.`)}console.log(` Stale migration lock from PID ${t?.pid??"?"} found \u2014 taking over.`);let n=
|
|
260
|
+
`),process.exit(1)),o&&s>=r&&console.log(` Lock holder PID ${t.pid} is alive but lock is older than 24h \u2014 assuming PID reuse, taking over.`)}console.log(` Stale migration lock from PID ${t?.pid??"?"} found \u2014 taking over.`);let n=se+".tmp";try{return f.writeFileSync(n,e),f.renameSync(n,se),!0}catch(o){try{f.unlinkSync(n)}catch{}throw new Error(`Failed to take over stale migration lock: ${o.message}`)}}function rt(){try{if(JSON.parse(f.readFileSync(se,"utf-8")).pid!==process.pid)return;f.unlinkSync(se)}catch{}}var vn=!1;function xr(){if(vn)return;vn=!0;let e=()=>{try{rt()}catch{}process.exit(1)};for(let t of["SIGINT","SIGTERM","SIGHUP"])try{process.on(t,e)}catch{}}function Er(){if(f.existsSync(T))return;let e=[],t=[];for(let s of Sn)if(f.existsSync(s))try{e.push({file:s,schema:$e(s)})}catch(i){t.push({file:s,err:i.message})}if(t.length>0){console.error(`
|
|
261
261
|
[FATAL] Legacy .schema-version file(s) corrupted \u2014 cannot determine current schema version:`);for(let s of t)console.error(` ${s.file}: ${s.err}`);console.error(`
|
|
262
262
|
Repair the file(s) (likely just an integer 'version' field \u2014 see another working DATA_DIR`),console.error(` or default to {"version":1,"migrations":[]} if you're sure you're on schema v1) and try again.
|
|
263
263
|
`),process.exit(1)}if(e.length===0)return;let n=e.map(s=>s.schema.version);if(new Set(n).size>1){console.error(`
|
|
264
264
|
[FATAL] Legacy .schema-version files disagree:`);for(let s of e)console.error(` ${s.file}: v${s.schema.version}`);console.error(" This means a previous migration crashed between writing the two files."),console.error(` Reconcile manually (delete the wrong one, keep the right one), then re-run.
|
|
265
|
-
`),process.exit(1)}let o=e[0].schema,r=
|
|
266
|
-
[FATAL] ${
|
|
267
|
-
`),process.exit(1)}let t=
|
|
268
|
-
[FATAL] ${
|
|
269
|
-
`),process.exit(1)),t}function
|
|
270
|
-
[FATAL] Your data schema is at v${t}, but this plugin build only understands up to v${
|
|
271
|
-
`),console.error(" Options:"),console.error(" A) Re-install the newer plugin version that produced this schema, then"),console.error(" (if you really want to downgrade) run 'rollback-data --confirm' first,"),console.error(" then re-install the older plugin version."),console.error(` B) Manually restore your data from the *.pre-vNNN.backup files matching v${
|
|
265
|
+
`),process.exit(1)}let o=e[0].schema,r=T+".tmp";try{f.writeFileSync(r,JSON.stringify(o,null,2)),f.renameSync(r,T)}catch(s){try{f.unlinkSync(r)}catch{}throw s}for(let s of Sn)if(f.existsSync(s))try{f.unlinkSync(s)}catch{}console.log(` Consolidated legacy .schema-version files \u2192 ${T}`)}function Ar(e){if(e===null||typeof e!="object"||Array.isArray(e))return null;let t=Number(e.version);return!Number.isFinite(t)||t<0||!Number.isInteger(t)?null:(e.version=t,Array.isArray(e.migrations)||(e.migrations=[]),e)}function $e(e){let t=f.readFileSync(e,"utf-8");return t.charCodeAt(0)===65279&&(t=t.slice(1)),JSON.parse(t)}function kn(){if(Er(),!f.existsSync(T))return{version:0,migrations:[]};let e;try{e=$e(T)}catch(n){if(n.code==="ENOENT")return{version:0,migrations:[]};console.error(`
|
|
266
|
+
[FATAL] ${T} is not valid JSON: ${n.message}`),console.error(" Refusing to proceed \u2014 silently treating it as 'fresh install' would re-apply"),console.error(" every migration on top of already-migrated data and corrupt it."),console.error(' Repair the file (set it to {"version":N,"migrations":[...]} matching your real state)'),console.error(` or restore from the *.pre-vNNN.backup files if you have them.
|
|
267
|
+
`),process.exit(1)}let t=Ar(e);return t===null&&(console.error(`
|
|
268
|
+
[FATAL] ${T} has invalid structure:`),console.error(` ${JSON.stringify(e)?.slice(0,200)||"(unparseable)"}`),console.error(' Expected shape: { "version": <integer>, "migrations": [...] }'),console.error(` Repair the file or restore from a backup.
|
|
269
|
+
`),process.exit(1)),t}function En(e){try{f.chmodSync(e,384)}catch{}}function _r(e){if(xn(),f.existsSync(T))try{if(f.lstatSync(T).isSymbolicLink())throw new Error(`SCHEMA_FILE is a symbolic link: ${T}. Refusing to write through it (potential symlink attack). Remove the link and re-run.`)}catch(n){if(n.message?.includes("symbolic link"))throw n}let t=T+".tmp";try{f.writeFileSync(t,JSON.stringify(e,null,2)),En(t),f.renameSync(t,T)}catch(n){try{f.unlinkSync(t)}catch{}throw n}}function Cn(e,t){if(!f.existsSync(e))return;let n=`.pre-v${String(t).padStart(3,"0")}.backup`,o=f.readdirSync(e).filter(l=>{let a=l.toLowerCase();if(a.includes(".backup")||a===".schema-version"||a.endsWith(".tmp"))return!1;try{return f.statSync(S.join(e,l)).isFile()}catch{return!1}}),r=0,s=0,i=[];for(let l of o){let a=S.join(e,l),u=S.join(e,l+n);if(f.existsSync(u)){s++;continue}try{_n(a,u),r++}catch(c){i.push({file:l,err:c.message})}}if(i.length>0){let l=new Error(`Failed to back up ${i.length} file(s) in ${S.basename(e)}/: `+i.map(a=>`${a.file} (${a.err})`).join(", "));throw l.code="BACKUP_INCOMPLETE",l}if(r>0||s>0){let l=s>0?` (${s} pre-existing backup(s) preserved)`:"";console.log(` Backed up ${r} files in ${S.basename(e)}/ (${n})${l}`)}}var nt=!1;async function An(){if(nt)return;xn(),Dr();let t=kn().version;if(t===K){nt=!0;return}xr(),Cr(),process.on("exit",rt),t>K&&(console.error(`
|
|
270
|
+
[FATAL] Your data schema is at v${t}, but this plugin build only understands up to v${K}.`),console.error(" This usually means you downgraded the plugin without rolling back data."),console.error(` Operating on the newer-format data with this build would risk corrupting it.
|
|
271
|
+
`),console.error(" Options:"),console.error(" A) Re-install the newer plugin version that produced this schema, then"),console.error(" (if you really want to downgrade) run 'rollback-data --confirm' first,"),console.error(" then re-install the older plugin version."),console.error(` B) Manually restore your data from the *.pre-vNNN.backup files matching v${K}.
|
|
272
272
|
`),process.exit(1)),console.log(`
|
|
273
|
-
\u{1F4E6} Schema migration: v${t} \u2192 v${
|
|
273
|
+
\u{1F4E6} Schema migration: v${t} \u2192 v${K}`);let n=Or();if(!n.ok){console.error(`
|
|
274
274
|
[FATAL] Cannot migrate \u2014 current data is corrupted:`);for(let r of n.broken)console.error(` ${r.dir}/${r.file}: ${r.err}`);console.error(`
|
|
275
275
|
Migration ABORTED. No backups taken, no files modified.`),console.error(" Repair the file(s) above (restore from your own backup, or fix manually)"),console.error(` and try again. To inspect: 'ilml linkedin migrate-status'.
|
|
276
|
-
`),process.exit(1)}let o=
|
|
277
|
-
Running migration v${String(r.version).padStart(3,"0")}...`);let s=`v${String(r.version).padStart(3,"0")}`,i=`.pre-${s}.backup`;try{
|
|
276
|
+
`),process.exit(1)}let o=H.filter(r=>r.version>t);for(let r of o){console.log(`
|
|
277
|
+
Running migration v${String(r.version).padStart(3,"0")}...`);let s=`v${String(r.version).padStart(3,"0")}`,i=`.pre-${s}.backup`;try{Cn(ie,r.version),Cn(le,r.version)}catch(a){console.error(`
|
|
278
278
|
[FATAL] Pre-migration backup failed for ${s}: ${a.message}`),console.error(" Migration NOT applied. Repair the underlying issue (disk space, permissions, locked files)"),console.error(` and re-run the plugin command.
|
|
279
|
-
`),process.exit(1)}let l=r.module;try{await l.up(
|
|
280
|
-
[FATAL] Migration ${s} failed: ${a.message}`),console.error(` Attempting auto-rollback from ${i} files...`);try{let
|
|
281
|
-
`)):(console.error(` [!] Auto-rollback INCOMPLETE: ${
|
|
282
|
-
`))}catch(
|
|
283
|
-
`)}process.exit(1)}try{let a=new Date().toISOString(),
|
|
279
|
+
`),process.exit(1)}let l=r.module;try{await l.up(ie,le)}catch(a){console.error(`
|
|
280
|
+
[FATAL] Migration ${s} failed: ${a.message}`),console.error(` Attempting auto-rollback from ${i} files...`);try{let u=jr(i);u.ok?(console.error(` \u2713 Auto-rollback restored ${u.restored} files. Schema stays at v${t}.`),console.error(` The migration will be retried on next plugin command. Fix the root cause first.
|
|
281
|
+
`)):(console.error(` [!] Auto-rollback INCOMPLETE: ${u.error}`),console.error(` Manual recovery: copy *${i} files back over the originals.
|
|
282
|
+
`))}catch(u){console.error(` [!] Auto-rollback CRASHED while restoring: ${u.message}`),console.error(` Manual recovery: copy *${i} files back over the originals.
|
|
283
|
+
`)}process.exit(1)}try{let a=new Date().toISOString(),u={version:r.version,name:l.NAME||s,appliedAt:a},c=kn();c.version=r.version,c.migratedAt=a,c.migrations=c.migrations||[],c.migrations.push(u),_r(c)}catch(a){console.error(`
|
|
284
284
|
[FATAL] Migration ${s} applied successfully but schema version file could NOT be updated: ${a.message}`),console.error(` Your data is in the v${r.version} state but .schema-version still shows v${t}.`),console.error(` On next plugin command the runner will try to re-apply ${s}. If that migration is`),console.error(` idempotent (most are), it will succeed harmlessly. If you're unsure, run 'data-cleanup' and contact support.
|
|
285
|
-
`),process.exit(1)}console.log(` \u2713 Migration ${s} complete`)}try{
|
|
286
|
-
\u2713 Schema is now at v${
|
|
287
|
-
`)}var
|
|
285
|
+
`),process.exit(1)}console.log(` \u2713 Migration ${s} complete`)}try{Qt()}catch{}try{ln()}catch{}nt=!0,rt(),console.log(`
|
|
286
|
+
\u2713 Schema is now at v${K}
|
|
287
|
+
`)}var $r=[/\.json\.tmp$/,/\.schema-version\.tmp$/,/\.backup\.tmp$/];function Ir(e){let t=e.toLowerCase();return $r.some(n=>n.test(t))}var Rr=6e4;function Tr(){let e=Date.now(),t=[];for(let n of[U,ie,le]){if(!f.existsSync(n))continue;let o;try{o=f.readdirSync(n)}catch{continue}for(let r of o){if(!Ir(r))continue;let s=S.join(n,r);try{let i=f.statSync(s);if(!i.isFile()||e-i.mtimeMs<Rr)continue;t.push({dir:n,file:r,fullPath:s})}catch{}}}return t}function Dr({verbose:e=!1}={}){let t=Tr();if(t.length===0)return e&&console.log(" No orphan .tmp files found."),0;let n=0;for(let o of t)try{f.unlinkSync(o.fullPath),n++,e&&console.log(` Removed orphan: ${S.basename(o.dir)}/${o.file}`)}catch(r){console.warn(` [!] Could not remove orphan ${o.fullPath}: ${r.message}`)}return!e&&n>0&&console.log(` Cleaned up ${n} orphan .tmp file(s) from previous run.`),n}function Or(){let e=[];for(let t of[ie,le]){if(!f.existsSync(t))continue;let n=f.readdirSync(t).filter(o=>{let r=o.toLowerCase();return r.endsWith(".json")&&!r.includes(".backup")});for(let o of n){let r=S.join(t,o);try{$e(r)}catch(s){e.push({dir:S.basename(t),file:o,err:s.message})}}}return e.length===0?{ok:!0}:{ok:!1,broken:e}}function jr(e){let t=[],n=[];for(let s of[ie,le]){if(!f.existsSync(s))continue;let i=f.readdirSync(s).filter(l=>l.endsWith(e));for(let l of i){let a=S.join(s,l),u=l.slice(0,-e.length),c=S.join(s,u);try{u.toLowerCase().endsWith(".json")?$e(a):f.accessSync(a,f.constants.R_OK),t.push({backupPath:a,originalPath:c,fileName:l,dir:s})}catch(m){n.push(`${S.basename(s)}/${l}: ${m.message}`)}}}if(n.length>0)return{ok:!1,error:n.join("; "),restored:0};let o=0,r=[];for(let{backupPath:s,originalPath:i,fileName:l,dir:a}of t)try{_n(s,i),o++}catch(u){r.push(`${S.basename(a)}/${l}: ${u.message}`)}return r.length>0?{ok:!1,error:r.join("; "),restored:o}:{ok:!0,restored:o}}function _n(e,t){let n=t+".tmp";try{f.copyFileSync(e,n),En(n)}catch(o){try{f.unlinkSync(n)}catch{}throw o}try{f.renameSync(n,t)}catch(o){try{f.unlinkSync(n)}catch{}if(o.code==="EPERM"||o.code==="EBUSY"){let r=new Error(`File locked: ${t} (${o.code}). On Windows this is usually antivirus / Search Indexer / the file open in another app. Close anything that might be holding it and re-run.`);throw r.code=o.code,r}throw o}}await An();var z=process.argv.slice(2),Ie=parseInt(z.find(e=>e.startsWith("--max="))?.split("=")[1]||"10"),ke=z.includes("--connections"),$n=z.find(e=>e.startsWith("--match-title="))?.split("=").slice(1).join("=")||null,_=$n?Fr($n):null,Nr=z.includes("--list"),Lr=z.includes("--verbose"),st=z.includes("--with-experience"),Pr=z.includes("--help")||z.includes("-h");Pr&&(console.log(`
|
|
288
288
|
enrich-profiles \u2014 batch-visit contacts in people.json missing About text
|
|
289
289
|
|
|
290
290
|
USAGE
|
|
@@ -327,12 +327,12 @@ WHEN TO USE
|
|
|
327
327
|
- You want to backfill in a controlled batch (\u2264 10 per day) before reaching
|
|
328
328
|
out, so AI drafting has full context.
|
|
329
329
|
- Use --connections to keep ban risk low.
|
|
330
|
-
`),process.exit(0));function
|
|
331
|
-
\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550`),console.log(" PROFILE ENRICHMENT QUEUE"),console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"),console.log(` Total people: ${t}`),console.log(` With "about": ${n} (${(n/t*100).toFixed(1)}%)`),console.log(` Missing "about": ${o}`),console.log(` Skipped (needs reply): ${
|
|
332
|
-
`)}function
|
|
330
|
+
`),process.exit(0));function Fr(e){try{return new RegExp(e,"i")}catch(t){console.error(`Invalid regex for --match-title: ${t.message}`),process.exit(1)}}var Mr=new Set(["pending","sent_with_note","sent_without_note"]);function Ur(e){return!e.about||!e.about.trim()}function qr(e){return!Mr.has(e.connectionStatus)}function In(){let e=G(),t=Be(),n=new Set,o=new Set;for(let l of Object.values(t))l.profileUrl&&n.add(l.profileUrl),(l.unread===!0||l.actionNeeded==="reply"||l.situation==="needs_our_reply"||l.conversationStatus==="unanswered_by_us")&&l.profileUrl&&o.add(l.profileUrl);let s=Object.entries(e).filter(([l,a])=>l&&l.startsWith("http")).filter(([,l])=>Ur(l)).filter(([,l])=>qr(l)).filter(([l])=>!o.has(l)).map(([l,a])=>({profileUrl:l,name:a.name,person:a,hasConversation:n.has(l)}));ke&&(s=s.filter(l=>l.person.connectionStatus==="connected")),_&&(s=s.filter(l=>_.test(l.person.title||"")));function i(l){let a=l.person.connectionStatus==="connected";return a&&l.hasConversation?1:a?2:_&&_.test(l.person.title||"")?3:l.hasConversation?4:5}return s.sort((l,a)=>{let u=i(l),c=i(a);if(u!==c)return u-c;let m=l.person.lastFullVisitAt||"",d=a.person.lastFullVisitAt||"";return m.localeCompare(d)}),s.map(l=>({profileUrl:l.profileUrl,name:l.name,source:"enrich-profile"}))}function Br(){let e=G(),t=Object.keys(e).length,n=Object.values(e).filter(m=>m.about&&m.about.trim()).length,o=t-n,r=In(),s={connWithConv:0,conn:0,titleMatch:0,withConv:0,other:0},i=e,l=Be(),a=new Set(Object.values(l).map(m=>m.profileUrl).filter(Boolean)),u=Object.values(l).filter(m=>m.profileUrl&&(m.unread===!0||m.actionNeeded==="reply"||m.situation==="needs_our_reply"||m.conversationStatus==="unanswered_by_us")).length,c=0;for(let m of r){let d=i[m.profileUrl],p=d.connectionStatus==="connected",v=_&&_.test(d.title||""),w=a.has(m.profileUrl);d.lastFullVisitAt||c++,p&&w?s.connWithConv++:p?s.conn++:v?s.titleMatch++:w?s.withConv++:s.other++}console.log(`
|
|
331
|
+
\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550`),console.log(" PROFILE ENRICHMENT QUEUE"),console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"),console.log(` Total people: ${t}`),console.log(` With "about": ${n} (${(n/t*100).toFixed(1)}%)`),console.log(` Missing "about": ${o}`),console.log(` Skipped (needs reply): ${u}`),console.log(` Visitable (queue): ${r.length}`),console.log(` Never fully visited: ${c} (gone first)`),_&&console.log(` Title-match filter: /${_.source}/i`),ke&&console.log(" Connections-only: yes"),console.log(" \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500"),console.log(` Tier 1 (conn+conv): ${s.connWithConv}`),console.log(` Tier 2 (connection): ${s.conn}`),console.log(` Tier 3 (title match): ${s.titleMatch}${_?"":" (no --match-title set)"}`),console.log(` Tier 4 (conversation): ${s.withConv}`),console.log(` Tier 5 (other): ${s.other}`),console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"),console.log(` At ${Ie}/day \u2192 ~${Math.ceil(r.length/Ie)} days to clear queue
|
|
332
|
+
`)}function Hr(){console.log(""),console.log(" \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557"),console.log(" \u2551 \u26A0 BAN-RISK WARNING \u2014 please read \u2551"),console.log(" \u2560\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2563"),console.log(" \u2551 This script visits LinkedIn profiles WITHOUT performing any \u2551"),console.log(" \u2551 follow-up action (no message, no connect request, no like). \u2551"),console.log(" \u2551 LinkedIn has previously flagged accounts for exactly this \u2551"),console.log(' \u2551 pattern with a "we noticed unusual activity" warning. \u2551'),console.log(" \u2551 \u2551"),console.log(" \u2551 Safer alternative: let data accumulate organically through \u2551"),console.log(" \u2551 apply / outreach / funnel / visit \u2014 those visits HAVE a \u2551"),console.log(" \u2551 purpose and don't trip the same heuristic. \u2551"),console.log(" \u2551 \u2551"),console.log(" \u2551 If you proceed, keep --max small (\u226410) and run at most once \u2551"),console.log(" \u2551 per day. Your account, your call. \u2551"),console.log(" \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D"),console.log("")}async function Vr(){if(console.log(`
|
|
333
333
|
LinkedIn Profile Enricher
|
|
334
|
-
`),
|
|
335
|
-
`);return}let t=
|
|
334
|
+
`),Nr){Br();return}Hr(),st&&(console.log(""),console.log(" \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557"),console.log(" \u2551 \u26A0 --with-experience: extra ban-risk warning \u2551"),console.log(" \u2560\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2563"),console.log(" \u2551 Each visit now does TWO page loads (main + /details/ \u2551"),console.log(" \u2551 experience/). That doubles LinkedIn's view-counter signal \u2551"),console.log(" \u2551 per profile. Keep --max low (\u226410) and run rarely. \u2551"),console.log(" \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D"),console.log(""));let e=In();if(console.log(` Queue size: ${e.length}`),console.log(` Max visits this session: ${Ie}`),_&&console.log(` Title filter: /${_.source}/i`),ke&&console.log(" Connections only: yes"),st&&console.log(" With experience: yes (2\xD7 page loads per profile)"),console.log(""),e.length===0){console.log(` Nothing to enrich \u2014 every visitable profile already has "about".
|
|
335
|
+
`);return}let t=ke&&_?"connections+title":ke?"connections":_?`title=${_.source}`:"all",n=gn("enrich-profiles",t),{browser:o,page:r}=await Jt();try{let s=await un(r,e,{maxVisits:Ie,verbose:Lr,skipRecentDays:7,extractExperience:st}),i=G(),l=0;for(let a of e.slice(0,s.visited+s.skipped))i[a.profileUrl]?.about?.trim()&&l++;console.log(`
|
|
336
336
|
\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550`),console.log(" Enrichment Complete"),console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"),console.log(` Visited: ${s.visited}`),console.log(` Skipped (recent): ${s.skipped}`),console.log(` Errors: ${s.errors}`),console.log(` Have "about" now: ${l} / ${s.visited+s.skipped}`),console.log(`\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550
|
|
337
|
-
`),
|
|
338
|
-
Error:`,s.message),
|
|
337
|
+
`),Ke(n,"success",s)}catch(s){console.error(`
|
|
338
|
+
Error:`,s.message),Ke(n,"error",null,s.message)}finally{await o.close().catch(()=>{})}}Vr().catch(e=>{console.error("Enrich-profiles failed:",e),process.exit(1)});
|