This small Flask application is my personal web site. It displays the data from LinkedIn profile. It also generates CV - a PDF file - on the fly.
Simply clone this repo and install the dependencies from requirements.txt
.
Make sure, that this PR is included into the python-linkedin distribution.
There is a sample config file included. You can get the details from comments in that file, from Flask docs and from Flask-Mail docs. The config of the LinkedIn application is however simplified - to avoid making the visitor authenticate via LinkedIn to view the profile, the token and secret, that are generated with the LinkedIn app creation, are used.
Here is the quick command how to run the site:
cd path/to/repo
PERSONAL_APP_SETTINGS=config.cfg python personal.py