Skip to content

rpradosilva/resume-in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo Repo

ResumeIn

A scraping your LinkedIn data to JSON

About License Install

About

It is a web application that scrapes your linkedin data to create a local database of your information to keep your portfolio up to date.

Features

  • Scraping LinkedIn data
  • Save data to JSON
  • Preview data

Getting Started

Prerequisites

  • The NodeJS is required to be able to run this project.
  • LinkedIn Account

Usage

  1. Clone repository

  2. Install NPM Packages npm i

  3. Run project npm start

  4. Insert your LinkedIn credencials

Important: Massive usage may lock your LinkedIn account or block your login with captcha.

Visualize your data

After extracting your data, a JSON file will be generated in the examples folder.

  1. Go to the examples folder
  2. Open index.html and run Live Server
  3. You will be able to view your data

The application generate a JSON file, you can use to:

  • Customize your portfolio with dynamic data
  • Generate resume

View data structure here

Dependencies

nodeJS
puppeteer
readline-sync
spinnies

License

This project is protected by the MIT license. See the file LICENSE for more details.


Logo RPrado