Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 2.08 KB

README.md

File metadata and controls

50 lines (35 loc) · 2.08 KB

archive of kek-online.de

Scraper

The Kommission zur Ermittlung der Konzentration im Medienbereich (KEK), collects and publishes shareholding information about german newspapers, radio and tv stations and online services.

This archive stores a daily snapshot of their undocumented json web API. The files are:

All data is copyright: Kommission zur Ermittlung der Konzentration im Medienbereich (KEK).


To build the complete graph of shareholders and media, you need to parse the individual files in docs/data/shareholders/ or load the docs/data/graph.dot file. The dot format for graphs is widely supported, for example by:

  • The Graphviz commandline tools
  • The igraph library for R, Python, Mathematica and C
  • The vis.js library for Javascript
  • The Gephi application for Mac, Windows and Linux

From my experience, the fastest way of layouting the graph is Gephi: Load the dot file, select "ForceAtlas2" in the "Layouter" and "run" the thing.