Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 783 Bytes

README.rst

File metadata and controls

39 lines (24 loc) · 783 Bytes

Linkedin Web Search

UNMAINTAINED

To install (Python 3)

$ python -m venv venv
$ ./venv/bin/pip install -r requirements.txt

Ubuntu

$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install build-essentials python-dev libssl-dev libffi-dev
$ sudo apt-get install python-virtualenv
$ virtualenv venv
$ ./venv/bin/pip install pip --upgrade
$ ./venv/bin/pip install -r requirements.txt
$ ./venv/bin/pip install pyopenssl [ incase of insecure warning / or just to be safe ]

To store password in keychain

$ python linkedin.py store me@email.com
Password: **

To run crawler

$ python linkedin.py crawl me@email.com list_of_names.csv dump_profiles_here.csv --browser=firefox