-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Scrapp all informations you whant of linkedIn profile's. | |
```bash | ||
$ lnkds --help | ||
|
||
lnkds 1.0 | ||
lnkds 0.1.2 | ||
|
||
Teddy F. <[email protected]> | ||
|
||
|
@@ -58,4 +58,34 @@ FLAGS: | |
- Certifications: `"$type": "com.linkedin.voyager.dash.identity.profile.Certification"` | ||
- Skills: `"$type": "com.linkedin.voyager.dash.identity.profile.Skill"` | ||
- Projects: `"$type": "com.linkedin.voyager.dash.identity.profile.Project"` | ||
- Organizations: `"$type": "com.linkedin.voyager.dash.identity.profile.Organization"` | ||
- Organizations: `"$type": "com.linkedin.voyager.dash.identity.profile.Organization"` | ||
|
||
## Realase | ||
|
||
This project support `@release-it` with 2 plugins `@release-it/keep-a-changelog` and `@release-it/bumper`. | ||
|
||
- [@release-it](https://github.com/release-it/release-it) | ||
- [@release-it/keep-a-changelog](https://github.com/release-it/keep-a-changelog) | ||
- [@release-it/bumper](https://github.com/release-it/bumper) | ||
|
||
```bash | ||
$ sudo npm install -g release-it | ||
$ sudo npm install -g @release-it/keep-a-changelog | ||
$ sudo npm install -g | ||
``` | ||
|
||
## Voyager api limitations | ||
|
||
- This api can't getted over 18 experiences. | ||
|
||
## Todos | ||
|
||
- [x] Implementation of user experiences | ||
- [ ] Implementation of user experiences by groups | ||
- [ ] Implementation of experiences medias | ||
- [ ] Implementation of user profile | ||
- [ ] Implementation of user educations | ||
- [ ] Implementation of user certifications | ||
- [ ] Implementation of user skills | ||
- [ ] Implementation of user projects | ||
- [ ] Implementation of user organizations |