/vk-social-graph

Generate a social graph (vk.com) using matplotlib & networkx

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

VK Social Graph

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.

Downloading & requirements installation

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

Updating

cd vk-social-graph
git pull
git submodule update --recursive
pip3 install --user --upgrade -r requirements.txt

License

GPLv3