Skip to content

Linkedin crawler to search and collect user data

Notifications You must be signed in to change notification settings

swiftyloves/linkedin

 
 

Repository files navigation

Linkedin Web Search

WIP

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 [email protected]
Password: **

To run crawler

$ python linkedin.py crawl [email protected] list_of_names.csv dump_profiles_here.csv --browser=firefox

Environment 2017

Download geckodriver and chromedriver (if you're using Chrome, otherwise, firefoxdriver) export PATH=$PATH:/path/to/your/driver Should have selinum installed

About

Linkedin crawler to search and collect user data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%