Basic Usage

Using the script is fairly straight forward. Assuming you have a running MongoDB database with a collection of companies complete with a LinkedIn company page url:

  1. Open up a terminal session
  2. Change to the directory where linkedin_data_gather.py sits
  3. Run this command:

./linkedin_data_gather.py [database_name] [collection_name] [linkedin_url_field]

Example Usage

./linkedin_data_gather.py client_database all_clients linkedin_company_url