Skip to content

Manasi200/linkedin-visualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin Connections Insights 🪄

Streamlit App

Get helpful statistics on your LinkedIn connection now!

Read the article to know more about this project: Visualize your LinkedIn Network with Python

streamlit app gif

Features

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!)

Use it now!

Images

stats barchart timeseries network

How to get the data?

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"

1

Click on connections only

1

Click request archive and type your LinkedIn password

1'

Now just wait a few minutes and the archive will arrive to your mail! 1

Once you get the data, just drag it to the file uploader and enjoy the insights :)

Run Locally

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

Contributing

Contributions are always welcome!

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%