Skip to content

ikudriavtsev/personal

Repository files navigation

Personal web site

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.

Installation

Simply clone this repo and install the dependencies from requirements.txt. Make sure, that this PR is included into the python-linkedin distribution.

Configuration

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.

Run

Here is the quick command how to run the site:

cd path/to/repo
PERSONAL_APP_SETTINGS=config.cfg python personal.py

About

One page site that uses the info from linkedin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published