Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 740 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 740 Bytes

linkedIn Compare

An easy way to compare LinkedIn profiles.

In this app you can add LinkedIn public links to get a public url with these links. You can share link and your friends can compare profiles easily. See video below:

LinkedIn Compare Usage

Installation

For local installation just:

make install
pip install -r requirements.txt

Than:

make run

will open a webserver in port 8000.

To test access: http://localhost:8000/linkedin_compare

Limitations

LinkedIn block some ips. Amazon or Heroku ips will get error 999 causing ticket error in application. Localhost works great.