You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the module but I am confused by creating the scrapper object. When I try to create my own scrapper object; (see inline comments)
var scrapper = new ScrapeLinkedin({
debug : true,
token : "AQEDAQspjEgFMbwCAAABXDTCdAMAAAFcNnnoA04AUGtGVZg_a9IjDU1ofVm0lDmmwJPUan9F6DYDKxb1L5ihoiB1R7RA1on_eojo0X1K6Asf1ohZQ8DinUChZ8D86EFDpbtX8cLH9OfxjB_TSvU1YF8f", // the li_at value that is stored in my browser cookies for www.linkedin.com
loginCsrf : "5750b618-79f2-46f3-8c8f-996eb20ffaca", // the Csrf value that is returned to me when I ran the server with this key commented out.
loginCookies :"v=1&20170523173255934f9c09-a7af-4da5-8f78-b2663f020437AQGJ_n-xxz_vpfG11iW2X3BQZ5Pw_uqh", // This is my bcookie value
loginEmail : "<my-email>", // my email login to linkedin
loginPassword : "<my-password>" // my password login to linkedin
});
Hi,
I am trying to use the module but I am confused by creating the scrapper object. When I try to create my own scrapper object; (see inline comments)
The rest of the code;
When I run the server with the above object assigned to scrapper, my server runs and I do not receive an obvious response or err.
Can you offer any advice please?
Thanks in advance,
John
The text was updated successfully, but these errors were encountered: