Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/linkedin2cv
Turn your LinkedIn Profile into a professional resume in many formats (PDF / HTML5 / LaTeX)
https://github.com/mefellows/linkedin2cv
Last synced: 2 months ago
JSON representation
Turn your LinkedIn Profile into a professional resume in many formats (PDF / HTML5 / LaTeX)
- Host: GitHub
- URL: https://github.com/mefellows/linkedin2cv
- Owner: mefellows
- Created: 2014-06-08T09:16:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T12:54:26.000Z (about 9 years ago)
- Last Synced: 2024-09-17T15:13:22.809Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 316 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LinkedIn 2 CV
==============Turn your LinkedIn Profile into a professional resume in many formats (PDF / HTML5 / LaTeX / Asciidoc)
## Motivations
Everyone stalks you on LinkedIn and that's where you get opportunities. But apparently you still need to give a resume/CV before you have your next job interview. So, rather than duplicate efforts you can focus on writing it once well, and then producing a resume in whatever format you want!
Oh, and don't bother using the LinkedIn 'Export to PDF' feature - it sucks.
## Getting Started
### Web
There is a basic [web interface](http://linkedin2cv.onegeek.com.au) that lets you download a no-frills, vanilla resume if you don't want to install the gem and customise the output.
### Local / Custom Installation
First, install a Tex distribution ([MacTex](http://www.tug.org/mactex/) or [TexLive](http://www.tug.org/texlive/)) so that you can produce LaTeX documents. Then, simply run the converter:
gem install linkedin2cv
linkedin2cv convert --format latex --options config.yml matt.fellowsThe converter should open up a Web Browser and ask you to sign-in to LinkedIn, enabling it to pull down your profile and convert it into a pretty CV.
## Custom fields/data
Some templates may display extra information, or you may choose to make the resume more intelligent. For example, LinkedIn doesn't connect your projects to your role/company. See the example [config.yml](https://github.com/mefellows/linkedin2cv/blob/master/spec/mocks/config.yml) file for full details.
## Contributing your own template
TODO, sorry!
## Acknowledgements
* Asciidoctor
* LaTeX & MacTex