Git Product home page Git Product logo

linkedin-workshop-template's Introduction

[Growth.Dev] How to transform Linkedin into an address book using Puppeteer!

Prerequisites 🛠

  • A command line terminal, if you're not familiar with it you can read this post explaining the basics. For the best experience, we recommend you iTerm2 an alternative to the pre-install macOS terminal.

  • The JavaScript runtime Node.js. If you're a brew user you can simply brew install node, otherwise you can download it here. Moreover here's an article where you can find more information about how to install it and use it.

  • The distributed version control system Git. If you're a brew user you can simply brew install git. Git'll be necessary to clone this repository on your computer

To be sure both of these tools are OK, open a terminal and run:

▶ node -v
v10.7.0
▶ npm -v
6.2.0
▶ git --version
git version 2.17.2 (Apple Git-113)

And check the version of node installed is upper or equal to 8.

Install repository

  1. Clone this repository
▶ git clone https://github.com/aureeaubert/linkedin-workshop-template.git
  1. Open the repository
cd linkedin-workshop-template

And open this folder with the editor of your choice

  1. Intall dependencies
▶ npm install
  1. Execute it:
▶ node ./scrape-profile-usernames.js <linkedin search url> <session cookie>
▶ node ./scrape-profiles.js <session cookie>

Note: session cookie corresponds to the LinkedIn authentication cookie named li_at

linkedin-workshop-template's People

Contributors

aureeaubert avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.