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

Linkedin crawler to search and collect user data

Notifications You must be signed in to change notification settings

idwaker/linkedin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linkedin crawler to search and collect user data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages