Social graph is a model, where each person is represented as node (dot/circle) and relations between people are represented as lines.
This software generates a social graph of any vk.com user and exports it to a SVG plot.
git clone --recursive https://github.com/MikeWent/vk-social-graph.git
cd vk-social-graph
pip3 install --user wheel
pip3 install --user -r requirements.txt
cd vk-social-graph
git pull
git submodule update --recursive
pip3 install --user --upgrade -r requirements.txt
GPLv3