Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 832 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 832 Bytes

LinkedIn_Connections

Leverages the unofficial linkedin_api to find connections.

Purpose

From a list of people given their names and company, this program will attempt to find each person on linkedin and generate a list of all availible connections from your LinkedIn account to their account. Highly recommended you read the docs https://github.com/tomquirk/linkedin-api if you are seeking to use and or understand the functionality and limitations of this API.

Usage

To run the program, clone this project. Then, set in the config file: 1) the input csv & output paths, and 2) email & pwd for your LinkedIn account. Put the path of the config file in the main function in the jupyter notebook. In the jupyter notebook, be sure the requirements have been downloaded, then execute the notebook. All progress will be logged.