Skip to content

harmi97/linkedin-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-cv

Generates a simple CV from a LinkedIn data export ZIP file.

How to get data from LinkedIn

  1. Go to Settings & PrivacyData privacyGet a copy of your data.
  2. Select Download larger data archive....
  3. Click Request archive.
  4. LinkedIn will email you a download link to a ZIP file when it's ready.

How to run

Using UV

uv run main.py <path-to-linkedin-zip>

Using pip

pip install -e .
python3 main.py <path-to-linkedin-zip>

Parameters

Argument Description
zip_path Path to the LinkedIn data export ZIP file (positional, required unless --test-run is used)
--output-file Path for the generated CV HTML. Default: cv.html in the current directory
--font Font to use for the CV. Default: Calibri
--test-run Generate a CV using sample data from samples/input/ (output: cv.html)

Sample Output

See a generated samples for reference.

About

Simple CV generator from Likedin data export.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors