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.
- Scraping LinkedIn data
- Save data to JSON
- Preview data
- The NodeJS is required to be able to run this project.
- LinkedIn Account
-
Clone repository
-
Install NPM Packages
npm i
-
Run project
npm start
-
Insert your LinkedIn credencials
Important: Massive usage may lock your LinkedIn account or block your login with captcha.
After extracting your data, a JSON file will be generated in the examples folder.
- Go to the
examples
folder - Open
index.html
and run Live Server - 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
This project is protected by the MIT license. See the file LICENSE for more details.