rafaelrpinto / puppeteer-linkedin-scraper-example

Test project that scrapes some linkedin messages using puppeteer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppeteer-linkedin-scraper-example

Test project that scrapes some linkedin messages using puppeteer.

Runnings

First create a credentials.js file on the project root:

module.exports = {
    username: "myemail",
    password: "mypassword"
}

Then:

yarn install
mkdir -p /tmp/pptuser`
node index.js

About

Test project that scrapes some linkedin messages using puppeteer.


Languages

Language:JavaScript 100.0%