MrZoidberg / linkedin-companies-crawler

Simple Linkedin crawler to collect companies's profile data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linkedin Companies Web Search

To install (Python 3)

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

For chrome-driver copy chromedriver to a folder with this script

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 companies.csv profiles.csv --browser=chrome

About

Simple Linkedin crawler to collect companies's profile data.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%