Get helpful statistics on your LinkedIn connection now!
Read the article to know more about this project: Visualize your LinkedIn Network with Python
This app tells you the information below
- Total connections on LinkedIn
- Where most of your connections work at
- Who most of your connections are (what job title they hold)
- Who you last connected with
- Who you first connected with (send them a message!)
- Bar chart of top companies and positions
- Time series plot of your connections over time (find out when you had the most connections)
- A graph/network of your connections (see your connections in a graph)
- Last but not least, a "who you can cold email" section that provides a list of emails of your connections (perks of LinkedIn connections!)
First head over to the home page and click on your profile image
Click on the settings
Head to the data privacy tab
Find "Get a copy of your data"
Click on connections only
Click request archive and type your LinkedIn password
Now just wait a few minutes and the archive will arrive to your mail!
Once you get the data, just drag it to the file uploader and enjoy the insights :)
Clone the project
git clone https://github.com/benthecoder/linkedin-visualizer.git
Go to the project directory
cd linkedin-visualizer
Create Conda environment
conda create --name env_name python=3.8
Activate the environment
conda activate env_name
Install requirements
pip install -r requirements.txt
Run streamlit
streamlit run app.py
Contributions are always welcome!