Ishikawa7 / OSINT-Linkedin-meta-analysis-

OSINT leveraging Linkedin data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSINT Linkedin meta analysis

ANALYSIS STEPS

  1. Gather the data of "Pages people also viewed" section of a target company Linkedin page (Colombo Costruzioni S.p.A.)
  2. Repeat (1) for every company in step one
  3. Assign a weight given the ranking of appearence in the "Pages people also viewed" section (used formula: 0.9**ranking + 0.1)
  4. Create a directed graph with networkx with the edges
  5. Transform the directed graph in undirected for MST algorithm
  6. Visualize the graph

The graph rappresent the network of similar companies of the target, here the result:

MST_target

Packages used

  • pandas
  • networkx
  • pyvis

About

OSINT leveraging Linkedin data


Languages

Language:HTML 81.2%Language:Jupyter Notebook 18.8%