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:
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
LinkedIn block some ips. Amazon or Heroku ips will get error 999 causing ticket error in application. Localhost works great.